output_format parameter allows you to specify which PDF format variant to generate.
Overview
When rendering a PDF, you can choose between standard PDF and PDF/A format. Theoutput_format parameter lets you specify which format to use based on your compliance and archiving requirements.
Parameter details
Specifies which PDF format variant to generateAvailable options: 
pdf/a, pdfUsage
Behavior
- pdf/a: Generates a PDF/A-2b compliant document, which is optimized for long-term archiving and ensures the document can be reliably reproduced in the future.
- pdf: Generates a standard PDF document without the additional constraints of the PDF/A format.
Use cases
This parameter is particularly useful for:- 
Regulatory compliance: Use pdf/awhen you need to comply with archiving regulations or standards that require PDF/A format.
- 
Long-term archiving: Use pdf/afor documents that need to be stored for extended periods and must remain accessible and reproducible.
- 
Optimized file size: Use pdf/awhen you need smaller file sizes, as the PDF/A format typically results in more compact documents.
- 
Lossless quality: Use pdfwhen you need to preserve the highest possible quality of images and graphics without any compression artifacts that might be introduced in the PDF/A format.