Docs for xpdf libraries or poppler?
Having cloned the source repository of poppler, I could not fail to notice that there is no API documentation that I could discern. Now PDFTeX obviously _has_ been able to make sense of the libraries. What source of information has been used for this? Key point is that I have to read some PDF files, process them at some rather shallow object level, and write out the results. So far, I have not even been able to figure out whether one of those libs would be suitable for that. Since PDFTeX does reading and writing of PDF (also of included PDF files), some basic facility would seem to be there? -- David Kastrup
2007/10/11, David Kastrup
Now PDFTeX obviously _has_ been able to make sense of the libraries. What source of information has been used for this? Key point
General knowledge of how a pdf library works and of PDF. :-)
I have to read some PDF files, process them at some rather shallow object level, and write out the results.
Have a look at pdftk + lua and iText. Best Martin
"Martin Schröder"
2007/10/11, David Kastrup
: Now PDFTeX obviously _has_ been able to make sense of the libraries. What source of information has been used for this? Key point
General knowledge of how a pdf library works and of PDF. :-)
I have to read some PDF files, process them at some rather shallow object level, and write out the results.
Have a look at pdftk + lua and iText.
What causes lua to be in this list? -- David Kastrup, Kriemhildstr. 15, 44793 Bochum
2007/10/11, David Kastrup
"Martin Schröder"
writes: Have a look at pdftk + lua and iText.
What causes lua to be in this list?
Replace it with your favorite scripting language. :-) I think you can do many simple things with 1. pdftk uncompress 2. script manipulating the uncompressed pdf 3. pdftk compress I know that e.g. changig the colour (space) is possible this way. Best Martin
participants (2)
-
David Kastrup
-
Martin Schröder