From 5a7cfe98e96489b7fa19d286ddd1e8c8e591d7dd Mon Sep 17 00:00:00 2001 From: Tomaž Vajngerl Date: Tue, 24 Dec 2019 16:03:23 +0100 Subject: pdf: Add option for PDF/UA to the PDF export dialog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is adding PDF/UA option to the PDF export dialog. When PDF/UA support is enabled, it automatically enables PDFTag support as it is required for PDF/UA. Change-Id: Ib3dece964523d4ed9884c98a6022a91120c6065f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/85921 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl --- include/vcl/pdfwriter.hxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include') diff --git a/include/vcl/pdfwriter.hxx b/include/vcl/pdfwriter.hxx index 47d2528aa460..c68feba88f93 100644 --- a/include/vcl/pdfwriter.hxx +++ b/include/vcl/pdfwriter.hxx @@ -552,6 +552,10 @@ The following structure describes the permissions used in PDF security /* decides the PDF language level to be produced */ PDFVersion Version; + + /* PDF/UA compliance */ + bool UniversalAccessibilityCompliance; + /* valid for PDF >= 1.4 causes the MarkInfo entry in the document catalog to be set */ -- cgit