Some test text!
PDF/A Manager is a PDF/A (ISO 19005-1) validation and conversion software. It is available as a command-line tool.
Please visit our Online Demo to see this live in your browser.
The conversion option analyses the content of existing PDF files and performs a sequence of modifications in order to produce a PDF/A compliant document. Features that are not suitable for long-term archiving (such as encryption, obsolete compression schemes, missing fonts, or device-dependent color) are replaced with their PDF/A compliant equivalents. Because the conversion process applies only necessary changes to the source file, the information loss is minimal. Also, because the converter provides a detailed report for each change, it is simple to inspect changes and to determine whether the conversion loss is acceptable.
The validation option in PDF/A Manager can be used to quickly determine whether a PDF file fully complies with the PDF/A specification according to the international standard ISO 19005-1. For files that are not compliant, the validation option can be used to produce a detailed report of compliance violations as well as a list of relevant error objects.
Download PDF/A ManagerLaunch Online Demo
Like other PDFTron products, PDF/A Manager does not rely on other third-party software. PDF/A Manager can be used in server environments or as a batch conversion process.
PDF/A Manager Command-Line utility is based on PDF SDK core technology which is available for integration in third party solutions and applications. For more information, please vist (https://www.pdftron.com/pdf-sdk/) or contact a PDFTron representative.
#!/bin/sh
echo "Example 1) Test a PDF file for PDF/A compliance:"
./pdfa --noxml "PDFTron PDFA Manager User Manual.pdf" --lic_key "<PDFNET_LICENSE_KEY>"
echo
echo "Example 2) Test PDF files for PDF/A compliance and generate an XML error report:"
./pdfa -o OUT1 --level B --subfolders *.pdf --lic_key "<PDFNET_LICENSE_KEY>"
echo
echo "Example 3) An example of PDF/A Conversion:"
./pdfa -c -z -o OUT2 *.pdf --lic_key "<PDFNET_LICENSE_KEY>"
echo
echo "Example 4) An example of PDF/A Conversion:"
./pdfa -c --noxml -o OUT3 --subfolders "PDFTron PDFA Manager User Manual.pdf" OUT2 --lic_key "<PDFNET_LICENSE_KEY>"
Get the answers you need: Support
Get unlimited trial usage of PDFTron SDK to bring accurate, reliable, and fast document processing capabilities to any application or workflow.
Select a platform to get started with your free trial.
Web
Android
iOS
Windows
Linux
Unlimited usage. No email address required.