Bladieblah / xpdf-python

Python wrapper around the pdftotext functionality of xpdf
GNU General Public License v3.0
2 stars 2 forks source link

Update to xpdf 4.05 source #24

Open ReMiOS opened 6 months ago

ReMiOS commented 6 months ago

I've managed to update the xpdf source to 4.05 without issues. Extracting text seems to work, but more tests are needed to confirm everything works as supposed.

Changed aconf.h from default file generated when building:

define MULTITHREADED 1->0

define HAVE_SPLASH 1->0

Noted i did not have to change the FSEEK options:

define HAVE_FSEEKO 0

define HAVE_FSEEK64 0

define HAVE_FSEEKI64 1

Bladieblah commented 5 months ago

Nice! I'll try to have a look this month