|
Download
v1.04 1.7mb
Download
Link 1
Other Products Available
Menu Links
News
Register/Buy
Trial Restrictions
Full Features List
Known Issues/Bugs
Forum
Contact
Main Features
1. Supports Windows 95, 98, ME, NT4, Windows
2000, XP, Vista, 2003, Windows 7 & 2008
2. Automates the
process of Securing multiple PDF files
3. Encrypting pdf's, Encrypt RC 40 bit and RC 128 bit
support
4. Decrypting existing pdf's, Decrypts RC 40, RC 128 & AES
types
5. Re-encrypting
existing pdf's
6. Changing existing passwords
7. Adding permissions & changing existing permissions in pdf's
8. Batch list
processing, Secure lists of files in a list text file
9. Doesn't require Acrobat
10. Full HTML Help.
What's new ?
v1.04
7th Feb 2011
1. see what's new in help.
|
|
LATEST
NEWS - 7th February 2011
What is PDF Secure COM Component ?
PDF Secure COM Component is for ASP, .NET, PHP, Cold Fusion, VB, VC and other
languages.
PDF Secure
automates the process of password protecting pdf's,
encrypting pdf's, decrypting existing pdf's, re-encrypting, changing passwords,
adding permissions & changing existing permissions in pdf's.
Includes Encrypt RC 40 bit and RC 128 bit support, Decrypts RC 40, RC 128 & AES.
Example .asp, vb, .net, php, cold fusion & vc++ code included
simple ASP example of usage:-
(decrypt password file)
Set obj = Server.CreateObject("PDFSecure.PDFSecureCom.1")
obj.decrypt = True ' decrypt
obj.userpassword = "admin1" ' open password
result = CStr(obj.getPDFSecureFile("c:\\input.pdf", "c:\\output.pdf")
simple VC++ example of usage:-
PDFSecureLib::IPDFSecureComPtr *test = NULL;
struct __declspec(uuid("{99D24184-7D5E-43B1-8A0C-2146D223C1FF}")) IClass;
test = new PDFSecureLib::IPDFSecureComPtr( __uuidof(IClass) );
(*test)->decrypt = true; // decrypt
(*test)->Putuserpassword("admin1"); // open password
(*test)->getPDFSecureFile((char *)(_bstr_t)"c:\\input.pdf",(char *)(_bstr_t)"c:\\output.pdf");
simple VB example of usage:-
Dim obj As PDFSecureLib.PDFSecureCom
Set obj = New PDFSecureLib.PDFSecureCom
obj.decrypt = True ' decrypt
obj.userpassword = "admin1" ' open password
obj.GetPDFSecureFile("C:\input.pdf","C:\output.pdf")
simple ASP .NET using C# example of usage:-
PDFSecure.PDFSecureCom obj = new PDFSecure.PDFSecureCom();
obj.decrypt = 1; // ' decrypt
obj.userpassword = "admin1"; // open password("C:\input.pdf","C:\output.pdf");
|
|
PDF
Secure COM Component
Automates the process of Encrypting &
Decrypt PDF's
Support's 40 bit and 128bit Encryption
Add / Change Permissions on PDF's
Batch List processing
Retains PDF Version
Supports all COM compatible languages
Examples in ASP, VB, PHP, ColdFusion, .NET &
VC++
Written in C++ for ultimate speed
Run on 64bit machines in 32bit mode
    |