aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2009-09-27 18:01:45 +0200
committerJay Berkenbilt <ejb@ql.org>2009-09-27 18:01:45 +0200
commitfe6771e0e520cd2ec55aee4071356542a4ab8cd2 (patch)
tree5de13312876ac3564f915b51b262556ea62134c0 /include
parent91d8c4853308cf055a3c1fb1e0e86f300954baed (diff)
downloadqpdf-fe6771e0e520cd2ec55aee4071356542a4ab8cd2.tar.zst
add many new tests to exercise C api
git-svn-id: svn+q:///qpdf/trunk@727 71b93d88-0707-0410-a8cf-f5a4172ac649
Diffstat (limited to 'include')
-rw-r--r--include/qpdf/QPDF.hh5
1 files changed, 4 insertions, 1 deletions
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);