Enabling Page Extraction on Encrypted PDF?

The Amyuni PDF Converter is our Printer Driver that enables you to convert any documents to PDF format. If you have any questions about installing and using the Amyuni PDF Converter please post them here.
Post Reply
Laura
Posts: 4
Joined: Wed May 19 2004
Location: UK
Contact:

Enabling Page Extraction on Encrypted PDF?

Post by Laura »

In our product we are encrypting the PDF we produce and setting the flags to prevent users changing the contents as the output is a historical record. However we would like to allow Page Extraction as well.

Does anyone know the flags to set to enable Page Extraction under PDF Converter 4.0?

We are encrypting the file using
SetDocFileProps(PChar(LockName), pdfNoPrompt + pdfUseFileName + pdfEmbedFonts + pdfEncryptDocument, PChar(''), PChar(PDFName));
//Print here.
SetLicenseKeyA( LicenceName,LicenceKey);
result := EncryptPDFDocument128( PDFName, szOwnerPassword, '' , -12);
Alexandre
Amyuni Team
Posts: 21
Joined: Tue Oct 01 2002
Contact:

Re: Enabling Page Extraction on Encrypted PDF?

Post by Alexandre »

The following restrictions: "document assembly" and "page extraction" are not restrictions for which PDF Converter (or PDF Creator) is responsible (or any other PDF generation tool).

They are restrictions of viewer (Adobe Acrobat Reader). If you open pdf in Adobe Professional, you shouldn’t have these restrictions.
Post Reply