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.

PDF Security and Signature Command Line Options

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

Write a review

Note: HTML is not translated!
    Bad           Good
Captcha

PDF Security and Signature (Shell & COM & SDK)

  • Brand: VeryPDF
  • Product Code: MOD190224212342
  • Availability: In Stock
  • Viewed: 24760
  • Sold By: VeryPDF
  • Seller Rating:
  • Seller Reviews: (1)
  • $79.95

  • Ex Tax: $79.95

Available Options


Related Products

EML to PDF Converter (GUI + Command Line)

EML to PDF Converter (GUI + Command Line)

EML to PDF Converter (Email to PDF Converter) is a brilliant application to export EML emails to Ado..

$39.95 Ex Tax: $39.95

PDF Keywords to Hyperlinks Maker Command Line

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 Ex Tax: $299.00

PDF Signer Software

PDF Signer Software

PDF Signer can be used to add your signature to PDF documents. The main function of PDF Signer is ..

$39.95 Ex Tax: $39.95

PDF to Excel Converter Command Line

PDF to Excel Converter Command Line

PDF to Excel Converter Command Line is a command line application to extract tables from PDF files..

$299.00 Ex Tax: $299.00

PDF Page Counter for All Sub-folders by PHP Script

PDF Page Counter for All Sub-folders by PHP Script

PDF Page Counter can be used to count the number of pages of all PDFs in current directory and all..

$59.95 Ex Tax: $59.95

OCR to Any Converter Command Line

OCR to Any Converter Command Line

OCR to Any Converter Command Line OCR software is used to make the text of a scanned document acc..

$395.00 Ex Tax: $395.00

Java PDF Reader Custom Build Service

Java PDF Reader Custom Build Service

Java PDF Reader (Windows, Mac, Linux) Java PDF Reader is Java Visual Component to Display PDF, Offi..

$5,000.00 Ex Tax: $5,000.00

Save
13%

VeryPDF HookPrinter Print Logger

VeryPDF HookPrinter Print Logger

VeryPDF HookPrinter Print Logger is a best print logging application for Windows systems designed ..

$6,500.00 $7,500.00 Ex Tax: $6,500.00

Online PDF to Table Extractor (Online PDF to Excel Converter)

Online PDF to Table Extractor (Online PDF to Excel Converter)

Online PDF to Table Extractor (PDF to Excel Converter) is a Java application which can be used to ..

$9.95 Ex Tax: $9.95

TIFF Toolkit -- Compress, Merge, Split, Extract, Compare and Maintain TIFF files

TIFF Toolkit -- Compress, Merge, Split, Extract, Compare and Maintain TIFF files

TIFF Toolkit is a powerful application tool which can compress TIFF image files to small size ones..

$19.95 Ex Tax: $19.95

DocVoicer (Text-To-Speech) Software

DocVoicer (Text-To-Speech) Software

DocVoicer is a Text-To-Speech (TTS) software to read Text, PDF, MS Office, OpenOffice, Web Page an..

$39.95 Ex Tax: $39.95

Save
20%

JavaScript Charts & Graphs Source Code

JavaScript Charts & Graphs Source Code

JavaScript Charts & Graphs Source Code for Web and Desktop Developers.JavaScript Charts & Graphs wit..

$39.95 $49.95 Ex Tax: $39.95

Scan to Word OCR Converter

Scan to Word OCR Converter

VeryUtils Scan to Word OCR Converter does scan papers to word documents or convert to word documen..

$79.95 Ex Tax: $79.95

PDF Page Master Command Line

PDF Page Master Command Line

PDF Page Master Command Line is a command line application which can be used to maintain your PDF ..

$299.00 Ex Tax: $299.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