summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qpdf.qrc
Commit message (Collapse)AuthorAgeFilesLines
* Improve PDF/A-1b support in QPdfWriterTobias Koenig2017-03-281-0/+7
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 <lars.knoll@qt.io>