Skip to content

WIP: wip/chpe/load fd

Christian Persch requested to merge wip/chpe/load-fd into main

This branch adds API to load a document from a file descriptor. This is useful when all you have is the FD, not a filename, e.g. when the FD points to a O_TMPFILE tempfile that has no filename.

To be useful this needs corresponding API in poppler and libspectre, which has been filed with their resp. bug trackers.

Merge request reports