Setting PDF file versions
Align the format of the files in your application with the needs of users who rely on assistive technology. Use this setting to improve accessibility by defining what type of PDF files your application generates.
In the navigation pane of Dev Studio, click Records.
Expand the Data Model category, and then click Data Transform.
Open the pyPDFSettings data transform.
On the Definition tab, in the param.pyPDFFormat field, define the PDF version:
- To use the general PDF version, enter PDF.
- To use the PDFA/1-b standard for long-term file storage, enter PDFA.
- To use the PDF/UA standard that enhances readability, enter PDFUA.
- Creating PDF files by using a compact style sheet
When you create a PDF file by using the Create PDF smart shape in a case type or by using the HTMLtoPDF activity, you can use the pyCompactStylesforPDF compact style sheet instead of the style sheet that is used by the application skin. Use this style sheet to quickly generate PDF files and also correctly render certain elements that cannot be rendered when you use the application skin to generate PDF files.
Previous topic Sections