pyxpdf icon indicating copy to clipboard operation
pyxpdf copied to clipboard

xpdf 4.04 support

Open ReMiOS opened this issue 2 years ago • 0 comments

Is it possible to compile the sources with xpdf 4.04 ( i am using Visual Studio 2022 on Windows ) i've sucessfully compiled libxpdf with xpdf 4.04 sources, but when i compile the pyxpdf sources i get an error.... ( had to alter get_libxpdf.py to use the 4.04 libxpdf sources )

$ setup.py --build-libxpdf build ... src\pyxpdf\xpdf.cpp(836): fatal error C1083: Cannot open include file: 'Form.h': No such file or directory

it appears the Form.h/.cc are missing in the new sources and XFAForm.h/.cc are renamed to XFAScanner.h/.cc

ReMiOS avatar Oct 19 '22 19:10 ReMiOS