<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/pdfhandler/home/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/pdfhandler/home/Home/feed" rel="self"/><language>en</language><lastBuildDate>Wed, 12 Oct 2011 19:22:34 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/pdfhandler/home/Home/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage Home modified by Maria Sekar</title><link>https://sourceforge.net/p/pdfhandler/home/Home/</link><description>&lt;pre&gt;--- v8 
+++ v9 
@@ -1,65 +1,82 @@
-
 Blog: [http://vmariasekar.blogspot.com/]
 
 PDF Handler is a pdf command line utility.
 
 Common execution format is 
 
 	c:\Pdfhandler.exe &lt;&lt;action name&gt;&gt; &lt;&lt; Options specific to the action  &gt;&gt;
 
 The Pdfhandler.exe will do the below operations,
 	
 	1. PDF Merge.
 		It will merge the given pdf documents into single one.
 		
 		Format :
 			c:\Pdfhandler.exe merge &lt;&lt;file names separated by space&gt;&gt; 
 			
 			The final name will be name of the target file name.
 		Ex:
 		
 			c:\Pdfhandler.exe merge F:\Sekar\dev\Books\DesignJava.pdf F:\Spring_Tutorial.pdf merge.pdf
 
 	2. Pdf informations 
 		It will display informations related the given pdf documents
 	
 		Format:
 			c:\Pdfhandler.exe info &lt;&lt;PDF file names&gt;&gt;
 		Ex:
 			c:\Pdfhandler.exe info F:\Sekar\dev\Books\DesignJava.pdf F:\Spring_Tutorial.pdf
 			
 	3. Security (Encryption/Decryption)		
 
 		It will secure your given pdf file by doing the encryption and decryption operations
 		
 		Format:
 			Decryption:
 				c:\Pdfhandler.exe decrypt &lt;&lt;Encrypted Source pdf file name&gt;&gt; &lt;&lt;Password&gt;&gt; &lt;&lt;Decrypted output file name&gt;&gt;
 			Encryption:
 				c:\Pdfhandler.exe encrypt &lt;&lt;Source pdf file name&gt;&gt; &lt;&lt;Password&gt;&gt; &lt;&lt;Encrypted output file name&gt;&gt;
 		Ex:
 			Decryption:
 				c:\Pdfhandler.exe decrypt F:\Spring_Tutorial.pdf hello h:\decryptedspringtutorial.pdf
 			Encryption:
 				c:\Pdfhandler.exe decrypt F:\Spring_Tutorial.pdf hello h:\encryptedspringtutorial.pdf
 
 	4. Document splitter
 		This action will create individual pdf documents from the given single document.
 		Based on the given page limits it will create the sub documents.
 		Format:
 			c:\Pdfhandler.exe split &lt;&lt;Source File name&gt;&gt; &lt;&lt;page range limits separated by space&gt;&gt;
 		Ex:
 			c:\Pdfhandler.exe split F:\Sekar\dev\Books\designjava.pdf 1 23 s34-37 40-45
 			
 			The above command will create below documents with the pages of original document,
 				1.pdf
 				2.pdf
 				34.pdf
 				35.pdf
 				36.pdf
 				37.pdf
 				40-45.pdf
 				It will use the range values as new document's file names.
 				The "s" prefix indicates that from page 34-37 will be splitted into single pages.
 				If you didn't mention it in prefix then by default it will considered as normal page range for a single document (Ex : 40-45.pdf).
 Note: You can also mention the output folder as last parameter. If you are not given then it will use the current folder as output folder.
+
+5. Document Signer
+			This action will create signed pdf documents from the given signed/unsigned pdfs.
+			
+		Format:
+			c:\Pdfhandler.exe sign &lt;&lt; input.properties file&gt;&gt;
+		Ex:
+			c:\Pdfhandler.exe sign input.properties
+			
+			The above command will create signed documents based on the given properties file.
+			Sample properties file is also shipped with the build.
+			Note:
+				To sign a document the end users needs to create a keystore file using the java keytool.
+				To know more about keytool and keystore file please go through the below link,
+				
+				"http://download.oracle.com/javase/1.5.0/docs/tooldocs/windows/keytool.html"
+				
+				If you want to learn more on this please search this on web.
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Maria Sekar</dc:creator><pubDate>Wed, 12 Oct 2011 19:22:34 -0000</pubDate><guid>https://sourceforge.netdbc25cbb5e2850763a59b5ec665d80bc0e97229b</guid></item><item><title>WikiPage Home modified by Maria Sekar</title><link>https://sourceforge.net/p/pdfhandler/home/Home/</link><description>&lt;pre&gt;--- v7 
+++ v8 
@@ -1,3 +1,6 @@
+
+Blog: [http://vmariasekar.blogspot.com/]
+
 PDF Handler is a pdf command line utility.
 
 Common execution format is 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Maria Sekar</dc:creator><pubDate>Wed, 14 Sep 2011 02:18:23 -0000</pubDate><guid>https://sourceforge.net02531a71bcca8875a8a44d5114dfea3ddc90afc7</guid></item><item><title>WikiPage Home modified by Maria Sekar</title><link>https://sourceforge.net/p/pdfhandler/home/Home/</link><description>&lt;pre&gt;--- v6 
+++ v7 
@@ -59,3 +59,4 @@
 				It will use the range values as new document's file names.
 				The "s" prefix indicates that from page 34-37 will be splitted into single pages.
 				If you didn't mention it in prefix then by default it will considered as normal page range for a single document (Ex : 40-45.pdf).
+Note: You can also mention the output folder as last parameter. If you are not given then it will use the current folder as output folder.
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Maria Sekar</dc:creator><pubDate>Wed, 14 Sep 2011 02:12:33 -0000</pubDate><guid>https://sourceforge.neta6fb8d9bdf19642c0b5269a6191b8242bce2e21b</guid></item><item><title>WikiPage Home modified by Maria Sekar</title><link>https://sourceforge.net/p/pdfhandler/home/Home/</link><description>&lt;pre&gt;--- v5 
+++ v6 
@@ -46,12 +46,16 @@
 		Format:
 			c:\Pdfhandler.exe split &lt;&lt;Source File name&gt;&gt; &lt;&lt;page range limits separated by space&gt;&gt;
 		Ex:
-			c:\Pdfhandler.exe split F:\Sekar\dev\Books\designjava.pdf 1 23 34-37 40-45
+			c:\Pdfhandler.exe split F:\Sekar\dev\Books\designjava.pdf 1 23 s34-37 40-45
 			
 			The above command will create below documents with the pages of original document,
 				1.pdf
 				2.pdf
-				34-37.pdf
+				34.pdf
+				35.pdf
+				36.pdf
+				37.pdf
 				40-45.pdf
 				It will use the range values as new document's file names.
-
+				The "s" prefix indicates that from page 34-37 will be splitted into single pages.
+				If you didn't mention it in prefix then by default it will considered as normal page range for a single document (Ex : 40-45.pdf).
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Maria Sekar</dc:creator><pubDate>Wed, 07 Sep 2011 03:14:48 -0000</pubDate><guid>https://sourceforge.netc67dfe424f796ad0ccc0263a1a4794fcd31aeca4</guid></item><item><title>WikiPage Home modified by Adroits</title><link>https://sourceforge.net/p/pdfhandler/home/Home/</link><description>&lt;pre&gt;--- v4 
+++ v5 
@@ -2,51 +2,51 @@
 
 Common execution format is 
 
-	c:\pdfh.exe &lt;&lt;action name&gt;&gt; &lt;&lt; Options specific to the action  &gt;&gt;
-
-The pdfh.exe will do the below operations,
-	
+	c:\Pdfhandler.exe &lt;&lt;action name&gt;&gt; &lt;&lt; Options specific to the action  &gt;&gt;
+
+The Pdfhandler.exe will do the below operations,
+	
 	1. PDF Merge.
 		It will merge the given pdf documents into single one.
 		
 		Format :
-			c:\pdfh.exe merge &lt;&lt;file names separated by space&gt;&gt; 
+			c:\Pdfhandler.exe merge &lt;&lt;file names separated by space&gt;&gt; 
 			
 			The final name will be name of the target file name.
 		Ex:
 		
-			c:\pdfh.exe merge F:\Sekar\dev\Books\DesignJava.pdf F:\Spring_Tutorial.pdf merge.pdf
+			c:\Pdfhandler.exe merge F:\Sekar\dev\Books\DesignJava.pdf F:\Spring_Tutorial.pdf merge.pdf
 
 	2. Pdf informations 
 		It will display informations related the given pdf documents
 	
 		Format:
-			c:\pdfh.exe info &lt;&lt;PDF file names&gt;&gt;
-		Ex:
-			c:\pdfh.exe info F:\Sekar\dev\Books\DesignJava.pdf F:\Spring_Tutorial.pdf
+			c:\Pdfhandler.exe info &lt;&lt;PDF file names&gt;&gt;
+		Ex:
+			c:\Pdfhandler.exe info F:\Sekar\dev\Books\DesignJava.pdf F:\Spring_Tutorial.pdf
 			
 	3. Security (Encryption/Decryption)		
 
 		It will secure your given pdf file by doing the encryption and decryption operations
 		
 		Format:
 			Decryption:
-				c:\pdfh.exe decrypt &lt;&lt;Encrypted Source pdf file name&gt;&gt; &lt;&lt;Password&gt;&gt; &lt;&lt;Decrypted output file name&gt;&gt;
-			Encryption:
-				c:\pdfh.exe encrypt &lt;&lt;Source pdf file name&gt;&gt; &lt;&lt;Password&gt;&gt; &lt;&lt;Encrypted output file name&gt;&gt;
-		Ex:
-			Decryption:
-				c:\pdfh.exe decrypt F:\Spring_Tutorial.pdf hello h:\decryptedspringtutorial.pdf
-			Encryption:
-				c:\pdfh.exe decrypt F:\Spring_Tutorial.pdf hello h:\encryptedspringtutorial.pdf
+				c:\Pdfhandler.exe decrypt &lt;&lt;Encrypted Source pdf file name&gt;&gt; &lt;&lt;Password&gt;&gt; &lt;&lt;Decrypted output file name&gt;&gt;
+			Encryption:
+				c:\Pdfhandler.exe encrypt &lt;&lt;Source pdf file name&gt;&gt; &lt;&lt;Password&gt;&gt; &lt;&lt;Encrypted output file name&gt;&gt;
+		Ex:
+			Decryption:
+				c:\Pdfhandler.exe decrypt F:\Spring_Tutorial.pdf hello h:\decryptedspringtutorial.pdf
+			Encryption:
+				c:\Pdfhandler.exe decrypt F:\Spring_Tutorial.pdf hello h:\encryptedspringtutorial.pdf
 
 	4. Document splitter
 		This action will create individual pdf documents from the given single document.
 		Based on the given page limits it will create the sub documents.
 		Format:
-			c:\pdfh.exe split &lt;&lt;Source File name&gt;&gt; &lt;&lt;page range limits separated by space&gt;&gt;
-		Ex:
-			c:\pdfh.exe split F:\Sekar\dev\Books\designjava.pdf 1 23 34-37 40-45
+			c:\Pdfhandler.exe split &lt;&lt;Source File name&gt;&gt; &lt;&lt;page range limits separated by space&gt;&gt;
+		Ex:
+			c:\Pdfhandler.exe split F:\Sekar\dev\Books\designjava.pdf 1 23 34-37 40-45
 			
 			The above command will create below documents with the pages of original document,
 				1.pdf
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Adroits</dc:creator><pubDate>Mon, 05 Sep 2011 15:03:12 -0000</pubDate><guid>https://sourceforge.net6f15bca1993a94af806de2f20af8cd7571337119</guid></item><item><title>WikiPage Home modified by Adroits</title><link>https://sourceforge.net/p/pdfhandler/home/Home/</link><description>&lt;pre&gt;--- v3 
+++ v4 
@@ -1,12 +1,57 @@
-Welcome to PDF Handler!
-
-The pdf handler is used to manipulate the pdf documents.
-
-Currently it provides the below features to the users,
-
-        1. Pdf merge
-               Merging more than one pdf files into single pdf file.
-        2. Pdf Split
-               Splitting the main pdf file into separate pdf documents with respective its pages.
-        3. Pdf Encrption/Decryption
-               Secure your pdf documents using passwords. 
+PDF Handler is a pdf command line utility.
+
+Common execution format is 
+
+	c:\pdfh.exe &lt;&lt;action name&gt;&gt; &lt;&lt; Options specific to the action  &gt;&gt;
+
+The pdfh.exe will do the below operations,
+	
+	1. PDF Merge.
+		It will merge the given pdf documents into single one.
+		
+		Format :
+			c:\pdfh.exe merge &lt;&lt;file names separated by space&gt;&gt; 
+			
+			The final name will be name of the target file name.
+		Ex:
+		
+			c:\pdfh.exe merge F:\Sekar\dev\Books\DesignJava.pdf F:\Spring_Tutorial.pdf merge.pdf
+
+	2. Pdf informations 
+		It will display informations related the given pdf documents
+	
+		Format:
+			c:\pdfh.exe info &lt;&lt;PDF file names&gt;&gt;
+		Ex:
+			c:\pdfh.exe info F:\Sekar\dev\Books\DesignJava.pdf F:\Spring_Tutorial.pdf
+			
+	3. Security (Encryption/Decryption)		
+
+		It will secure your given pdf file by doing the encryption and decryption operations
+		
+		Format:
+			Decryption:
+				c:\pdfh.exe decrypt &lt;&lt;Encrypted Source pdf file name&gt;&gt; &lt;&lt;Password&gt;&gt; &lt;&lt;Decrypted output file name&gt;&gt;
+			Encryption:
+				c:\pdfh.exe encrypt &lt;&lt;Source pdf file name&gt;&gt; &lt;&lt;Password&gt;&gt; &lt;&lt;Encrypted output file name&gt;&gt;
+		Ex:
+			Decryption:
+				c:\pdfh.exe decrypt F:\Spring_Tutorial.pdf hello h:\decryptedspringtutorial.pdf
+			Encryption:
+				c:\pdfh.exe decrypt F:\Spring_Tutorial.pdf hello h:\encryptedspringtutorial.pdf
+
+	4. Document splitter
+		This action will create individual pdf documents from the given single document.
+		Based on the given page limits it will create the sub documents.
+		Format:
+			c:\pdfh.exe split &lt;&lt;Source File name&gt;&gt; &lt;&lt;page range limits separated by space&gt;&gt;
+		Ex:
+			c:\pdfh.exe split F:\Sekar\dev\Books\designjava.pdf 1 23 34-37 40-45
+			
+			The above command will create below documents with the pages of original document,
+				1.pdf
+				2.pdf
+				34-37.pdf
+				40-45.pdf
+				It will use the range values as new document's file names.
+
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Adroits</dc:creator><pubDate>Sun, 04 Sep 2011 19:08:31 -0000</pubDate><guid>https://sourceforge.net5809e375d91c81ca9861f23f04969582db2aab76</guid></item><item><title>WikiPage Home modified by Adroits</title><link>https://sourceforge.net/p/pdfhandler/home/Home/</link><description>&lt;pre&gt;&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Adroits</dc:creator><pubDate>Sun, 04 Sep 2011 06:12:28 -0000</pubDate><guid>https://sourceforge.netfa0560f258263fc3c9baf43549787bac68df6854</guid></item><item><title>WikiPage Home modified by Adroits</title><link>https://sourceforge.net/p/pdfhandler/home/Home/</link><description>&lt;pre&gt;--- v1 
+++ v2 
@@ -1,5 +1,12 @@
-Welcome to your wiki!
-
-This is the default page, edit it as you see fit. To add a page simply reference it within brackets, e.g.: [SamplePage].
-
-The wiki uses [Markdown](/p/pdfhandler/home/markdown_syntax/) syntax.
+Welcome to PDF Handler!
+
+The pdf handler is used to manipulate the pdf documents.
+
+Currently it provides the below features to the users,
+
+        1. Pdf merge
+               Merging more than one pdf files into single pdf file.
+        2. Pdf Split
+               Splitting the main pdf file into separate pdf documents with respective its pages.
+        3. Pdf Encrption/Decryption
+               Secure your pdf documents using passwords. 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Adroits</dc:creator><pubDate>Sun, 04 Sep 2011 06:11:17 -0000</pubDate><guid>https://sourceforge.neta6c432331ecd8646b7e29deab9d3803b25c6f849</guid></item><item><title>WikiPage Home modified by Adroits</title><link>https://sourceforge.net/p/pdfhandler/home/Home/</link><description>Welcome to your wiki!

This is the default page, edit it as you see fit. To add a page simply reference it within brackets, e.g.: [SamplePage].

The wiki uses [Markdown](/p/pdfhandler/home/markdown_syntax/) syntax.
</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Adroits</dc:creator><pubDate>Sun, 04 Sep 2011 06:01:30 -0000</pubDate><guid>https://sourceforge.net40da170e1cca95eb0cf2f53c22222fd533c9f354</guid></item></channel></rss>