From fe6771e0e520cd2ec55aee4071356542a4ab8cd2 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sun, 27 Sep 2009 16:01:45 +0000 Subject: add many new tests to exercise C api git-svn-id: svn+q:///qpdf/trunk@727 71b93d88-0707-0410-a8cf-f5a4172ac649 --- include/qpdf/QPDF.hh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/qpdf/QPDF.hh b/include/qpdf/QPDF.hh index 08f82efb..1a5ed649 100644 --- a/include/qpdf/QPDF.hh +++ b/include/qpdf/QPDF.hh @@ -39,7 +39,10 @@ class QPDF // lifetime. This method must be called before any methods that // potentially ask for information about the PDF file are called. // Prior to calling this, the only methods that are allowed are - // those that set parameters. + // those that set parameters. If the input file is not + // encrypted,either a null password or an empty password can be + // used. If the file is encrypted, either the user password or + // the owner password may be supplied. DLL_EXPORT void processFile(char const* filename, char const* password = 0); -- cgit v1.2.3-54-g00ecf