<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://www.dotnetzone.gr:443/cs/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>How to merge multiple PDF documents</title><link>https://www.dotnetzone.gr:443/cs/blogs/birbilis/archive/2009/10/28/how-to-merge-multiple-pdf-documents.aspx</link><description>To merge multiple PDF documents into one you can use pdftk , the free and versatile PDF toolkit from the command-line or from a batch (.BAT) file. e.g. to merge a.pdf, b.pdf and c.pdf into result.pdf you'd use: pdftk a.pdf b.pdf c.pdf cat output result.pdf</description><dc:language>el</dc:language><generator>CommunityServer 2.1 SP3 (Build: 20423.1)</generator></channel></rss>