From c1627d04385a02045e7a1a5462f2a632fc529a2e Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Thu, 6 Sep 2012 15:30:13 -0400 Subject: Add QPDFWriter::setExtraHeaderText --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ad86b396..ce6018dc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2012-09-06 Jay Berkenbilt + * Add new method QPDFWriter::setExtraHeaderText to add extra text, + such as application-specific comments, to near the beginning of a + PDF file. For linearized files, this appears after the + linearization parameter dictionary. For non-linearized files, it + appears right after the PDF header and non-ASCII comment. + * Make it possible to write the same QPDF object with two different QPDFWriter objects that have both called setLinearization(true) by making private method -- cgit v1.2.3-54-g00ecf