aboutsummaryrefslogtreecommitdiffstats
path: root/include
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 /include
parentbf059a60010f5c9a75c03c0fb97a15af3f01c444 (diff)
downloadqpdf-ffb96ee17e9721bb6cf3982249be537cacc68814.tar.zst
Add pdf-from-scratch example
Diffstat (limited to 'include')
-rw-r--r--include/qpdf/QPDF.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/qpdf/QPDF.hh b/include/qpdf/QPDF.hh
index ef958f8e..0c6bf44d 100644
--- a/include/qpdf/QPDF.hh
+++ b/include/qpdf/QPDF.hh
@@ -75,7 +75,8 @@ class QPDF
// objects can be added to the file in the normal way, and the
// trailer and document catalog can be mutated. Calling this
// method is equivalent to calling processFile on an equivalent
- // PDF file.
+ // PDF file. See the pdf-create.cc example for a demonstration of
+ // how to use this method to create a PDF file from scratch.
QPDF_DLL
void emptyPDF();