Replies: 1 comment 1 reply
-
|
As mentioned in the README.md file, PDFio is not concerned with rendering PDF files, just reading and writing them. You want something like Poppler or Xpdf which offer this functionality. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Ive come across your nice project. I am searching for a library that will allow me to take a PDF and import it into my application page by page as individual image files. Jpeg format as an example. This will allow me to merge several other images, sort them and output to a new pdf. Does your library have the capability to convert pdf pages to jpeg then allow me to stream each page into my application? If so I plan to use a shared library version and convert the main header files to pascal to incorporate into my pascal environment. thank you.
Beta Was this translation helpful? Give feedback.
All reactions