
Provide a path name for the JSON profile file, just as you would for the input PDF document and the output results file: Pdfchecker –-input C:\Datalogics\CheckerFiles\AnnualReport2016.pdf –-profile everything.json –-output "C:\Datalogics\PDFChecker results.txt" If any of the file or path names include spaces, use quotes around the name for example:

Pdfchecker –-input C:\Datalogics\CheckerFiles\AnnualReport2016.pdf –-profile everything.json –-output C:\Datalogics\PDFChecker_results.txt If you need to provide the path as well as the file name: Pdfchecker –-input test.pdf –-profile everything.json –-output -json-output - PDFChecker_results.json

To display the text output on your console and save the same output as a JSON formatted file: Pdfchecker –-input test.pdf –-profile everything.json –-json-output - –-output PDFChecker_results.txt To display the JSON output on your console and save the same output as a text file: Pdfchecker –-input test.pdf –-profile everything.json –-json-output PDFChecker_results.json –-output PDFChecker_results.txt To create both kinds of output files, text and JSON: Pdfchecker –-input test.pdf –-profile everything.json –-json-output PDFChecker_results.json –-password mypassword -nopath To export the output to a JSON file looks like this: Pdfchecker –-input test.pdf –-profile everything.json -output PDFChecker_results.txt –-password mypassword -nopath The full command syntax for PDF Checker looks like this: Pdfchecker –-input test.pdf –-profile everything.json The command syntax for PDF Checker with the required values looks like this: Optional: -n remove the system paths to the input PDF or JSON file Optional: -p password needed to open a protected PDF input file

Optional: -s name and path to assign to a JSON output results file Optional: -o name and path to assign to the output results file Required: -j name and path of the JSON profile file Required: -i name and path of the PDF input file to review Required: The executable name, pdfchecker The command syntax for PDF Checker includes these values:
