Skip to content

abbro-ca/pdfium

 
 

Repository files navigation

PDFium - an open-source PDF rendering

Official source code is available at http://pdfium.googlesource.com


This is fork of PDFium with configurable variable for disabling V8 JavaScript engine (disabled by default).

Klokan Technologies uses this version with the GDAL PDFium driver

Build

See the shell scripts for Linux, Mac and Windows in the build branch

For official build instructions visit https://code.google.com/p/pdfium/wiki/Build

Update to the latest official code

git remote add upstream https://pdfium.googlesource.com/pdfium
git fetch upstream
git merge upstream/master

About

PDFium library without V8 JavaScript engine - compiles under Linux, Mac and Windows

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 67.2%
  • C 32.4%
  • Python 0.4%