PDF/A is an ISO-standardized version of the PDF specialized for use in the archiving and long-term preservation of electronic documents.
PDF/A differs from PDF by prohibiting features ill-suited to long-term archiving, such as font linking (as opposed to font embedding) and encryption. The ISO requirements for PDF/A file viewers include color management guidelines, support for embedded fonts, and a user interface for reading embedded annotations.
iLoveAPI allows you to convert a PDF to PDF/A by simply creating a new task like this:
With conformance you can choose from several PDF/A conformance levels:
Leaving conformance empty will set by default the pdfa-1a parameter. If the conversion cannot be done, it will try automatically by default the pdfa-1b parameter.
Setting allow_downgrade to false will not downgrade the conformance level if the conversion fails. This function is set to true by default and will try all conformance levels until the conversion can be done successfully.
So a final conversion example would look like this: