<?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/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/pdfhandler/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Sun, 04 Sep 2011 19:08:01 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/pdfhandler/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage Home modified by Adroits</title><link>https://sourceforge.net/p/pdfhandler/wiki/Home/</link><description>&lt;pre&gt;--- v1 
+++ v2 
@@ -1,5 +1,56 @@
-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/wiki/markdown_syntax/) syntax.
+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:01 -0000</pubDate><guid>https://sourceforge.neta2342984da54dcba1b8900860f5ddba052dc6f2b</guid></item><item><title>WikiPage Home modified by Adroits</title><link>https://sourceforge.net/p/pdfhandler/wiki/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/wiki/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.net2889e5238aff8cd371c201f4b2714049b438b5ab</guid></item></channel></rss>