From 6c32927f8cf226b8158dd25f4b92a6853dadb8b6 Mon Sep 17 00:00:00 2001 From: Tobias Koenig Date: Tue, 14 Feb 2017 10:11:19 +0100 Subject: Improve PDF/A-1b support in QPdfWriter Add new enum QPrinter::PdfVersion to switch QPdfWriter into PDF/A-1b mode. In that mode - meta data are embedded in XMP format - a color profile for sRGB is embedded and an OutputIntent defined - the ID key is added to the document trailer dictionary - a CIDSet entry is added to the font descriptor - transparency is removed from pens, brushes and images Change-Id: Ia8a24d83609b239e716aefc1ba05f07320dbd290 Reviewed-by: Lars Knoll --- src/3rdparty/icc/qt_attribution.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/3rdparty/icc/qt_attribution.json (limited to 'src/3rdparty/icc/qt_attribution.json') diff --git a/src/3rdparty/icc/qt_attribution.json b/src/3rdparty/icc/qt_attribution.json new file mode 100644 index 0000000000..7a1c813522 --- /dev/null +++ b/src/3rdparty/icc/qt_attribution.json @@ -0,0 +1,15 @@ +[ + { + "Id": "icc-sRGB-color-profile", + "Name": "sRGB color profile icc file", + "QDocModule": "qtgui", + "QtUsage": "Used in Qt Gui (Embedded into PDF/A-1b files generated by QPrinter/QPdfWriter).", + "Files": "sRGB2014.icc", + + "Description": "An ICC color profile for PDF/A-1b compatible PDF files.", + "LicenseId": "ICC License", + "License": "International Color Consortium License", + "LicenseFile": "LICENSE.txt", + "Copyright": "Copyright International Color Consortium, 2015" + } +] -- cgit v1.2.3