PDF Security ActiveX ComponentFeatures | FAQ | History | Manual | Support | Buy! | Clients
Both encryption and decryption are done by PDF Security ActiveX Component itself without the need of installing additional software such Acrobat PDF Reader.You can make secure PDF documents easily to achieve password enabled content protection.
PDF Security can be easily integrated into applications written in languages that support ActiveX Component such as Visual C++, Visual Basic, Delphi, C++ Builder, .Net languages, Java, Scripts like Perl, Php, Python. PDF Security is .Net ready, you can integrate it into your web application to provide secure PDF solutions for your users. Registered version can be deployed or redistributed FREE, NO addtional runtime fee needed NOW!. News:Want PDF split and merge function? PDF Split Merge Try freely! Testimonials
Unsure? Unconvinced? I understand. We'll also throw in FREE tech support But if you're still not sure, try it out for FREE ! We are committed to improving PDF Security Component constantly. See History Want all PDF releated products? Look at PDF Split and Merge, TIFF To PDF, PDF Security , PDF Stamper
|
||||||
Highlight Features:
Version:2.0.2010.220 Keywords:encrypt pdf, decrypt pdf, pdf encryption, pdf decryption, encrypted pdf, secure pdf, add password to pdf System Requirements:Windows Platform Methods:LONG EncryptPdf(String inputFile, ENCRYPTTYPE eEncryptType, LONG ePermission, String strOwnerPasswd, String strUserPasswd, String strOutFile);Description: encrypt PDF inputFile: the source unencrypted PDF file eEncryptType: enumerator type, can be EC_40 or EC_128 for 4o-bit or 128 bit encryption
ePermission: bitwise type to set the permission on the PDF file. The possible value can be:
strOwnerPasswd: owner password strUserPasswd: user password strOutFile: outout secure PDF return value: a long value returned by the function
LONG DecryptPdf(String inputFile, String strPasswd, String strOutFile); Description: try to decrypt PDF with the password Description: encrypt PDF inputFile: the source unencrypted PDF file strPasswd: the owner or user password return value: a long value returned by the function
LONG IsEncrypted(String inputFile); Description: try to decrypt PDF with the password Description: tell if a PDF is encrypted or not inputFile: the source unencrypted PDF file return 1 for encrypted pdf, 0 for unencrypted pdf file, else return nagative error. Redistribution:The files that need to redistribute PDF Security Component with applications are: PDFSecurity.dll: the component itself. It needs to be registered as ActiveX by regsrv32 or setup program. PDFKit.dll: the underline PDF library Once registered, you can
redistribute PDF Security
Component
royalty-freely.
(For details about
redistribution, please refer to the license agreement)
Support:If you have any questions or suggestions regards to PDF Security Component. Please feel free to email us: admin@guangmingsoft.net , support@guangmingsoft.com FAQ:1. What languages does it support? 2. How do I register the component?
3. Can you do custom development for special usage? History:02/20/2010 Fix a couple of bugs |