rotation: similar to pdfimages "pdfimages extracts the raw image data from the PDF file, without performing any additional transforms. Any rotation, clipping, color inversion, etc. done by the PDF content stream is ignored."
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thanks. Would it at least be possible to indicate any rotation in the output XML? Also, I'd like to contribute a few patches (I'm using pdf2xml as a backend to write a tool to convert PDF to reflowable HTML with as much structure preserved as possible, as part of the libprs500 suite of tools), but I couldn't get pdf2xml to build from source (I couldn't get libxpdf.a to compile from the xpdf sources). Any hints would be appreciated.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
rotation: It should be possible (we can do it for text). I'm investigating.
For compilation, Have you succeeded in installing xpdf from http://www.foolabs.com/xpdf ?(Can you open a support request for this?)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Buggy PDF
Logged In: YES
user_id=960595
Originator: NO
Logged In: YES
user_id=1109503
Originator: YES
Thanks. Would it at least be possible to indicate any rotation in the output XML? Also, I'd like to contribute a few patches (I'm using pdf2xml as a backend to write a tool to convert PDF to reflowable HTML with as much structure preserved as possible, as part of the libprs500 suite of tools), but I couldn't get pdf2xml to build from source (I couldn't get libxpdf.a to compile from the xpdf sources). Any hints would be appreciated.
Logged In: YES
user_id=960595
Originator: NO
rotation: It should be possible (we can do it for text). I'm investigating.
For compilation, Have you succeeded in installing xpdf from http://www.foolabs.com/xpdf ?(Can you open a support request for this?)
Logged In: YES
user_id=960595
Originator: NO
for compilation: you can update the INSTALL file
line 42: I added the instruction for creating libxpdf.a : ar -rc libxpdf.a *.o (in xpdf-#.XX/xpdf)