aboutsummaryrefslogtreecommitdiffstats
path: root/include/qpdf/QPDFWriter.hh
diff options
context:
space:
mode:
Diffstat (limited to 'include/qpdf/QPDFWriter.hh')
-rw-r--r--include/qpdf/QPDFWriter.hh38
1 files changed, 0 insertions, 38 deletions
diff --git a/include/qpdf/QPDFWriter.hh b/include/qpdf/QPDFWriter.hh
index 5d3ad5df..f30a9986 100644
--- a/include/qpdf/QPDFWriter.hh
+++ b/include/qpdf/QPDFWriter.hh
@@ -432,44 +432,6 @@ class QPDFWriter
qpdf_r3_print_e print,
bool encrypt_metadata_aes);
- // Pre qpdf 8.4.0 API
- [[deprecated("see newer API above")]] QPDF_DLL void
- setR3EncryptionParameters(
- char const* user_password,
- char const* owner_password,
- bool allow_accessibility,
- bool allow_extract,
- qpdf_r3_print_e print,
- qpdf_r3_modify_e modify);
- [[deprecated("see newer API above")]] QPDF_DLL void
- setR4EncryptionParameters(
- char const* user_password,
- char const* owner_password,
- bool allow_accessibility,
- bool allow_extract,
- qpdf_r3_print_e print,
- qpdf_r3_modify_e modify,
- bool encrypt_metadata,
- bool use_aes);
- [[deprecated("see newer API above")]] QPDF_DLL void
- setR5EncryptionParameters(
- char const* user_password,
- char const* owner_password,
- bool allow_accessibility,
- bool allow_extract,
- qpdf_r3_print_e print,
- qpdf_r3_modify_e modify,
- bool encrypt_metadata);
- [[deprecated("see newer API above")]] QPDF_DLL void
- setR6EncryptionParameters(
- char const* user_password,
- char const* owner_password,
- bool allow_accessibility,
- bool allow_extract,
- qpdf_r3_print_e print,
- qpdf_r3_modify_e modify,
- bool encrypt_metadata_aes);
-
// Create linearized output. Disables qdf mode, content
// normalization, and stream prefiltering.
QPDF_DLL