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 --- include/qpdf/QPDF.hh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include') 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(); -- cgit v1.2.3-54-g00ecf