The Adult PDF Password Recovery 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).
¡¤ Insert a watermark in the first page in the decrypted PDF file
¡¤ The trial version only can process the first half of pages in your PDF file
Note:
[SDK] = SDK function name
[COM] = COM function name
It can be used to decrypt protected Adobe Acrobat PDF files.
inFileName
Input pdf filename
outFileName
Output pdf filename
OwnerPassword
Owner password
UserPassword
User password
Keywords
Set keywords to the encrypted pdf document
Subject
Set subject to the encrypted pdf document
Title
Set title to the encrypted pdf document
Author
Set author to the encrypted pdf document
Creator
Set creator to the encrypted pdf document
If the Keywords ¡¢ Subject ¡¢ Title ¡¢ Author ¡¢ Creator is NULL, the information in the ¡°inFileName¡± will be used.
¡¤ -1: Open input PDF file failed
¡¤ -2: Can¡¯t write to the output PDF file
¡¤ -3: Insufficient memory available
¡¤ -4: File is not encrypted.
¡¤ -5: Password Error.
¡¤ -6: Password Error
¡¤ -7: Can't recognize this type PDF file
¡¤ 1: Success (Acrobat Standard 40-bit security )
¡¤ 2: Success (Acrobat Standard 128-bit security )
[SDK] IsPDFFormat
[COM] IsPDFFormatEx
BOOL WINAPI
IsPDFFormat(char * inFileName)
It be used to confirmed whether the format of the file is PDF.
inFileName : Input filename
TRUE if it is successful; otherwise, it is FALSE.
[SDK] IsEncryptPDF
[COM] IsEncryptPDFEx
BOOL WINAPI
IsEncryptPDF(char * inFileName)
It be used to confirmed whether the file is encrypted.
inFileName : Input filename
TRUE if it is successful; otherwise, it is FALSE.
for asp example description( COM ):
Steps:
1.Copy the AdultPDFPasswordRecovery.dll and DecryptPDFOCX.dll files to your system32 directory,
for example,
copy AdultPDFPasswordRecovery.dll c:\windows\system32
copy DecryptPDFOCX.dll c:\windows\system32
2.Register the DecryptPDFOCX.dll library in your system,
for example,
regsvr32 c:\windows\system32\DecryptPDFOCX.dll
3.Put the test.asp file into your IIS directory,
4.Please copy "encrypt1.pdf" and "encrypt2.pdf" files to your "d:\test\" directory
5.Run the MS IE software, and open the "http://your localhost ip/test.asp" file,
6.The result files are generated in the "d:\test\".
http://www.adultpdf.com/products/pwdremover/index.html
Copyright @ 2000-2004 Adultpdf.com Inc. All rights reserved.