PDF generation and accessibility
Export an individual record or list of records into a PDF format that supports accessibility. When this feature is enabled, accessibility tags will be available in the PDF tag tree to help users who rely on screen readers to navigate, understand, and interact with the generated PDF documents.
Accessible PDF
To enable accessibility for PDF generation, add the accessibility property com.snc.pdf.generation.accessibility and set the value to true. Only users with admin roles can set the property. For more information, see Add a system property
For PDF generation API, see PDFGenerationAPI - Scoped, Global
Export to PDF for list of records
Export a list of records in a variety of formats. The Export option is available in the column heading context menu in List v2. In List v3, it’s available in the list title menu.
- Portrait
- Landscape
- Detailed Portrait (exports the list and the associated form for each record).
- Detailed Landscape (exports the list and the associated form for each record).
When the accessibility property is enabled, users will get a pop-up when they export to PDF where they can specify whether to create an accessible PDF or not.
To enable accessibility, select the Accessible PDF check box.
To export a PDF list, see Export data from a list.
Export to PDF for a single record
To export an individual record from a form, select and hold (or right-click) a form header bar and select the export type.
- Portrait
- Landscape
When the accessibility property is enabled, users will get a pop-up when they export to PDF where they can specify whether to create an accessible PDF or not.
To enable accessibility, select the Accessible PDF check box.
To generate a single PDF record, see Export data from a record.