jwezorek / vs_pdfium

Google's pdfium codebase set up as a Visual Studio solution that compiles to a static library on Windows.
BSD 3-Clause "New" or "Revised" License
39 stars 20 forks source link

pdfium_lib

Google's pdfium codebase set up, by hand, as a self-contained Visual Studio solution that compiles to a static library on Windows under Visual Studio 2022.

Notes:

I've included an example command line utility that renders page ranges of PDFs to image files. usage is like

render_pdf.exe some.pdf -o outputfile_stem -f PNG -s 2.0 -r 3-5

which means render some.pdf to output files outputfile_stem-3.png, outputfile_stem-4.png, and outputfile_stem-5.png, scaled up by 200%.