From ffb96ee17e9721bb6cf3982249be537cacc68814 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Fri, 22 Jun 2012 22:07:58 -0400 Subject: Add pdf-from-scratch example --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a8fa227f..7c3fbbcd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2012-06-22 Jay Berkenbilt + * 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. -- cgit v1.2.3-54-g00ecf