<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.1" -->
<rss version="0.92">
<channel>
	<title>Digital Signature Software</title>
	<link>http://www.signfiles.com</link>
	<description>Everything you need to sign your files</description>
	<lastBuildDate>Wed, 01 Feb 2012 09:05:32 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>FileSignDll Quick Manual</title>
		<description><![CDATA[The library FileSignDll can be used for adding digital signatures to your .XML, .DOCX, .XLSX, .PPTX, .XPS and .DWFx files.
To initialize the library use the code snippets below. To register the library you must enter as parameter a valid serial number.
Office 2007, 2010 digital signature

//digitally sign an Office 2007, 2010 document
OfficeSign officeSign = new OfficeSign("enter [...]]]></description>
		<link>http://www.signfiles.com/filesigndll-quick-manual/</link>
			</item>
	<item>
		<title>FileSignDll SDK for .NET Framework</title>
		<description><![CDATA[The main function of FileSignDll SDK is to digitally sign Office 2007, 2010, XPS, DWFx and XML documents using X.509 certificates. Using this library you can quickly digitally sign .docx, .xlsx, .pptx, .xps, .dwfx and .xml files using a simple SDK.
Also, using FileSignDll SDK any files can be signed in PKCS#7 cryptographic  standard (.p7m or [...]]]></description>
		<link>http://www.signfiles.com/file-sign-library/</link>
			</item>
	<item>
		<title>PDFSignDll Quick Manual</title>
		<description><![CDATA[

Download PDFSignDLL User&#8217;s Guide in PDF format 


The library PDFSignDll can be used for adding digital signatures and encryption to your PDF files.
To initialize the library use the code snippet below. To register the library you must enter as parameter a valid serial number.

PDFSign PDFSign = new PDFSign("enter your serial number");



In order to add a [...]]]></description>
		<link>http://www.signfiles.com/pdfsigndll-quick-manual/</link>
			</item>
	<item>
		<title>Open XML Signer</title>
		<description><![CDATA[Open XML Signer main function is to sign Office Open XML documents (DOCX, XLSX and PPTX), Autodesk AutoCAD DWFx files and Open XML Paper Specification (XPS) documents using X.509 digital certificates.
The current AutoCAD file format (.dwfx) is based on ISO/IEC 29500-2:2008 Open Packaging Conventions.


Using this product you can quickly sign multiple files (bulk sign) by [...]]]></description>
		<link>http://www.signfiles.com/open-xml-signer/</link>
			</item>
	<item>
		<title>Finishing your order</title>
		<description><![CDATA[The registered application license will be sent to you by email (PayPal email address). You may need to wait for up to 2 hours to receive our email (please check the spam folder). If you did not receive an email after waiting for 2 hours, please contact us.


 
For the ordered software will be an [...]]]></description>
		<link>http://www.signfiles.com/order-finish/</link>
			</item>
	<item>
		<title>Adding PDF Encryption using PDFSignDll SDK</title>
		<description><![CDATA[In order to encrypt a PDF file, the document must be opened first. If the document is already protected by a password, it must be specified before loading the document

PDFEncrypt crypt = new PDFEncrypt();

//password if the document is already encrypted
crypt.LoadedDocumentPassword ="D0cument P@ssword";

//load the PDF document
crypt.LoadPDFDocumentFromArray(File.ReadAllBytes("c:\\source.pdf"));


Password Security
Owner password is set for changing the rights of the [...]]]></description>
		<link>http://www.signfiles.com/adding-pdf-encryption/</link>
			</item>
	<item>
		<title>Help Center</title>
		<description><![CDATA[PDFSignDLL

PDFSignDLL User&#8217;s Guide 
PDFSignDll SDK Quick Manual 
Adding PDF encryption using PDFSignDll SDK



FileSignDLL

FileSignDll SDK Quick Manual 



PDF Signer Server

PDF Signer Server User Manual 



Time Stamping


Adding time stamping information on PDF documents 


Installing a demo TSA Authority on IIS server 




PDF Security

Validating digital signatures in Adobe 
Verifying PDF digital signatures using PDFSignDLL SDK  (for developers) 



Root Certificates

Secure [...]]]></description>
		<link>http://www.signfiles.com/help-center/</link>
			</item>
	<item>
		<title>Certification Authority</title>
		<description><![CDATA[A Certification Authority issues digital certificates which contain a public key and the identity of the owner. The certificates are issued in PFX (Personal inFormation eXchange) file format  protected by a password.
 
Certificates provide the foundation of a public key infrastructure (PKI). These are electronic credentials, issued by a certification authority (CA), that are associated with a [...]]]></description>
		<link>http://www.signfiles.com/certification-authority/</link>
			</item>
	<item>
		<title>Downloads</title>
		<description><![CDATA[


Most Popular

PDF Signer
PDF Encryptor
Open XML Signer

P7S Viewer
X.509 Certificate Generator




Signing Software

PDF Signer
PDF Signer Server
XML Signer &#124; Viewer
P7S Signer &#124; Viewer
Open XML Signer




Encryption Software

PDF Encryptor
XML Encryptor &#124; Viewer
File Encryptor &#124; Viewer

 

For Developers

PDFSignDll (Sample project:  C# &#8211; VB.NET &#8211; VC++)

FileSignDll





Digital Certificates

X.509 Certificate Generator




Other Products

Time Synchronizer
Certificate Manager
HTML Form Filler




Root certificates

Secure Soft Private CA Root Certificate 
Adobe Security Policy 





]]></description>
		<link>http://www.signfiles.com/downloads/</link>
			</item>
	<item>
		<title>All Products</title>
		<description><![CDATA[


Signing Software

PDF Signer
PDF Signer Server
XML Signer
P7S Signer
Open XML Signer




Encryption Software

PDF Encryption
XML Encryption
File Encryption




For Developers

PDFSignDll Library
FileSignDll Library


Digital Certificates

X.509 Certificate Generator
Certification Authority
Obtain a free SSL certificate




Time Stamping

Time Stamping Authority
Time Synchronizer




Management Tools

Certificate Manager
HTML Form Filler





]]></description>
		<link>http://www.signfiles.com/all-products/</link>
			</item>
	<item>
		<title>PDFSignDll for .NET Framework 2.0 Code Example</title>
		<description><![CDATA[C# Code Example


PDFSign PDFSign = new PDFSign("Enter your application license here");

//Load the PDF file
PDFSign.LoadPDFDocumentFromArray(File.ReadAllBytes("c:\\source.pdf"));

//Load the certificate from .PFX
PDFSign.DigitalSignatureCertificate =
PDFSign.LoadCertificate(File.ReadAllBytes("c:\\cert.pfx"), "123456");

//Load the certificate from Microsoft Store
//PDFSign.DigitalSignatureCertificate =
PDFSign.LoadCertificateFromStore(false, "", "Digital certificates",
"Select the digital certificate", DigitalCertificateScope.ForDigitalSignature);

//Signing reason &#038; location
PDFSign.SigningReason = "I approve this document";
PDFSign.SigningLocation = "Europe branch";

//Set the signature rectangle attributes
PDFSign.SignaturePage = 1;
PDFSign.SignatureBasicPosition = BasicSignatureLocation.TopRight;

//Custom signature position
//PDFSign.SignaturePosition = [...]]]></description>
		<link>http://www.signfiles.com/pdf-sign-library-code-example/</link>
			</item>
	<item>
		<title>PDFSignDll SDK for .NET Framework</title>
		<description><![CDATA[The main function of PDFSignDll SDK is to sign and encrypt PDF documents using X.509 certificates. Using this library you can quickly sign and encrypt PDF files using a fully configurable appearance. The positioning of the signature appearance is configurable, plus on which pages of the document it should appear (first page, last page or [...]]]></description>
		<link>http://www.signfiles.com/pdf-sign-library/</link>
			</item>
	<item>
		<title>Other Products</title>
		<description><![CDATA[PDF Encryption
PDF Encryptor can be used to protect your PDF files with 128-bit strength using digital certificates or passwords, set all permissions (such as copying, editing, printing, selecting text and graphics, fill in etc), and prevent PDF files from being printed, changed or copied.
 

XML Encryption
XML Encryptor allows you to encrypt XML files by using a [...]]]></description>
		<link>http://www.signfiles.com/other-tools/</link>
			</item>
	<item>
		<title>File Encryption</title>
		<description><![CDATA[File Encryptor (P7M) allows you to encrypt files by using a digital certificate. Using this product you can quickly encrypt multiple files (bulk encryption) by selecting input and output directory. This is ideal for batch encryption of large number of corporate files rather than encrypting each one individually. The encrypted files will be saved with [...]]]></description>
		<link>http://www.signfiles.com/file-encryption/</link>
			</item>
	<item>
		<title>XML Encryption</title>
		<description><![CDATA[XML Encryptor allows you to encrypt XML files by using a digital certificate. Using this product you can quickly encrypt multiple files (bulk encryption) by selecting input and output directory. This is ideal for batch encryption of large number of corporate XML files rather than encrypting each one individually.
  
 Interoperability &#8211; Encrypted files produced with [...]]]></description>
		<link>http://www.signfiles.com/xml-encryption/</link>
			</item>
	<item>
		<title>PDF Encryption</title>
		<description><![CDATA[PDF Encryptor can be used to protect your PDF files with 128-bit strength using digital certificates or passwords, set all permissions (such as copying, editing, printing, selecting text and graphics, fill in etc), and prevent PDF files from being printed, changed or copied.


PDF Encryptor allows you to encrypt existing PDFs using digital certificates or passwords. [...]]]></description>
		<link>http://www.signfiles.com/pdf-encryption/</link>
			</item>
	<item>
		<title>HTML Form Filler</title>
		<description><![CDATA[HTML Form Filler is a free solution that automates the process of filling out the digital certificate enrollment web form.
If you don&#8217;t have time to set the HTML Form Filler up we are ready to help you. Based on HTML Form Filler we may customize this solution to filling out various enrollment forms. This customization [...]]]></description>
		<link>http://www.signfiles.com/html-form-filler/</link>
			</item>
	<item>
		<title>Certificate Manager</title>
		<description><![CDATA[LDAP Certificate Browser (Certificate Manager) may be used to manage the X.509 certificates from your CA hierarchy. This tool allows you to obtain detailed information about user certificates stored on LDIF file. 
 
This tool works with LDIF files exported from Windows 2003 and Windows 2008 Certification Authority using ldifde –f switch (Active Directory). 
 
LDAP Certificate Browser was optimized [...]]]></description>
		<link>http://www.signfiles.com/certificate-manager/</link>
			</item>
	<item>
		<title>Time Synchronizer</title>
		<description><![CDATA[Time Synchronizer is a time client to synchronize the computer clock. The time client receives the curent time from a time server located in your local network or somewhere in the internet. 
 
The Simple Network Time Protocol (SNTP) is a protocol for synchronizing the clocks of computer systems over packet-switched, variable-latency data networks. SNTP uses UDP [...]]]></description>
		<link>http://www.signfiles.com/time-synchronizer/</link>
			</item>
	<item>
		<title>P7S Signer</title>
		<description><![CDATA[P7S Signer is a standards-based electronic signature solution. Signing electronic documents with P7S Signer will immediately reduce costs, increase security and help organizations comply with regulations. Electronic signatures are based on standard PKI technology, guaranteeing signer authenticity, data integrity and the non-repudiation of electronic documents.
Using P7S Signer you can quickly sign multiple files (any type [...]]]></description>
		<link>http://www.signfiles.com/p7s-signer/</link>
			</item>
	<item>
		<title>XML Signer</title>
		<description><![CDATA[XML Signer main function is to sign XML documents (see: XML Digital Signature) using X.509 digital certificates. Using this product you can quickly sign multiple XML files (bulk sign) by selecting input and output directory. This is ideal for batch signing of large number of corporate XML documents rather than signing each one individually.


XML Signer [...]]]></description>
		<link>http://www.signfiles.com/xml-signer/</link>
			</item>
	<item>
		<title>X.509 Certificate Generator</title>
		<description><![CDATA[The X.509 Certificate Generator is a multi purpose certificate utility. It can be used to generate X.509 certificates, export certificates in PFX format, preview certificates or change key usage extensions.

Certificates provide the foundation of a public key infrastructure (PKI). These are electronic credentials, issued by a certification authority (CA), that are associated with a public [...]]]></description>
		<link>http://www.signfiles.com/x509-certificate-generator/</link>
			</item>
	<item>
		<title>PDF Signer Server</title>
		<description><![CDATA[The main function of PDF Signer Server is to sign PDF documents using X.509 digital certificates. Using this product you can quickly sign multiple PDF files (bulk sign) by selecting input and output directory. This is ideal for bulk signing of large number of corporate documents rather than signing each one individually.


PDF Signer Server allows [...]]]></description>
		<link>http://www.signfiles.com/pdf-signer-server/</link>
			</item>
	<item>
		<title>PDF Signer</title>
		<description><![CDATA[The main function of PDF Signer is to sign PDF documents using X.509 digital certificates. Using this product you can quickly sign multiple PDF files (bulk sign) by selecting input and output directory. This is ideal for bulk signing of a large number of corporate documents rather than signing each one individually.


PDF Signer allows you [...]]]></description>
		<link>http://www.signfiles.com/pdf-signer/</link>
			</item>
</channel>
</rss>

