0% found this document useful (0 votes)
48 views

PDF Password Remover COM/DLL v2.5 User Manual: Description

The document is a user manual for PDF Password Remover software that can decrypt and remove passwords from PDF files, allowing full access without restrictions. It details the functions for decrypting a PDF file and checking if a file is encrypted, as well as limitations of the trial version and contact information.

Uploaded by

Attila Nánási
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
48 views

PDF Password Remover COM/DLL v2.5 User Manual: Description

The document is a user manual for PDF Password Remover software that can decrypt and remove passwords from PDF files, allowing full access without restrictions. It details the functions for decrypting a PDF file and checking if a file is encrypted, as well as limitations of the trial version and contact information.

Uploaded by

Attila Nánási
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 2

PDF Password Remover COM/DLL v2.

5 User manual
Introduction
The PDF Password Remover can be used to decrypt protected Adobe Acrobat
PDF files, which have "owner" password set, preventing the file from editing
(changing), printing, selecting text and graphics (and copying them into the
Clipboard), or adding/changing annotations and form fields. Decryption is being done
instantly. Decrypted file can be opened in any PDF viewer (e.g. Adobe Acrobat
Reader) without any restrictions -- i.e. with edit/copy/print functions enabled. All
versions of Adobe Acrobat (including 5.x, which features 128-bit encryption) are
supported.
The standard security provided by PDF consists of two different methods
and two different passwords. A PDF document may be protected by password for
opening ('user' password) and the document may also specify operations that should
be restricted even when the document is decrypted: printing; copying text and
graphics out of the document; modifying the document; and adding or modifying text
notes and AcroForm fields (using 'owner' password).

Limitations in the trial version

Will popup a message box in the trial version.


Only decrypt first half of pages in the PDF file.

Functions
long WINAPI veryDecryptPDF(const char * inFileName, const char *outFileName,
const char *OwnerPassword, const char *UserPassword)
Description:
This function is decrypt your pdf file, and output to a new pdf file.
Parameter:
inFileName
Input pdf filename
outFileName
Output pdf filename
OwnerPassword
Owner password

Copyright @ 2003, veryPDF.com Inc.


Page 1 of 2

UserPassword
User password
Return value
0: Failed
1: Succeed

BOOL WINAPI veryIsPDFEncrypted(const char * inFileName)


Description:
This function will check your pdf file whether encrypted or not.
Parameter:
inFileName
Input pdf filename
Return value
0: This pdf file has not been encrypted.
1: This pdf file has been encrypted.

Contact
Homepage
http://www.verypdf.com
E-mail
mailto:[email protected]

Copyright @ 2003, veryPDF.com Inc.


Page 2 of 2

You might also like