flexpaper / pdf2json

PDF2JSON is a conversion library based on XPDF (3.02) which can be used for high performance PDF page by page conversion to JSON and XML format. It also supports compressing data to minimize size. PDF2JSON is available for Windows, OSX and Linux. Please see https://flowpaper.com for more information
305 stars 52 forks source link

php exec pdfjson comand (CentOS) #18

Closed devillom closed 6 years ago

devillom commented 6 years ago

hello how to run command by php? try run <?php exec ('/usr/local/bin/pdf2json /path/Page.pdf -enc UTF-8 -compress -split 10 /path/Paper.pdf_%.js ') not effect