PDF Security and Signature (Shell & COM & SDK)
PDF Security
and Signature software can be used to secure PDF files from command line, SDK
and COM methods.
The main purpose of a digital signature is to uniquely identify the signer of an
electronic document. With the advent of paperless business models there is an
increased demand for digitally signed PDF documents. In many countries digitally
signing an electronic document became a legal requirement.
PDF Security and Signature (Shell & COM & SDK) is a cost effective
application that allows you to digitally sign, timestamp and/or encrypt PDF
files. By applying a digital signature on your PDF documents you will be able to
guarantee the integrity of the content and also provide an additional level of
trust in any business transaction you conduct. If you are a developer you can
easily integrate PDF Security and Signature (Shell & COM & SDK) with your own
application via a COM object or .NET assembly.
Secure PDF with user password, owner password and restrictions.
A PDF file may be encrypted for security, or digitally signed for
authentication.
The standard security provided by Acrobat PDF consists of two different methods
and two different passwords, user password, which encrypts the file and
prevents opening, and owner password, which specifies operations that
should be restricted even when the document is decrypted, which can include:
printing, copying text and graphics out of the document, modifying the document,
or adding or modifying text notes and AcroForm fields. The user password
encrypts the file and requires password cracking to defeat, with difficulty
depending on password strength and encryption method.
System Requirements
- Windows 2000 / XP / Server 2003 / Vista / Server 2008 / 7 / 8 of both 32-bit and 64-bit
- Linux (Centos, SuSE and Red Hat on Intel) (*available on request)
- IBM AIX – 32 and 64 Bit (*available on request)
- Mac OS X (*available on request)
Features of PDF Security and Signature (Shell & COM & SDK)
- PDF Security and Signature supports Command Line, COM, SDK interfaces.
- Batch processing PDF documents.
- Support for Smart card certificates (qualified certificates).
- Batch (bulk) digital signature (sign an entire folder and sub-folders).
- Support Command line parameters, PowerShell scripting.
- Support Time Stamping (RFC 3161) and Batch Signatures.
- Embedding Revocation Information for the signing certificate (CRL, OCSP).
- Supports PKCS#11, PKCS#12, Apple Keychain and Windows Certificate Stores.
- Provide a COM interface for PHP, Ruby, Python, C#, VB, VB.NET, C++, ASP, JavaScript, VBScript, etc. program languages.
- Linearization (Fast Web View) support.
- PDF encryption support (RC4/AES-128/AES-256 algorithms).
- Do NOT require any Adobe products.
- Support all PDF digital signatures formats.
- Support visible or invisible PDF signatures.
- PDF Security and Signature can be integrated with business applications using a server API, a desktop API or a command line approach. The command line approach can be used by any Windows application whereas the APIs offer .Net assembly Integration only.
- Page number and position can be specified for visible signature.
- Support font name, border line width, border color, background color options for visible signature.
- Able to list all certificates under store (ALL, MY, ROOT, CA, etc.).
- Able to set background image for visible signature annotation.
- Support permission flags for encryption, include Allow Printing, Allow Changing the Document, Allow Content Copying or Extraction, Allow Commenting, Allow Filling of form fields, Allow Content Extraction for Accessibility, Allow Document Assembly, Allow High Quality Printing, Allow All Permissions.
- Safeguard, Protect PDF documents against unauthorized access.
D:\pdf_security_signature_cmd\pdfsecure.exe Product Name: PDF Security Command Line Description: Batch add electronic signatures and encryption to PDF files from command line. Usage: pdfsecure.exe [options] [in-file] [[out-file]] -listcer [string] : List certificates under store (ALL, MY, ROOT, CA, etc.) -cername [string] : Set Certificate name -cerissuer [string] : Set Certificate issuer -cerserialno [string] : Set Certificate serial number (hex string) -cerstore [string] : Certificate store (MY, ROOT, CA, etc.) -cerlocation [int] : Certificate store location (0: local system, 1: current user), 1 is default -signreason [string] : Signature reason -signfillcolor [string] : Signature fill color -signfillcolor FF0000: Red color -signfillcolor 00FF00: Green color -signfillcolor 0000FF: Blue color -signfillcolor HexNum: Other colors -signstrokecolor [string]: Signature stroke color -signstrokecolor FF0000: Red color -signstrokecolor 00FF00: Green color -signstrokecolor 0000FF: Blue color -signstrokecolor HexNum: Other colors -signinfo [string] : Signer's contact info -signrect [string] : Signature annotation rectangle, e.g., -signrect "x,y,w,h" -signpage [int] : Signature annotation page number (default: last page) -signlinewidth [int] : Signature line width -signfont1 [string] : Signature font name 1 -signfont2 [string] : Signature font name 2 -signtext1 [string] : Signature text 1 -signtext2 [string] : Signature text 2 -signbgimage [string] : Signature annotation background image -signdocperm [int] : Set Document access permissions for signature -signdocperm 1. Any change to the document invalidates the signature. -signdocperm 2. Permitted Filling Forms, Instantiating Page Templates and Signing. Other changes invalidate the signature. -signdocperm 3. Include 2, as well as Annotation Creation, Deletion and Modification. Other changes invalidate the signature. -timestampurl [string] : Time stamp server URL -timestamppwd [string] : Time stamp server credentials -createtimesign : Create a time stamp signature, you need set -timestampurl first -inopenpwd [string] : Specify a password for the input file -openpwd [string] : Set 'open password' to PDF file -ownerpwd [string] : Set 'owner password' to PDF file -keylen [int] : Key length (40 or 128 bit) -keylen 40: 40 bit RC4 encryption (Acrobat 3 or higher) -keylen 128: 128 bit RC4 encryption (Acrobat 5 or higher) -perm [int] : Set the permission flags -perm 4: Allow Printing -perm 8: Allow Changing the Document -perm 16: Allow Content Copying or Extraction -perm 32: Allow Commenting -perm 256: Allow Filling of form fields -perm 512: Allow Content Extraction for Accessibility -perm 1024: Allow Document Assembly -perm 2048: Allow High Quality Printing -perm 3900: Allow All Permissions -perm 0: Not Allow All (default) -perm -1: No Encryption is used -stringcrypt [string] : Set the string crypt filter, e.g., rc4, aes128, aes256, default is rc4 -streamcrypt [string] : Set the stream crypt filter, e.g., rc4, aes128, aes256, default is rc4 -linearize : Optimize for the web (linearize) -forceencrypt : Force encrypt some special PDF files -skip : Skip existing output files, don't overwrite it -v : Print copyright and version info -h : Print usage information -help : Print usage information --help : Print usage information -? : Print usage information -$ [string] : Input registration key Example: pdfsecure.exe -listcer all pdfsecure.exe -listcer my pdfsecure.exe -listcer ca pdfsecure.exe -cername "VeryUtils" D:\test.pdf D:\out.pdf pdfsecure.exe -cername "VeryUtils" -cerissuer "Issuer" D:\test.pdf D:\out.pdf pdfsecure.exe -cername "VeryUtils" -cerserialno "01234567890ABCDEF" D:\test.pdf D:\out.pdf pdfsecure.exe -cername "VeryUtils" -cerstore my D:\test.pdf D:\out.pdf pdfsecure.exe -cername "VeryUtils" -cerlocation 1 D:\test.pdf D:\out.pdf pdfsecure.exe -cername "VeryUtils" -signreason "For your review." D:\test.pdf D:\out.pdf pdfsecure.exe -cername "VeryUtils" -signfillcolor FF0000 D:\test.pdf D:\out.pdf pdfsecure.exe -cername "VeryUtils" -signstrokecolor FF0000 D:\test.pdf D:\out.pdf pdfsecure.exe -cername "VeryUtils" -signinfo "support@veryutils.com" D:\test.pdf D:\out.pdf pdfsecure.exe -cername "VeryUtils" -signrect "100,400,400,300" D:\test.pdf D:\out.pdf pdfsecure.exe -cername "VeryUtils" -signrect "0,0,0,0" D:\test.pdf D:\invisible.pdf pdfsecure.exe -cername "VeryUtils" -signpage 1 D:\test.pdf D:\out.pdf pdfsecure.exe -cername "VeryUtils" -signlinewidth 10 D:\test.pdf D:\out.pdf pdfsecure.exe -cername "VeryUtils" -signfont1 "C:\Windows\Fonts\Arial-CE-Italic.ttf" -signfont2 "C:\Windows\Fonts\times.ttf" D:\test.pdf D:\out.pdf pdfsecure.exe -cername "VeryUtils" -signtext1 "Text1" -signtext2 "Text2" D:\test.pdf D:\out.pdf pdfsecure.exe -cername "VeryUtils" -signbgimage "D:\background.jpg" D:\test.pdf D:\out.pdf pdfsecure.exe -cername "VeryUtils" -signbgimage "D:\background.png" D:\test.pdf D:\out.pdf pdfsecure.exe -cername "VeryUtils" -signdocperm 1 D:\test.pdf D:\out.pdf pdfsecure.exe -cername "VeryUtils" -signdocperm 2 D:\test.pdf D:\out.pdf pdfsecure.exe -cername "VeryUtils" -signdocperm 3 D:\test.pdf D:\out.pdf pdfsecure.exe -cername "VeryUtils" -createtimesign -timestampurl "http://timestamp.verisign.com/scripts/timstamp.dll" D:\test.pdf D:\out.pdf pdfsecure.exe -cername "VeryUtils" -createtimesign -timestampurl "http://timestamp.globalsign.com/scripts/timestamp.dll" D:\test.pdf D:\out.pdf pdfsecure.exe -cername "VeryUtils" -createtimesign -timestampurl "http://timestamp.comodoca.com/authenticode" D:\test.pdf D:\out.pdf pdfsecure.exe -cername "VeryUtils" -createtimesign -timestampurl "http://tsa.starfieldtech.com" D:\test.pdf D:\out.pdf pdfsecure.exe -cername "VeryUtils" -createtimesign D:\test.pdf D:\out.pdf pdfsecure.exe -cername "VeryUtils" -inopenpwd 123456 D:\test.pdf D:\out.pdf pdfsecure.exe -cername "VeryUtils" -openpwd 123 -ownerpwd 456 -keylen 128 -perm 2048 D:\test.pdf D:\out.pdf pdfsecure.exe -cername "VeryUtils" -ownerpwd 456 -keylen 128 -perm 0 D:\test.pdf D:\out.pdf pdfsecure.exe -cername "VeryUtils" -ownerpwd 456 -keylen 128 -perm 0 -forceencrypt D:\test.pdf D:\out.pdf pdfsecure.exe -cername "VeryUtils" -perm -1 D:\test.pdf D:\out.pdf pdfsecure.exe -cername "VeryUtils" -ownerpwd 456 -stringcrypt AES256 -streamcrypt AES256 -perm 0 D:\test.pdf D:\out.pdf pdfsecure.exe -cername "VeryUtils" -ownerpwd 456 -stringcrypt AES128 -streamcrypt AES128 -perm 0 D:\test.pdf D:\out.pdf pdfsecure.exe -cername "VeryUtils" -ownerpwd 456 -stringcrypt AES256 -streamcrypt AES256 -perm 0 -linearize D:\test.pdf D:\out.pdf pdfsecure.exe -$ XXXX-XXXX-XXXX-XXXX
Related Products
PDF to HTML5 Form Filler for PHP
PDF to HTML5 Form Filler for PHP does View, Fill, Submit PDF Forms Online. PDF Form Filler for PHP..
$199.95
PDF to ePub Converter Command Line
PDF to ePub Converter Command Line does convert Adobe PDF files to Responsive EPUB documents. PDF..
$79.95
PDF to HTML5 Flipbook Converter Command Line
PDF to HTML5 Flipbook Converter Command Line is a Windows software. PDF to HTML5 Flipbook Converter ..
$59.95
AnyFile Viewer for iOS (iPhone and iPad) Source Code License
AnyFile Viewer for iOS (iPhone and iPad) Source Code License AnyFile Viewer for iOS can be used t..
$5,000.00
PythonPDF Library Source Code License
PythonPDF Library Source Code License PythonPDF Library is a tool for extracting information from P..
$299.00
SVG to PDF Converter Command Line
SVG to PDF Converter Command Line is a best software to convert scalable vector graphic (.SVG) gra..
$99.95
Raster to Vector Converter Command Line
Raster to Vector Converter Command Line is a professional software for converting raster images to..
$299.00
PDF Keywords to Hyperlinks Maker Command Line
With VeryUtils PDF Hyperlinks Maker Command Line software, you can turn every occurrence of a part..
$299.00
EMF to Vector Converter Command Line
EMF to Vector Converter Command Line Software can be used to convert from EMF and WMF Metafile file..
$295.00
Scan to Excel OCR Converter
Scan to Excel OCR Converter converts scanned spreadsheets PDF, regular PDF, TIFF, JPG, PNG, etc. f..
$79.95
HTMLPrint to Any Converter Command Line
HTMLPrint to Any Converter Command Line is a versatile tool that streamlines the process of printing..
$399.00
Office to PDF Converter Command Line
OfficeToPDF Command Line is a Command Line utility that converts Microsoft Office 2003, 2007, 2010..
$59.95
EMF/PDF/Image Virtual Printer Driver SDK for Developer Royalty Free
EMF/PDF/Image Virtual Printer Driver SDK for Windows Developers Royalty Free. EMF/PDF/Image Virtu..
$1,500.00
PDF to Text OCR Converter Command Line
PDF to Text OCR Converter Command Line PDF to Text OCR Converter Command Line utility that uses t..
$195.00
Tags: aes, aes pdf, documents pdf security, encrypt pdf, form sign app, md5 pdf, online security pdf, pdf aes, pdf download security, pdf md5, pdf product, pdf protector, pdf secure, pdf security, pdf sign, pdf signature, pdf signer, release password security pdf, security pdf, sign pdf, signature, signature pdf