.. PDF-toolbox documentation master file, created by sphinx-quickstart on Tue Oct 18 19:49:21 2016. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. Welcome to PDF-toolbox ====================== PDF-toolbox is a java8 program for creating searchable PDF documents and PDF documents with an overlay to make writingpaper. Usage ----- usage:: usage: PDF-toolbox list of all options and commands -c,--createLogFile create a new log4j.properties -D,--destfile The destination PDF -h,--help print this message -L,--overlayfile The overlay PDF -o,--overlay Overlay the original PDF with a writingpaper -O,--originalfile The original PDF -r,--replace replace the original file with the resultfile -s,--ocr OCR the origanal picture or PDF to searchable PDF -v,--version print program version -V,--verbose be extra verbose Have a lot of fun with this VirtOrg program. usage: PDF-toolbox [[options]] command [[parameters]] usage: PDF-toolbox --overlay --originalfile --overlayfile --destfile usage: PDF-toolbox --overlay -O -L -D usage: commands list of all commands -o,--overlay Overlay the original PDF with a writingpaper -s,--ocr OCR the origanal picture or PDF to searchable PDF usage: parameters list of all parameters -D,--destfile The destination PDF -L,--overlayfile The overlay PDF -O,--originalfile The original PDF Examples -------- pdf-toolbox:: pdf-toolbox --overlay -O eurotext.pdf -L flyer.pdf -O new-doc.pdf pdf-toolbox --ocr -O eurotext.tif -D eurotext.pdf java commandline:: java -jar target/vtgPDF-toolbox-0.1.4.jar --version java -jar target/vtgPDF-toolbox-0.1.4.jar --overlay -O eurotext.pdf -L flyer.pdf -O new-doc.pdf java -Djna.library.path=/opt/local/lib -Dvtg.tessdata.path=/opt/local/share -jar target/vtgPDF-toolbox-0.1.4.jar --ocr -O eurotext.tif -D eurotext.pdf