Skip to content

Latest commit

 

History

History
26 lines (13 loc) · 880 Bytes

README.md

File metadata and controls

26 lines (13 loc) · 880 Bytes

ScanScripts

This is a collection of tools that I use for almost every PDF file I create

The following are Windows, Linux shell scripts might come at a later date if I or someone else care to write these.

Required installs for these scripts are IrfanView, ImageMagick (version 6), PDF Toolkit, xpdf (pdftotext), PHP (5.6) CLI The versions have been testet, newer versions aren't tested

https://www.irfanview.com/

https://imagemagick.org/download/windows/ (grab the latest of version 6)

https://www.pdflabs.com/tools/pdftk-server/

https://windows.php.net/download#php-5.6

https://www.xpdfreader.com/pdftotext-man.html (Xpdf command line tools)

Make sure all the CLI tools are in your path environment.

php5.exe, php5.dll are the only things needed from the php package.

You may need to edit the files to fit your installation accordingly, i.e. path to irfanview etc.