Convert a PDF to PDF/A (Profiles supported: pdfa1b, pdfa2b, pdfa3b)

POST http://{host}:{port}/qoppapdf/v1/documents/mydir/mydoc.pdf
(sample JSON in message body)
{
  "PDFAConvertAction":{
    "profile": "pdfa1b",      
    "unsupportedAnnots": 1,
    "embeddedFiles": 1,
    "transparency": 1,
    "appendReport": true,
    "addAnnots": true,
    "savePath": "mydoc_converted.pdf"
  }
}

PDF/A Verification (Profiles supported: pdfa1b, pdfa2b, pdfa3b, pdfa1a, pdfa2u, pdfx1a2001, pdfx1a2003, pdfx32002, pdfx32003)

GET http://{host}:{port}/qoppapdf/v1/documents/mydir/mydoc.pdf/preflight-results?profile=pdfa1b
Tagged: