summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2012-06-23 04:07:58 +0200
committerJay Berkenbilt <ejb@ql.org>2012-06-23 15:05:06 +0200
commitffb96ee17e9721bb6cf3982249be537cacc68814 (patch)
tree8d4a71c970de73621a2c1cca6d865ac852ceda66 /ChangeLog
parentbf059a60010f5c9a75c03c0fb97a15af3f01c444 (diff)
downloadqpdf-ffb96ee17e9721bb6cf3982249be537cacc68814.tar.zst
Add pdf-from-scratch example
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a8fa227f..7c3fbbcd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2012-06-22 Jay Berkenbilt <ejb@ql.org>
+ * examples/pdf-create.cc: Provide an example of creating a PDF
+ from scratch. This simple PDF has a single page with some text
+ and an image.
+
* Add empty QPDFObjectHandle factories for array and dictionary.
With PDF-from-scratch capability, it is useful to be able to
create empty arrays and dictionaries and add keys to them.