<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>gHacks Technology News &#124; Latest Tech News, Software And Tutorials &#187; pdf</title> <atom:link href="http://www.ghacks.net/tag/pdf/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Fri, 10 Feb 2012 13:29:21 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>Firefox PDF.js Extension To Open PDF Documents Natively</title><link>http://www.ghacks.net/2011/10/27/firefox-pdf-js-extension-to-open-pdf-documents-natively/</link> <comments>http://www.ghacks.net/2011/10/27/firefox-pdf-js-extension-to-open-pdf-documents-natively/#comments</comments> <pubDate>Thu, 27 Oct 2011 14:45:24 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Browsing]]></category> <category><![CDATA[Firefox]]></category> <category><![CDATA[firefox add-ons]]></category> <category><![CDATA[pdf]]></category> <category><![CDATA[pdf document]]></category> <category><![CDATA[pdf.js]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=52030</guid> <description><![CDATA[Browser developers add new features to web browsers all the time. Sometimes those features improve the browser&#8217;s usability. This is for instance the case with the native pdf reading capabilities of the Chrome browser. Instead of having to install a third party plugin for that functionality or to download the pdf document first to read [...]]]></description> <content:encoded><![CDATA[<p>Browser developers add new features to web browsers all the time. Sometimes those features improve the browser&#8217;s usability. This is for instance the case with the native pdf reading capabilities of the Chrome browser. Instead of having to install a third party plugin for that functionality or to download the pdf document first to read it offline, one can simply load it in the browser to read it online.</p><p>You may have heard about the pdf.js project. It basically an HTML5 based pdf renderer that can be used to display pdf documents directly in the browser without the use of plugins.</p><p>One of the core benefits of building a pdf renderer using HTML5 and JavaScript is that the user experience will be identical on all support browsers and machines. How users access pdf documents nowadays depends largely on the browser and plugin they use, and the sheer number of solutions decrease the user experience and even compatibility due to differences in support features.</p><p><a
href="http://www.ghacks.net/wp-content/uploads/2011/10/firefox-pdf-js-extension.jpg"><img
src="http://www.ghacks.net/wp-content/uploads/2011/10/firefox-pdf-js-extension-600x379.jpg" alt="firefox pdf.js extension" title="firefox pdf.js extension" width="600" height="379" class="alignnone size-medium wp-image-52031" /></a></p><p>The developers plans to implement pdf.js in Firefox to render pdf documents natively in the browser. They are currently working on adding features and optimizing the performance of the technology to make it ready for a prime time release. For now, it has been made available as a Firefox extension that can be downloaded from <a
href="http://andreasgal.github.com/pdf.js/extensions/firefox/pdf.js.xpi">this link</a>. The restartless add-on will from that moment on render all pdf documents directly in the Firefox web browser.</p><p>A click on a pdf loads the pdf document directly in Firefox. A control bar is displayed at the top. Here it is possible to go to the next, previous or a specific page, change the zoom level of the pdf file, print or download it, or load a pdf from the local computer to read it in the web browser.</p><p>The feature that is missing most right now is a search option to find text in the document fast.</p><p>Firefox users can read more about pdf.js <a
href="http://andreasgal.com/2011/06/15/pdf-js/">on the</a> developer site. (<a
href="http://techdows.com/2011/10/firefox-pdf-readerviewer-extension-powered-by-pdf-js.html?utm_source=feedburner&#038;utm_medium=feed&#038;utm_campaign=Feed%3A+Techdows+%28techdows%29">via</a>)</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2011/10/27/firefox-pdf-js-extension-to-open-pdf-documents-natively/feed/</wfw:commentRss> <slash:comments>11</slash:comments> </item> <item><title>How To Extract Images Or Text From PDF Documents</title><link>http://www.ghacks.net/2011/09/07/how-to-extract-images-or-text-from-pdf-documents/</link> <comments>http://www.ghacks.net/2011/09/07/how-to-extract-images-or-text-from-pdf-documents/#comments</comments> <pubDate>Wed, 07 Sep 2011 10:51:45 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[extract images]]></category> <category><![CDATA[extract text]]></category> <category><![CDATA[nitro pdf reader]]></category> <category><![CDATA[pdf]]></category> <category><![CDATA[pdf document]]></category> <category><![CDATA[pdf reader]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=50195</guid> <description><![CDATA[PDF documents can contain all kinds of media besides text. You may encounter images for instance or forms in them among other elements. Depending on the pdf viewer, you may be able to save those elements separately or not at all. This tutorial is going to show you how to extract images or text from [...]]]></description> <content:encoded><![CDATA[<p>PDF documents can contain all kinds of media besides text. You may encounter images for instance or forms in them among other elements. Depending on the pdf viewer, you may be able to save those elements separately or not at all.</p><p>This tutorial is going to show you how to extract images or text from a pdf document with as little effort as possible. For this, I&#8217;m using the free pdf reader Nitro PDF which is available <a
href="http://www.nitroreader.com/">at the</a> developer website. The software is only available for the Microsoft Windows operating system.</p><p>Nitro PDF Reader is a solid alternative to Adobe Reader. Many users would probably go as far as to call it a better PDF Reader thanks to faster startup times and an impressive set of features.</p><p>One of the great things that you can do with Nitro PDF is to extract text or images from any pdf document that is currently loaded in the program.</p><p>Just load the pdf file after installation into the reader (either with a double-click if you have made it the default pdf viewer on the system, or by opening the reader via the Start Menu).</p><p>You will notice several options under Create/Convert in the main toolbar of the program.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2011/09/pdf-extract-images-text.png" alt="pdf extract images text" title="pdf extract images text" width="577" height="152" class="alignnone size-full wp-image-50196" /></p><p>A click on Extract Images opens a dialog where you can specify the output folder. A click on the Extract button saves all images of the pdf document into that folder. This may take some time depending on the number of images that are embedded in the pdf document.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2011/09/extract-images-pdf.png" alt="extract images pdf" title="extract images pdf" width="431" height="342" class="alignnone size-full wp-image-50197" /></p><p>I suggest you select a new folder for the images as all images of a pdf document are saved in the process which includes smaller images.</p><p>A very similar menu is displayed when you click on the Extract Text button. You can again select the output folder and click Convert to turn the pdf document into a plain text document. Nitro PDF Reader opens the text document automatically at the end of the conversion.</p><p>Nitro PDF Reader is a great program to work with pdf documents on a computer. It is little features like this that make a difference in day to day work.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2011/09/07/how-to-extract-images-or-text-from-pdf-documents/feed/</wfw:commentRss> <slash:comments>11</slash:comments> </item> <item><title>Dealing with Protected PDF Documents and Batch Document Conversion</title><link>http://www.ghacks.net/2011/09/06/dealing-with-protected-pdf-documents-and-batch-document-conversion/</link> <comments>http://www.ghacks.net/2011/09/06/dealing-with-protected-pdf-documents-and-batch-document-conversion/#comments</comments> <pubDate>Tue, 06 Sep 2011 07:21:09 +0000</pubDate> <dc:creator>Melanie Gross</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[document conversion]]></category> <category><![CDATA[pdf]]></category> <category><![CDATA[pdf documents]]></category> <category><![CDATA[pdf to text]]></category> <category><![CDATA[windows software]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=50155</guid> <description><![CDATA[When you are dealing with important documents from professional and academic research sources, many of these documents are in a protected PDF format. Extracting text from these documents can seem nearly impossible. LotApps Free PDF to Text Converter is a free portable application that converts single or multiple PDF documents into Plain Text Format. You [...]]]></description> <content:encoded><![CDATA[<p>When you are dealing with important documents from professional and academic research sources, many of these documents are in a protected PDF format.  Extracting text from these documents can seem nearly impossible.  LotApps Free PDF to Text Converter is a free portable application that converts single or multiple PDF documents into Plain Text Format.  You end up with a .txt file that may not be as pretty as the PDF, but at least you have the content.  No PDF reader is required for this application to work.  You can actually extract text from password protected and encrypted PDF documents.</p><p>Download the application: <a
href="http://www.lotapps.com/free-pdf-to-text-converter.html">http://www.lotapps.com/free-pdf-to-text-converter.html</a></p><p><img
src="http://www.ghacks.net/wp-content/uploads/2011/09/pdf-to-text-converter.png" alt="pdf to text converter" title="pdf to text converter" width="493" height="338" class="alignnone size-full wp-image-50156" /></p><p>Now load PDF files and select documents from which to extract text.  When loaded and selected, click “Convert PDF to Text for Free”.</p><p>After the conversion, a folder window will open containing the text file.  Double-click on the file to view the text.  It will look something like the screenshot below.  All formatting will be gone and the text will span the entire screen.</p><p>In the next part of this article, we are going to take this a step further.  This will explain batch file conversion to Docx, Doc, Rtf, Html, Txt, and PDF formats.  What is interesting about this is that you can take the extracted text from the protected PDF documents as described above and convert those text documents back into unprotected PDF documents.  It is an easy second step to restore the PDF formatting.  This is not intended for illegal purposes.  Please respect copyright laws.</p><p><strong>Doxillion Document Converter</strong></p><p>Free software that enables you to convert various formats of document files is a bonus.  Doxillion Document Converter is efficient and easy to use.  It can actually execute conversion operations outside of the user interface by integrating Windows’ right-click context menu feature.  Files can be added to the user interface by drag and drop or by the Add Files button.  Complete folders of documents can be converted as well as individual files and they can be converted interchangeably between formats.  Supported formats included are docx, rtf, html, doc, txt, and PDF.</p><p>Download Doxillion Document Converter: <a
href="http://www.nchsoftware.com/documentconvert/index.html">http://www.nchsoftware.com/documentconvert/index.html</a></p><p>The download is fast and easy to set up.  The program opens immediately.  Drag and drop a document into the conversion field in the interface, select the format to convert the document to, highlight the document and click Convert.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2011/09/document-conversion.png" alt="document conversion" title="document conversion" width="600" height="414" class="alignnone size-full wp-image-50157" /></p><p>This conversion was successful.  Even though this was extracted text from a protected PDF file, it was converted to a complete PDF from a .txt file.  The end result is that the original protected PDF is now unprotected and open.  There are many things you can do with document conversion.  Use these convenient tools and become a document ninja!</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2011/09/06/dealing-with-protected-pdf-documents-and-batch-document-conversion/feed/</wfw:commentRss> <slash:comments>7</slash:comments> </item> <item><title>PDF Masher, Turn PDF Documents Into HTML Documents</title><link>http://www.ghacks.net/2011/07/12/pdf-masher-turn-pdf-documents-into-html-documents/</link> <comments>http://www.ghacks.net/2011/07/12/pdf-masher-turn-pdf-documents-into-html-documents/#comments</comments> <pubDate>Tue, 12 Jul 2011 06:25:21 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Mac]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[linux software]]></category> <category><![CDATA[mac software]]></category> <category><![CDATA[pdf]]></category> <category><![CDATA[pdf converter]]></category> <category><![CDATA[pdf masher]]></category> <category><![CDATA[windows software]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=47700</guid> <description><![CDATA[PDF Masher has been designed for users who read ebooks on their mobile devices. PDF is not the best format for that purpose, considering that it is not possible to change a document&#8217;s font size for instance. While it is possible to use the device&#8217;s zoom function to read the document, it is usually not [...]]]></description> <content:encoded><![CDATA[<p>PDF Masher has been designed for users who read ebooks on their mobile devices. PDF is not the best format for that purpose, considering that it is not possible to change a document&#8217;s font size for instance. While it is possible to use the device&#8217;s zoom function to read the document, it is usually not a very comfortable option, especially for large documents.</p><p>The HTML format offers an alternative. While it is often not that pretty to look at it provides better controls to read and work with the text of a document. Tools like <a
href="http://www.ghacks.net/2009/03/13/manage-ebook-collections-with-calibre/">Calibre</a> can convert pdf documents into various formats. Their disadvantage is that they often do not get it completely right, so that header, footer and other textual information are added that are not really needed to read the text.</p><p>Enter PDF Masher. The Open Source software turns pdf documents into HTML pages. Instead of relying on guesswork or an algorithm to extract text from the pdf document, it asks the user to identify and select the text that should be available in the next document.</p><p><a
href="http://www.ghacks.net/wp-content/uploads/2011/07/pdf-masher1.png"><img
src="http://www.ghacks.net/wp-content/uploads/2011/07/pdf-masher1.png" alt="pdf-masher" title="pdf-masher" width="600" height="535" class="alignnone size-full wp-image-47702" /></a></p><p>You can load a pdf document via the Open File button at the top of the interface. PDF Masher scans the document and displays all the text that it found in a table like structure.</p><p>Displayed in the sortable table are the font size, x and y position, text length and the text itself among other data. This makes identification of text that you want included in the resulting document relatively easy. A click on a row display that row&#8217;s text in the lower half of the screen. Here it is possible to add, edit or delete text directly. That&#8217;s helpful if the automatic text detection created some mistakes that need to be corrected.</p><p>It is furthermore possible to ignore single or multiple text ids automatically so that they do not turn up in the new document.</p><p>Lines can also be set as footnotes and titles. Footnotes are for instance automatically added to the last page of the document, so that they do not appear in the document.</p><p>The developer has created a small video that demonstrates the programs functionality.</p><p><iframe
width="560" height="450" src="http://www.youtube.com/embed/sgRIz-2PGfM" frameborder="0" allowfullscreen></iframe></p><p>PDF Masher is a handy program for users who want better control and readability on their mobile devices. The manual conversion options may take longer than automatic conversions, but they ensure that the accessibility of the document is improved.</p><p>Users who want to convert multiple documents at once need to look at other programs for the job. If it is just one document, then PDF Masher is one the best options, provided that you are fine with the resulting HTML format.</p><p><a
href="http://www.hardcoded.net/pdfmasher/">PDF Masher</a> is available for Mac OXS, Linux and windows operating systems. It can be downloaded from the developer website.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2011/07/12/pdf-masher-turn-pdf-documents-into-html-documents/feed/</wfw:commentRss> <slash:comments>7</slash:comments> </item> <item><title>Nitro PDF Reader 2 Final Released</title><link>http://www.ghacks.net/2011/06/21/nitro-pdf-reader-2-final-released/</link> <comments>http://www.ghacks.net/2011/06/21/nitro-pdf-reader-2-final-released/#comments</comments> <pubDate>Tue, 21 Jun 2011 12:39:38 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[nitro pdf reader]]></category> <category><![CDATA[pdf]]></category> <category><![CDATA[pdf document]]></category> <category><![CDATA[pdf reader]]></category> <category><![CDATA[windows software]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=46776</guid> <description><![CDATA[When it comes to pdf readers Windows users have lots of choices. From Adobe Reader over third party alternatives such as Sumatra or Foxit Reader to built-in pdf readers in browsers such as Google Chrome. When it comes to creating pdf documents, the choice shrinks significantly. Nitro PDF Reader has received lots of praise in [...]]]></description> <content:encoded><![CDATA[<p>When it comes to pdf readers Windows users have lots of choices. From Adobe Reader over third party alternatives such as Sumatra or Foxit Reader to built-in pdf readers in browsers such as Google Chrome. When it comes to creating pdf documents, the choice shrinks significantly.</p><p>Nitro PDF Reader has received lots of praise in the past for its pdf viewing and creating capabilities. The developers today have released version 2 final of the program. A lot has changed compared to the previous version. Among the new features are browser plugins for Mozilla Firefox, Google Chrome and Internet Explorer, a new thumbnail handler for Windows Explorer (32-bit) to generate better pdf previews and support for layers and rendering transparency in pdf fles.</p><blockquote><p>The Nitro Reader features include abilities to fill out and save PDF forms, stamp a signature on a PDF, extract text and images, comment, highlight or strikeout text, and more. New enhancements to 2.0 include:</p><p>·         QuickSign – import a scanned image of your handwritten signature to sign documents electronically in just seconds</p><p>·         Microsoft Office Interface – Unlike other PDF Readers, the Nitro PDF Reader uses the same interface as Microsoft Office products, so users know exactly where to find things</p><p>·         It’s faster – files open instantly, PDFs are created 4x times faster</p><p>·         It’s lighter – using much less RAM in its runtime, even with multiple PDFs open</p><p>·         Files are lighter – now the PDFs you send are half the size</p><p>·         Browser integration – you can open and save PDF in popular browsers like IE 9.0 and Firefox 4.0 without having to switch back and forth between software programs</p></blockquote><p>According to its developers, Nitro PDF Software is now creating pdf documents up to four times faster than its predecessor.  It also lighter on computer memory and creates pdf documents that are lighter in size. A short test opening some pdf documents showed that Nitro PDF Reader 2 is about as fast as the lightweight pdf reader Sumatra when it comes to opening pdf documents. Keep in mind that the program offers additional functionality for viewing and creating pdf documents, that Sumatra does not offer.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2011/06/nitro-pdf-reader.png" alt="nitro pdf reader" title="nitro pdf reader" width="600" height="527" class="alignnone size-full wp-image-46777" /></p><p>Several issues have been resolved in the new version, including a memory leak that increased the memory usage during usage and a issue where multiple Nitro processed remained running on the system.</p><p>You can access the release notes of the new version <a
href="http://www.nitroreader.com/Support/Reader_2_Release_Notes_en.pdf">here</a>, provided in a pdf document.</p><p>Nitro PDF Reader 2 is available for 32-bit and 64-bit Windows client and server systems. The developers recommend one Gigabyte of ram and at least 300 Megabytes of available hard drive space.</p><p>You can download the latest version of Nitro PDF Reader 2 from the developer website. It is <a
href="http://www.nitroreader.com/">offered as</a> a 32-bit and 64-bit version.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2011/06/21/nitro-pdf-reader-2-final-released/feed/</wfw:commentRss> <slash:comments>6</slash:comments> </item> <item><title>When Working With PDF Printers, Watch The File Sizes</title><link>http://www.ghacks.net/2011/06/20/when-working-with-pdf-printers-watch-the-file-sizes/</link> <comments>http://www.ghacks.net/2011/06/20/when-working-with-pdf-printers-watch-the-file-sizes/#comments</comments> <pubDate>Mon, 20 Jun 2011 12:12:01 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[dopdf]]></category> <category><![CDATA[pdf]]></category> <category><![CDATA[pdf document]]></category> <category><![CDATA[pdf printer]]></category> <category><![CDATA[print]]></category> <category><![CDATA[printer]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=46721</guid> <description><![CDATA[Roman just posted an interesting observation about pdf printers on the Ghacks forum. He noticed that the output file size of pdf printers differed considerably. In his own test, he noticed a difference of nearly 400% between the smallest file size and largest file size. While that&#8217;s just been a single test, it shows that [...]]]></description> <content:encoded><![CDATA[<p>Roman just posted an interesting observation about pdf printers on the <a
href="http://www.ghacks.net/forum/software/pdf-printers-experiment-output-file-size-1365/#post3632">Ghacks forum</a>. He noticed that the output file size of pdf printers differed considerably. In his own test, he noticed a difference of nearly 400% between the smallest file size and largest file size. While that&#8217;s just been a single test, it shows that users may do good to test various pdf printers if file size is a criteria for them.</p><p>Roman printed a webpage to pdf document that included text and some images. I decided to investigate the issue further, and came to similar conclusions.</p><p>The following pdf printers were used in the test:</p><ul><li><a
href="http://www.bullzip.com/products/pdf/info.php">Bullzip PDF printer</a></li><li><a
href="http://www.dopdf.com/">DoPDF 7</a></li><li><a
href="http://www.pdfforge.org/pdfcreator">PDF Creator</a></li><li><a
href="http://www.primopdf.com/index.aspx">PrimoPDF</a></li></ul><p>You can check out additional pdf printers over at the <a
href="http://www.freewaregenius.com/2011/06/16/the-best-freeware-virtual-pdf-printer-a-comparison/">overview at</a> Freeware Genius&#8217;s blog.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2011/06/dopdf.png" alt="dopdf" title="dopdf" width="553" height="383" class="alignnone size-full wp-image-46722" /></p><p>I have tested two different documents, first a Word document from <a
href="http://www.seomoz.org/files/articles/beginners-guide-to-search-engine-optimization.doc">SEOMoz</a>, and second the forum page containing Roman&#8217;s forum post.</p><p><strong>The results</strong></p><p>Word document, original file size 439 Kilobytes</p><p><strong>Bullzip PDF Printer:</strong> 350 Kilobytes<br
/> <strong>DoPDF 7:</strong> 317 Kilobytes<br
/> <strong>PDF Creator:</strong> 348 Kilobytes<br
/> <strong>Primo PDF:</strong> 512 Kilobytes</p><p>Web page, original file size 450 Kilobytes</p><p><strong>Bullzip PDF Printer:</strong> 256 Kilobytes<br
/> <strong>DoPDF 7:</strong> 212 Kilobytes<br
/> <strong>PDF Creator:</strong> 240 Kilobytes<br
/> <strong>Primo PDF:</strong> 172 Kilobytes</p><p>The differences are not nearly as wide in range as Roman&#8217;s findings, but they may still be considerable. Especially the Word document differences are noteworthy. While Bullzip PDF Printer, DoPDF 7 and PDF Creator remain between 317 and 350 Kilobytes, Primo PDF breaks out resulting in a file size increase of 150 to 200 Kilobytes.</p><p>It is rather surprising that the pdf printer with the largest file size managed to create the lowest file size converting the web page. The three other printers are again close to each other, with DoPDF a little bit better than the other two.</p><p>Some pdf printers may come with options to reduce the file size of the resulting pdf documents, for instance by compressing images. All tests have been conducted with the default settings.</p><p>This test concentrates on file size, and there may be other factors playing a role for users, pdf quality a top one. A difference of a few hundred Kilobytes makes no big difference if the documents are stored on a desktop PC, they can however have an impact if the pdf documents are stored and accessed on mobile devices like ebook readers or smartphones with limited space and processing capabilities.</p><p>My suggestion would be to install at least two different pdf printers on the system for best results. Ideally two different printers, for instance one that utilizes Ghostscript (which many pdf printers do) and another one that does not use Ghostscript.</p><p>Have you been working with pdf printers? If you did, tell us about your experience in the comments.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2011/06/20/when-working-with-pdf-printers-watch-the-file-sizes/feed/</wfw:commentRss> <slash:comments>8</slash:comments> </item> <item><title>Foxit Reader 5.0 PDF Reader Released</title><link>http://www.ghacks.net/2011/05/26/foxit-reader-5-0-pdf-reader-released/</link> <comments>http://www.ghacks.net/2011/05/26/foxit-reader-5-0-pdf-reader-released/#comments</comments> <pubDate>Thu, 26 May 2011 18:03:01 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[foxit reader]]></category> <category><![CDATA[pdf]]></category> <category><![CDATA[pdf reader]]></category> <category><![CDATA[windows software]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=45587</guid> <description><![CDATA[The popular pdf document reader Foxit Reader has been updated by its developers to version 5.0 today. The new release is already available for download at the official Foxit Reader website. Existing Foxit Reader users can check for updates in the pdf reader to download and install the latest version without downloading it manually from [...]]]></description> <content:encoded><![CDATA[<p>The popular pdf document reader Foxit Reader has been updated by its developers to version 5.0 today. The new release is already available for download at the official Foxit Reader website. Existing Foxit Reader users can check for updates in the pdf reader to download and install the latest version without downloading it manually from the developer website first. This is done via Help > Check for Updates now once the reader has been opened on the operating system.</p><p>Foxit Reader will check for updates by querying a company server. All available updates are then displayed with options to add them to the update process. Users need to make sure to add at least the Foxit Reader 5.0.1.0523 Upgrade to the list of selected updates.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2011/05/foxit-reader-5.png" alt="foxit reader 5" title="foxit reader 5" width="590" height="459" class="alignnone size-full wp-image-45589" /></p><p>Manual update checks will pick up the new version of Foxit Reader eventually but this may take up to a week as Foxit Reader will only perform update checks once a week by default.</p><p>The Press Release lists the improvements of the new release.</p><blockquote><p>Security. Version 5.0 is equipped to open documents created by Foxit’s PhantomPDF™ and protected by Microsoft’s Active Directory® Rights Management Service (AD RMS). This feature improves information security and helps companies meet compliance requirements.</p><p>XFA Form Filling. XFA form filling allows users to fill in and complete existing XFA forms electronically.</p><p>Productivity Features. Reader 5.0 provides users with productivity enhancements, including previews of PDF attachments in Microsoft Outlook and thumbnails of PDF files in Internet Explorer®. The Fit Visible feature fits the contents of a PDF page to the width of the user’s screen. The Split View capability divides the document pane into two or four panes to make content more easily accessible.</p><p>Enhanced User Interface. Version 5.0 incorporates the ribbon user interface technology to make finding menu items quick and easy. Users can choose the newer ribbon mode or the traditional, familiar pull-down menus of previous releases.</p><p>Enhanced Customization. With Reader 5.0 users can customize their own shortcut keys and can use skins to customize the look of the reader.  Users can also use a new advanced-search tool to easily find bookmarks and commented text.</p></blockquote><p>Foxit Reader 5 appears to cater to two groups of users. First to corporate users with the new security features, and then to users who want more customization and productivity options in the pdf reader.</p><p>The interface design has changed noticeably.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2011/05/foxit-reader-5-interface-600x354.png" alt="foxit reader 5 interface" title="foxit reader 5 interface" width="600" height="354" class="alignnone size-medium wp-image-45591" /></p><p>Interested users can download the Foxit Reader 5 release <a
href="http://www.foxitsoftware.com/products/reader/">from the</a> official homepage.</p><p><strong>Update:</strong></p><p>Foxit Reader 5 will install a toolbar called Foxit Creator Toolbar with no option to disable the feature during installation. You need to go to the control panel and uninstall the Creator Toolbar there to get rid of it. The new release takes up more than twice the amount of space than version 4 of the reader.</p><p><strong>Update 2: </strong></p><p>You actually have to select decline during installation after you have unselected the toolbar to not install it. If you unselect and click on Accept it will be installed nevertheless.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2011/05/26/foxit-reader-5-0-pdf-reader-released/feed/</wfw:commentRss> <slash:comments>28</slash:comments> </item> <item><title>Reformat PDF Documents Before Printing</title><link>http://www.ghacks.net/2011/05/08/reformat-pdf-documents-before-printing/</link> <comments>http://www.ghacks.net/2011/05/08/reformat-pdf-documents-before-printing/#comments</comments> <pubDate>Sun, 08 May 2011 04:59:44 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[adobe reader]]></category> <category><![CDATA[pdf]]></category> <category><![CDATA[pdf documents]]></category> <category><![CDATA[print pdf]]></category> <category><![CDATA[printing]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=44869</guid> <description><![CDATA[Some say that printer ink is more expensive than gold. I&#8217;m not sure if this is still true with gold breaking one all-time high after the other. Still, printer ink is pretty expensive, especially if you buy official ink. One way to save ink is to print multiple pages on one sheet of paper. That [...]]]></description> <content:encoded><![CDATA[<p>Some say that printer ink is more expensive than gold. I&#8217;m not sure if this is still true with gold breaking one all-time high after the other. Still, printer ink is pretty expensive, especially if you buy official ink. One way to save ink is to print multiple pages on one sheet of paper. That can be done in some, but not all, pdf readers out there. Adobe Reader can print multiple pages per sheet for instance.</p><p>Govert&#8217;s Simple Imposition Tool is a free standalone software that can reformat pdf documents before printing. It is not only useful for users whose pdf readers cannot print multiple pages though, as it offers more than just that.</p><p>When you open the program for the first time, you notice a one-page layout where everything is configured. You load a pdf document at the top. The properties of the document are shown below, including the document&#8217;s size, pages and rotation.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2011/05/simple-imposition-tool.png" alt="simple imposition tool" title="simple imposition tool" width="495" height="348" class="alignnone size-full wp-image-44870" /></p><p>Four formatting options and five optional settings are available under the Impose for section. You have the following formatting options:</p><ul><li>Booklet printing &#8211; Orders the pages automatically so that you get a booklet when you print and fold the printout. Optional foldmark can be added, which can be read by automatic folding machines.</li><li>2-up printing &#8211; Odd and even pages are printed side by side on one sheet of paper. Page Separation lines can be optionally added.</li><li>Duplicate side-by-side &#8211; Print the same page twice on one sheet of paper. Cutmarks can be added to define where the document should be cut in half.</li><li>2x 1/2n &#8211; Places first half of multipage document side by side with second half. Duplex printing and cutmarks optional.</li></ul><p>A click on the Action button launches a file save window where you can enter a name for the new pdf document. And that&#8217;s basically it.</p><p>If you compare the options to Adobe Reader, you notice that some are supported by Adobe&#8217;s product as well. You can use Adobe Reader to print multiple pages on one sheet and in booklet format. What&#8217;s not supported is the ability to print the same page multiple times on a sheet, and the option to place the first half of the document side by side with the second half.</p><p>The <a
href="http://www.noliturbare.com/pdf-tools/simple-imposition">Simple Imposition Tool</a> is available for Windows PCs. It requires the Microsoft .NET Framework 2.0. The program was tested under a 64-bit edition of Windows 7 Professional. It worked without flaws.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2011/05/08/reformat-pdf-documents-before-printing/feed/</wfw:commentRss> <slash:comments>7</slash:comments> </item> <item><title>Ashampoo Hacked, Watch Out For Fake Customer Emails</title><link>http://www.ghacks.net/2011/04/22/ashampoo-hacked-watch-out-for-fake-customer-emails/</link> <comments>http://www.ghacks.net/2011/04/22/ashampoo-hacked-watch-out-for-fake-customer-emails/#comments</comments> <pubDate>Thu, 21 Apr 2011 23:41:30 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Security]]></category> <category><![CDATA[ashampoo]]></category> <category><![CDATA[hacked]]></category> <category><![CDATA[hacked website]]></category> <category><![CDATA[pdf]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=44233</guid> <description><![CDATA[Popular software developer Ashampoo is currently emailing their customers about a recently discovered successful hack on one of their servers. The break-in had been discovered by Ashampoo, and the company interrupted it and closed the security gap that the hackers used to gain access. Unfortunately though, customer address data and email addresses were stolen by [...]]]></description> <content:encoded><![CDATA[<p>Popular software developer Ashampoo is currently emailing their customers about a recently discovered successful hack on one of their servers. The break-in had been discovered by Ashampoo, and the company interrupted it and closed the security gap that the hackers used to gain access.</p><p>Unfortunately though, customer address data and email addresses were stolen by the hackers. Billing information, like credit card numbers or banking information have not been stolen according to Ashampoo who have put up a page <a
href="http://www.ashampoo.com/en/usd/dth">with information</a> about the issue on their official website.</p><p>Here is the official Ashampoo email:</p><blockquote><p>Dear Ashampoo customer,</p><p>We are writing to you concerning an important issue. We regret to tell you that we also detected an unauthorized access to one of our server systems. We assume that the attackers were able to purloin data of customers. Sensitive data such as billing information etc. is not affected by this, because Ashampoo does not store this data.</p><p>We summarized all pieces of information concerning this incident for you and would like you to read the following website: http://www.ashampoo.com/datatheft</p><p>Yours sincerely,</p><p>The Ashampoo-Team</p></blockquote><p>Emails are currently send out by hackers to Ashampoo customers that contain attached pdf documents. These pdf documents use a recently discovered security vulnerability in Adobe Flash to load malicious code on the system as soon as the pdf is opened on an unprotected system.</p><p>Ashampoo asks users to keep those emails unopened to avoid executing malicious code on the user system.</p><blockquote><p>Hackers often follow the pattern that they make people insecure e.g. with a confirmation of an order whose attachment is then opened or rather executed. Generally it is always important that you stay suspicious of unknown senders and that you do not respond to requests that tell you to open attachments.</p><p>If you for example receive a confirmation of an order from PurelyGadgets or another company without having made an appropriate purchase there, please do not open the attachment and delete the e-mail immediately.</p></blockquote><p>It is not clear which security issue is being exploited by the hackers. It is however likely that it is a recent vulnerability in <a
href="http://www.ghacks.net/2011/04/15/adobe-releases-flash-player-security-update/">Adobe Flash</a> which has been patched by Adobe. An Adobe Reader and Acrobat update was released yesterday that addresses the vulnerability. Users who have not installed the patches yet should do so to protect their system from the exploit.</p><p>Ashampoo has scanned several pdfs that the hackers have send out at Virustotal; The result was that half of the applications detect the malicious code.</p><p>To sum it up: Do not open emails that are related to or appear to be from Ashampoo if those contain an attached pdf document. If you have to open it download it to the computer first and open it in an online pdf viewer such as Google Docs. That way you stay safe and the malicious code cannot execute. (thanks Danny for the tip).</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2011/04/22/ashampoo-hacked-watch-out-for-fake-customer-emails/feed/</wfw:commentRss> <slash:comments>6</slash:comments> </item> <item><title>Martview, Best Ebook Reader For PDF E-Books</title><link>http://www.ghacks.net/2011/04/15/martview-best-ebook-reader-for-pdf-e-books/</link> <comments>http://www.ghacks.net/2011/04/15/martview-best-ebook-reader-for-pdf-e-books/#comments</comments> <pubDate>Fri, 15 Apr 2011 18:30:00 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[best ebook reader]]></category> <category><![CDATA[ebook]]></category> <category><![CDATA[ebook reader]]></category> <category><![CDATA[pdf]]></category> <category><![CDATA[windows software]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=43971</guid> <description><![CDATA[I&#8217;m usually pretty cautious when it comes to publicly stating that a software or service is the best there is. Martview on the other hand has a lot going for it, and for me, it is currently the best pdf ebook reader for Windows. Having said that, it may not be the best for you, [...]]]></description> <content:encoded><![CDATA[<p>I&#8217;m usually pretty cautious when it comes to publicly stating that a software or service is the best there is. Martview on the other hand has a lot going for it, and for me, it is currently the best pdf ebook reader for Windows. Having said that, it may not be the best for you, depending on your requirements and needs.</p><p>I like several aspects of the program, from its online library that offers free downloads of ebooks and magazines over the paper like navigation of pages to the comfortable handling with the mouse and hotkeys.</p><p>Lets start at the beginning. Martview is a free ebook reader for the Windows operating system. It supports both the pdf document format and its own mart format. Format support is one of the aspects of the application that the developers need to improve, to add support for widely used ebook formats like epub, comic book archive files or even plain text documents and Microsoft Word documents.</p><p>For now, you can only load mart and pdf documents. There is an option to create ebooks in the mart format from images, archives or comic book files but that&#8217;s not a suitable solution. It may work for single files but if you have hundreds of ebooks in different formats then you surely do not want to convert all of them into a different format just to be able to read them in the ebook reader.</p><p>Martview is on the other hand excellent if your ebook collection is available in pdf format, or if you want to download and read the available online magazines and ebooks that have been uploaded by other Martview users.</p><p>Lets take a closer look at the controls and handling first, before we take a look at the online library and other features.</p><p>A help document explaining the handling and navigational elements of the ebook reader is displayed when you start the program for the first time. You can flip the pages with a click of the mouse on the left or right page and a flick of the mouse in the opposite direction, just as you would do with a normal book or magazine.</p><p><a
href="http://www.ghacks.net/wp-content/uploads/2011/04/martbook.png"><img
src="http://www.ghacks.net/wp-content/uploads/2011/04/martbook-550x343.png" alt="martbook" title="martbook" width="550" height="343" class="alignnone size-medium wp-image-43973" /></a></p><p>You can alternatively use the cursor keys for navigation, the mouse wheel or switch the controls to touch mode if you have touch capable hardware.</p><p>You can zoom in and out if you press the left and right mouse button at the same time, or if you hold down the right mouse button and use the scroll wheel.</p><p>The hotkey Ctrt-l displays all pages of the ebook as thumbnails for easy navigation, while the horizontal or vertical slide mode offers to move faster through a document by sliding it horizontally or vertically.</p><p><a
href="http://www.ghacks.net/wp-content/uploads/2011/04/best-ebook-reader.png"><img
src="http://www.ghacks.net/wp-content/uploads/2011/04/best-ebook-reader-550x355.png" alt="best ebook reader" title="best ebook reader" width="550" height="355" class="alignnone size-medium wp-image-43975" /></a></p><p>The reading options are versatile and helpful. The different browsing modes and the mouse and keyboard shortcuts make the experience as comfortable as possible.</p><p><a
href="http://www.ghacks.net/wp-content/uploads/2011/04/download-e-books.png"><img
src="http://www.ghacks.net/wp-content/uploads/2011/04/download-e-books-550x496.png" alt="download e-books" title="download e-books" width="550" height="496" class="alignnone size-medium wp-image-43977" /></a></p><p>The online library of ebooks and magazines alone justifies the installation of the reader. A total of 13000 different documents are available, all uploaded by users of the service. Ebooks and magazines are sorted in categories like computers and tech, lifestyle, repairing manuals or comics and manga. Some offer subcategories. The comics and mange section for instance has more than a dozen subcategories for popular series such as Detective Conan, Bleach, Hunter X Hunter or Full Metal Alchemist.</p><p>All magazines and books that are displayed in the library can be downloaded to the local computer system. Martview&#8217;s policy is that users need to be the owner of the document to upload it to the public library. Several of the magazines raise legality questions, but that is something that this review cannot sufficiently address. All online documents are provided in mart format with no option to convert the files once they have been downloaded, at least not from within the ebook reading software.</p><p><iframe
title="YouTube video player" width="550" height="443" src="http://www.youtube.com/embed/kntMS4JUXZ4" frameborder="0" allowfullscreen></iframe></p><p>Martview&#8217;s online library is a feature that not many ebook readers offer at this moment. It adds lots of value to the program. That, and the excellent controls make it one of the best ebook readers on Windows. The developers need to add support for additional formats including conversions between formats to make it the best ebook reader there is.</p><p>Interested Windows users can download the latest version of <a
href="http://www.martview.com/index.php">Martview</a> from the developer website.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2011/04/15/martview-best-ebook-reader-for-pdf-e-books/feed/</wfw:commentRss> <slash:comments>13</slash:comments> </item> <item><title>How To Search Multiple PDF Documents At Once</title><link>http://www.ghacks.net/2011/04/02/how-to-search-multiple-pdf-documents-at-once/</link> <comments>http://www.ghacks.net/2011/04/02/how-to-search-multiple-pdf-documents-at-once/#comments</comments> <pubDate>Sat, 02 Apr 2011 14:28:08 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[adobe reader]]></category> <category><![CDATA[foxit reader]]></category> <category><![CDATA[pdf]]></category> <category><![CDATA[pdf search]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=43396</guid> <description><![CDATA[Most pdf readers provide you with a built-in search to find words or phrases in the active pdf document. But what if you want to search for a specific text or phrase in multiple documents? Sure, you could make use of Windows Search or another desktop search application to find what you are looking for; [...]]]></description> <content:encoded><![CDATA[<p>Most pdf readers provide you with a built-in search to find words or phrases in the active pdf document. But what if you want to search for a specific text or phrase in multiple documents? Sure, you could make use of Windows Search or another desktop search application to find what you are looking for; Or, you could use the advanced search capabilities of Adobe Reader or Foxit Reader to search multiple pdfs at once.</p><p>You can initiate a standard search by pressing Ctrl-f, or<br
/> selecting the Edit > Search option from the menu. Advanced Search on the other hand is triggered with the shortcut Shift-Ctrl-f or via the Edit > Advanced Search menu.</p><p><a
href="http://www.ghacks.net/wp-content/uploads/2011/04/adobe-reader-advanced-search.png"><img
src="http://www.ghacks.net/wp-content/uploads/2011/04/adobe-reader-advanced-search.png" alt="adobe reader advanced search" title="adobe reader advanced search" width="289" height="400" class="alignnone size-full wp-image-43398" /></a></p><p><a
href="http://get.adobe.com/reader/">Adobe Reader</a> is not the only pdf reader that can find text in multiple pdf documents. <a
href="http://www.foxitsoftware.com/pdf/reader/">Foxit Reader</a>, a free pdf reading alternative, offers similar options. Foxit Reader users can use the shortcut Ctrl-Shift-f or select Tools > Search to open the search form of the program in a sidebar.</p><p><a
href="http://www.ghacks.net/wp-content/uploads/2011/04/foxit-reader-search.png"><img
src="http://www.ghacks.net/wp-content/uploads/2011/04/foxit-reader-search.png" alt="foxit reader search" title="foxit reader search" width="484" height="345" class="alignnone size-full wp-image-43399" /></a></p><p>Adobe Reader opens the advanced search options in a new window. Here it is possible to switch from searching the current document to searching all pdfs in a folder on the hard drive. The folder is freely selectable, with My Documents being suggested by default.</p><p><a
href="http://www.ghacks.net/wp-content/uploads/2011/04/search-multiple-pdfs.png"><img
src="http://www.ghacks.net/wp-content/uploads/2011/04/search-multiple-pdfs.png" alt="search multiple pdfs" title="search multiple pdfs" width="488" height="479" class="alignnone size-full wp-image-43400" /></a></p><p>A word or phrase needs to be entered into the search configuration form window. Expert users click on the Show More Options link at the bottom to display additional search filters and options.</p><p>Here it is then possible to include comments, attachments and bookmarks in the search, or search for whole words or case sensitive words only.</p><p>The more options page can be used to add additional search criteria, for instance to only search documents that have been created before or after a certain date, that have been written by a specific author or that contain object data or images.</p><p><a
href="http://www.ghacks.net/wp-content/uploads/2011/04/advanced-pdf-search.png"><img
src="http://www.ghacks.net/wp-content/uploads/2011/04/advanced-pdf-search.png" alt="advanced pdf search" title="advanced pdf search" width="472" height="462" class="alignnone size-full wp-image-43401" /></a></p><p>It may take a while to scan the contents of all pdf documents that match the criteria. Adobe Reader displays the results in the same window. Results are sorted by document, and every instance of the word or phrase is shown on a separate line. A click on a line opens the containing page in the main Adobe Reader window.</p><p>Foxit Reader&#8217;s multi-pdf search options are limited in comparison. Here it is only possible to enter a search word or phrase, a directory that contains the pdf documents and a whole word and case sensitive filter.</p><p><a
href="http://www.ghacks.net/wp-content/uploads/2011/04/foxit-reader-search-pdfs.png"><img
src="http://www.ghacks.net/wp-content/uploads/2011/04/foxit-reader-search-pdfs.png" alt="foxit reader search pdfs" title="foxit reader search pdfs" width="243" height="295" class="alignnone size-full wp-image-43402" /></a></p><p>Search results are displayed in a sidebar in the application window, a click puts the focus on the containing page. The search terms are highlighted by both applications on the pdf page.</p><p>Both programs are capable of finding text in multiple pdf documents. Users who need the additional filtering options find Adobe Reader&#8217;s pdf search more suitable as it offers more advanced options.</p><p>Are you using a different program or service to search for contents  in multiple pdf documents? Let me know in the comments.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2011/04/02/how-to-search-multiple-pdf-documents-at-once/feed/</wfw:commentRss> <slash:comments>13</slash:comments> </item> <item><title>How To Fill Out PDF Forms On Your Computer</title><link>http://www.ghacks.net/2011/03/10/how-to-fill-out-pdf-forms-on-your-computer/</link> <comments>http://www.ghacks.net/2011/03/10/how-to-fill-out-pdf-forms-on-your-computer/#comments</comments> <pubDate>Thu, 10 Mar 2011 18:25:16 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[foxit reader]]></category> <category><![CDATA[pdf]]></category> <category><![CDATA[pdf forms]]></category> <category><![CDATA[pdf reader]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=42338</guid> <description><![CDATA[Some PDF documents contain forms that you may need to fill out. Many computer users print the pdf document to fill out the form manually on the printout. This means more work for the user and a document that looks unprofessional. What many do not know is that their pdf reader is likely capable of [...]]]></description> <content:encoded><![CDATA[<p>Some PDF documents contain forms that you may need to fill out. Many computer users print the pdf document to fill out the form manually on the printout. This means more work for the user and a document that looks unprofessional. What many do not know is that their pdf reader is likely capable of form editing so that the document can be filled out on the computer.</p><p>This guide looks at three tools for the job. The desktop applications Foxit Reader and Adobe Reader as well as the online service PDF Escape. Both the online service and the desktop applications have their distinct advantages, and disadvantages.</p><h3>Foxit Reader</h3><p>Foxit Reader is a free fast pdf reader for Windows that offers several extras over the more common Adobe Reader. The free software is faster than Adobe Reader in all regards, which is most noticeable when pdf documents are opened on the computer.</p><p>Windows users who want to edit documents need to load them into Foxit Reader to edit the document forms. This is done with a simple click on the form field and the use of the keyboard.</p><p><a
href="http://www.ghacks.net/wp-content/uploads/2011/03/fill-out-pdf-form.png"><img
src="http://www.ghacks.net/wp-content/uploads/2011/03/fill-out-pdf-form.png" alt="fill out pdf form" title="fill out pdf form" width="524" height="326" class="alignnone size-full wp-image-42339" /></a></p><p>Documents that have been filled out can be saved to the local computer system or send directly to the printer or an email recipient. This is all done via the File menu in the menu bar of the application.</p><p>Windows users can download the latest version of <a
href="http://www.foxitsoftware.com/pdf/reader/addons.php">Foxit Reader</a> from the official program website. The pdf reader is compatible with all 32-bit and 64-bit editions of the Windows operating system.</p><h3>PDF Escape</h3><p><a
href="http://www.pdfescape.com/">PDF Escape</a> is a free online service that offers pdf form filling. Users can upload individual pdf documents that are then parsed and displayed on the service&#8217;s website. The online tool scans the document for form fields to highlight them automatically when the individual page is loaded.</p><p><a
href="http://www.ghacks.net/wp-content/uploads/2011/03/pdf-escape.png"><img
src="http://www.ghacks.net/wp-content/uploads/2011/03/pdf-escape-550x318.png" alt="pdf escape" title="pdf escape" width="550" height="318" class="alignnone size-medium wp-image-42341" /></a></p><p>A click on a form field activates it so that it can be filled out. Once activated it is possible to flip through all fields with the tab key which speeds up the processing noticeably.</p><p>A click on Save and Download PDF generated the filled out pdf document and opens the save file as dialog window to save it on the local PC. It is alternatively possible to send the document straight to the printer.</p><p>The online service does not require registration, but registered users do get extra features like options to save files online.</p><h3>Adobe Reader</h3><p>How do both programs compare to Adobe Reader, the most popular pdf reader? Adobe has improved the performance, especially the time it takes to open a pdf document. The program does not come near the opening speed of Foxit Reader, at least not without tweaks (see <a
href="http://www.ghacks.net/2007/08/21/adobe-reader-speedup/">Adobe Reader Speed Up</a> for a tweaking tool)</p><p>Adobe Reader comes with capabilities to fill out pdf forms, just like Foxit Reader or the online service PDF Escape. PDF documents that have been filled out can be saved or attached to email.</p><p><a
href="http://www.adobe.com/products/reader.html">Adobe Reader</a> users do not necessarily have to install Foxit Reader to fill out pdf forms. Foxit Reader on the other hand offers a better pdf loading performance which might make a difference if documents are filled out on a regular basis. The smaller program size is another advantage of Foxit Reader.</p><p>The online service attracts a different audience. It is for instance the perfect solution when you work on a computer without pdf reader, or a pdf reader that does not offer form editing and saving.</p><p>Which tool or service are you using to fill out pdf documents?</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2011/03/10/how-to-fill-out-pdf-forms-on-your-computer/feed/</wfw:commentRss> <slash:comments>10</slash:comments> </item> <item><title>iSafePDF, Free Software To Encrypt, Sign PDF Documents</title><link>http://www.ghacks.net/2011/03/01/isafepdf-free-software-to-encrypt-sign-pdf-documents/</link> <comments>http://www.ghacks.net/2011/03/01/isafepdf-free-software-to-encrypt-sign-pdf-documents/#comments</comments> <pubDate>Tue, 01 Mar 2011 13:43:52 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Open Source]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[encrypt pdf]]></category> <category><![CDATA[isafepdf]]></category> <category><![CDATA[password protect]]></category> <category><![CDATA[pdf]]></category> <category><![CDATA[pdf document]]></category> <category><![CDATA[sign pdf]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=40639</guid> <description><![CDATA[The open source software iSafePDF can be used to manipulate existing pdf documents. More precisely, it offers options to add information and security features to pdf documents. The portable application displays a list of tabbed options after it has been launched. The first three offer the manipulation options, the fourth &#8211; console &#8211; displays a [...]]]></description> <content:encoded><![CDATA[<p>The open source software iSafePDF can be used to manipulate existing pdf documents. More precisely, it offers options to add information and security features to pdf documents. The portable application displays a list of tabbed options after it has been launched.</p><p>The first three offer the manipulation options, the fourth &#8211; console &#8211; displays a log of operations and the last contains information about the application and its developer.</p><p>A pdf document needs to be loaded in the Document tab before all existing features become available. The program fills out the PDF MetaData automatically. It is now up to the user to make changes to the pdf file.</p><p>MetaData information can be changed in the Document tab. Here it is possible to delete, add or edit the author, title, subject, keywords, creator and producer.</p><p><a
href="http://www.ghacks.net/wp-content/uploads/2011/03/isafepdf.jpg"><img
src="http://www.ghacks.net/wp-content/uploads/2011/03/isafepdf-550x444.jpg" alt="isafepdf" title="isafepdf" width="550" height="444" class="alignnone size-medium wp-image-40640" /></a></p><p>It is furthermore possible to select a new or the same pdf document as the target file. The pdf will be overwritten if the same is selected, otherwise it will be created anew.</p><p>The signature tab offers options to add certificates to the pdf document. It is optionally possible to create a timestamped signature. Multi-signatures, the process of signing documents multiple times, is available as well under the Signature tab.</p><p>Encryption finally can be used to add protections to the document. This includes password protecting the pdf but also options to disable pdf specific features like printing, making modifications or copying.</p><p>A click on the Process button applies the changes to the selected document. It is for instance possible to password protect pdf documents so that they can only be accessed if the correct password is entered in the pdf reader.</p><p><a
href="http://www.ghacks.net/wp-content/uploads/2011/03/password-protect-pdf.jpg"><img
src="http://www.ghacks.net/wp-content/uploads/2011/03/password-protect-pdf.jpg" alt="password protect pdf" title="password protect pdf" width="387" height="149" class="alignnone size-full wp-image-40641" /></a></p><p>ISafePDf is a handy portable software program for users who want to password protect, sign or timestamp pdf documents. A batch operating mode would be a good addition in future releases, as it is currently only possible to process single pdf documents.</p><p>The pdf software can be downloaded <a
href="http://isafepdf.eurekaa.org/">from the</a> developer website. The program is compatible with the Microsoft Windows operating system and available as a portable version and source code.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2011/03/01/isafepdf-free-software-to-encrypt-sign-pdf-documents/feed/</wfw:commentRss> <slash:comments>10</slash:comments> </item> <item><title>JPG to PDF Converter: Free Software Giveaway</title><link>http://www.ghacks.net/2011/02/23/jpg-to-pdf-converter-free-software-giveaway/</link> <comments>http://www.ghacks.net/2011/02/23/jpg-to-pdf-converter-free-software-giveaway/#comments</comments> <pubDate>Wed, 23 Feb 2011 18:37:50 +0000</pubDate> <dc:creator>Mike Halsey MVP</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[converter]]></category> <category><![CDATA[free]]></category> <category><![CDATA[jog]]></category> <category><![CDATA[jpeg]]></category> <category><![CDATA[jpg]]></category> <category><![CDATA[pdf]]></category> <category><![CDATA[to pdf]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=40156</guid> <description><![CDATA[The authors of JPG to PDF are giving away a full licence for their product for anyone that wants it until March 22nd 2011.  The software, which you can download here along with your giveaway product key does just a single job, converting a range of graphics file formats to Adobe&#8217;s po, but those types [...]]]></description> <content:encoded><![CDATA[<p>The authors of JPG to PDF are giving away a full licence for their product for anyone that wants it until March 22nd 2011.  The software, which you can download <a
href="http://www.jpgtopdfconverter.com/giveaway.html" target="_blank">here</a> along with your giveaway product key does just a single job, converting a range of graphics file formats to Adobe&#8217;s po, but those types of software can be good because they usually can do it better than full suites.</p><blockquote><p>PDF is the most popular format for digital archiving in the world. Normally PDF files are created by virtual printer; however it is not easy to create PDF documents from multiple scanned images. JPG To PDF Converter is a windows application that quickly converts multiple images into a single PDF document without virtual printing.</p><p>JPG to PDF Converter supports the majority of modern graphic formats, including GIF, BMP, TIF, PNG, JPG, ICO and PSD. Users can control the compression ratio of PDF files for optimal quality/size balance and specify such PDF file properties as title, creation date, subject and keywords.</p></blockquote><p>Many people like to scan in documents such as official personal or business paperwork and household bills.  It&#8217;s annoying for people having to store these documents as JPG or other image files.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2011/02/23/jpg-to-pdf-converter-free-software-giveaway/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>jPDF Tweak, PDF Manipulation Software</title><link>http://www.ghacks.net/2011/02/17/jpdf-tweak-pdf-manipulation-software/</link> <comments>http://www.ghacks.net/2011/02/17/jpdf-tweak-pdf-manipulation-software/#comments</comments> <pubDate>Thu, 17 Feb 2011 15:19:55 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Open Source]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[jpdf tweak]]></category> <category><![CDATA[merge pdf]]></category> <category><![CDATA[pdf]]></category> <category><![CDATA[pdf documents]]></category> <category><![CDATA[pdf files]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=39963</guid> <description><![CDATA[The Open Source software jPDF Tweak offers options to manipulate one or multiple pdf documents. Have you ever felt the need to split or merge pdf files, move pages around or add watermarks to a number of pdfs? If you answered yes to at least one of the questions then jPDF Tweak is the software [...]]]></description> <content:encoded><![CDATA[<p>The Open Source software jPDF Tweak offers options to manipulate one or multiple pdf documents. Have you ever felt the need to split or merge pdf files, move pages around or add watermarks to a number of pdfs? If you answered yes to at least one of the questions then jPDF Tweak is the software for you, providing that you have access to an operating system with Java installed.</p><p>The pdf software actually does a lot more than what has already been mentioned in the opening paragraph. Lets take a closer look at some of its features. The application can be started right after it has been downloaded and unpacked on the system.</p><p>It displays a number of tabs at the top that lead to various functions and options. The input and output tabs are the only mandatory tabs, everything else is option.</p><p><a
href="http://www.ghacks.net/wp-content/uploads/2011/02/jpdf-tweak.jpg"><img
src="http://www.ghacks.net/wp-content/uploads/2011/02/jpdf-tweak-550x411.jpg" alt="jpdf tweak" title="jpdf tweak" width="550" height="411" class="alignnone size-medium wp-image-39964" /></a></p><p>PDF documents are added in the input tab. Options are available to process only some pages of a document and not all of them.</p><p>The folder the new pdf document is saved to is defined in the output tab. It offers additional options, for instance to use better compression or optimize the pdf size.</p><p>The following processing options are available via other tabs:</p><ul><li>Page size: Option to rotate pages and scale ages to another page size, width and height.</li><li>Watermark: Add a watermark to the newly created pdf document.</li><li>Shuffle: Options to reverse the page order, display multiple pages on one resulting page or create a pdf booklet.</li><li>Page numbers: Change the page numbers..</li><li>Bookmarks: Change chapter bookmarks, options to import from PDF or CSV.</li><li>Attachments: Add attachments to the pdf file.</li><li>Interaction. Add page transitions and change viewer preferences (e.g. hide toolbar, menubar, direction or view area.</li><li>Document info: Change document meta information like title, subject, keywords or author and creator.</li><li>Encrypt / Sign: encrypt the pdf document with a password or sign it.</li></ul><p>The interface of the application feels old fashioned, but that should not keep users away from the pdf manipulation software. JPDF Tweak offers solutions for many common pdf file editing tasks.</p><p>Users who are interested in the application can download it <a
href="http://jpdftweak.sourceforge.net/">from the</a> Sourceforge project page.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2011/02/17/jpdf-tweak-pdf-manipulation-software/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>PDF Jumbler, Merge, Delete, Rearrange PDF Documents</title><link>http://www.ghacks.net/2011/01/28/pdf-jumbler-merge-delete-rearrange-pdf-documents/</link> <comments>http://www.ghacks.net/2011/01/28/pdf-jumbler-merge-delete-rearrange-pdf-documents/#comments</comments> <pubDate>Fri, 28 Jan 2011 18:19:38 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Mac]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[java]]></category> <category><![CDATA[java software]]></category> <category><![CDATA[linux software]]></category> <category><![CDATA[mac software]]></category> <category><![CDATA[pdf]]></category> <category><![CDATA[pdf document]]></category> <category><![CDATA[pdf jumbler]]></category> <category><![CDATA[windows software]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=39387</guid> <description><![CDATA[Free tools to manage pdf documents are rare while many pdf viewing applications exist. That can be a problem for users who want to work with pdf documents, for instance to delete pages from the document or add pages from another pdf file. PDF Jumbler is a free software program that offers several tools to [...]]]></description> <content:encoded><![CDATA[<p>Free tools to manage pdf documents are rare while many pdf viewing applications exist. That can be a problem for users who want to work with pdf documents, for instance to delete pages from the document or add pages from another pdf file.</p><p>PDF Jumbler is a free software program that offers several tools to work with pdf documents. To be precise, the free software offers to rearrange, delete or merge pages from PDF files.</p><p><a
href="http://www.ghacks.net/wp-content/uploads/2011/01/pdf-jumbler.jpg"><img
src="http://www.ghacks.net/wp-content/uploads/2011/01/pdf-jumbler-458x550.jpg" alt="pdf jumbler" title="pdf jumbler" width="458" height="550" class="alignnone size-medium wp-image-39388" /></a></p><p>PDF documents are added via drag and drop or the open document button at the top of the minimalistic program interface. It is then possible to rearrange pages with drag and drop, or to delete pages by selecting them first and selecting the delete button afterwards. The delete key on the keyboard deletes the selected pdf pages as well.</p><p>Additional documents can be added to any position of the existing documents. PDf Jumbler can merge multiple documents in one process.</p><p>The Save Document button saves the new pdf document to the hard drive.  Zoom in and out buttons are available to preview individual pages of the pdf files that have been added to PDF Jumbler.</p><p>The portable software program is offered as a Java executable, which means that the operating system needs to support Java.</p><p>PDF Jumbler is as easy as it can get when it comes to merging, deleting or rearranging pages of one or multiple pdf documents.</p><p>The Open Source application can be downloaded from the project homepage over at <a
href="http://sourceforge.net/projects/pdfjumbler/">SourceForge</a>. (<a
href="http://www.essential-freebies.de/board/viewtopic.php?t=16127&#038;p=116729#p116729">via</a>)</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2011/01/28/pdf-jumbler-merge-delete-rearrange-pdf-documents/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>PDFZilla Time-limited Giveaway</title><link>http://www.ghacks.net/2011/01/18/pdfzilla-time-limited-giveaway/</link> <comments>http://www.ghacks.net/2011/01/18/pdfzilla-time-limited-giveaway/#comments</comments> <pubDate>Tue, 18 Jan 2011 09:35:44 +0000</pubDate> <dc:creator>Mike Halsey MVP</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[conversion]]></category> <category><![CDATA[convert]]></category> <category><![CDATA[download]]></category> <category><![CDATA[free]]></category> <category><![CDATA[pdf]]></category> <category><![CDATA[pdfzilla]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=39062</guid> <description><![CDATA[The PDF converter software, PDZFilla, is now completely free for a limited period.  This isn&#8217;t like any other PDF conversion software though as PDFZilla doesn&#8217;t convert your documents into Adobe&#8217;s portable document format, instead it can convert PDFs back into editable files. It&#8217;s main features include&#8230; Convert PDF to Word Convert PDF to Word with [...]]]></description> <content:encoded><![CDATA[<p>The PDF converter software, PDZFilla, is now completely <em>free</em> for a limited period.  This isn&#8217;t like any other PDF conversion software though as PDFZilla doesn&#8217;t convert your documents <em>into</em> Adobe&#8217;s portable document format, instead it can convert PDFs <em>back</em> into editable files.</p><p>It&#8217;s main features include&#8230;</p><blockquote><p><strong>Convert PDF to Word</strong><br
/> Convert PDF to Word with all text and Graphical data.<br
/> <strong>Convert PDF to RTF</strong><br
/> Convert PDF to Rich Text Files. You can edit all text and graphic by Windows Wordpad.<br
/> <strong>Convert PDF to TXT</strong><br
/> Convert PDF to plain text files. You can edit text by Notepad.<br
/> <strong>Convert PDF to Images</strong><br
/> Convert PDF to BMP, JPG, GIF or TIF files.<br
/> <strong>Convert PDF to HTML</strong><br
/> Convert PDF to HTML files and automatically generate the Index file.<br
/> <strong>Convert PDF to SWF</strong><br
/> Convert PDF to Shockwave Flash Animation files which can be published on websites.<br
/> <strong>Page Selection</strong><br
/> Convert all the pages, or partial pages of PDF file.<br
/> <strong>Easy to use software</strong><br
/> Add a PDF File -&gt; Select the Output File Format -&gt; Click on Start Converting button, then just have a cup of coffee :)</p></blockquote><p>This software is normally $29.95 but is completely free until February 5th 2011.  You can download your copy <a
href="http://www.pdfzilla.com/giveaway.html" target="_blank">here</a> where you will also find a product code.  The best thing about all this is that it&#8217;s just a simple download and there&#8217;s no need to register with the website and give away all your marketing details.</p><p>So for free software, this utility to make your PDF files editable again is an absolute must have!  You can download your free copy <a
href="http://www.pdfzilla.com/giveaway.html" target="_blank">here</a>.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2011/01/18/pdfzilla-time-limited-giveaway/feed/</wfw:commentRss> <slash:comments>8</slash:comments> </item> <item><title>Turn Web Pages Into PDF Documents</title><link>http://www.ghacks.net/2010/10/14/turn-web-pages-into-pdf-documents/</link> <comments>http://www.ghacks.net/2010/10/14/turn-web-pages-into-pdf-documents/#comments</comments> <pubDate>Thu, 14 Oct 2010 07:53:09 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Online Services]]></category> <category><![CDATA[bookmarklet]]></category> <category><![CDATA[joliprint]]></category> <category><![CDATA[pdf]]></category> <category><![CDATA[pdf document]]></category> <category><![CDATA[web page]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=35871</guid> <description><![CDATA[You sometimes may want to save a web page, either for archiving or reference purposes, or because you like to read the page on another device or at a time without Internet connection. While it is possible to save web pages as HTML files it is often considered to be a weak option, as you [...]]]></description> <content:encoded><![CDATA[<p>You sometimes may want to save a web page, either for archiving or reference purposes, or because you like to read the page on another device or at a time without Internet connection. While it is possible to save web pages as HTML files it is often considered to be a weak option, as you will end up with lots of different files and not a single document.</p><p>A pdf document on the other hand includes everything, which makes it easier to transfer it to other devices or send it to work colleagues or friends.</p><p>But how do you turn a web page into a pdf document? One of the easiest options is the Joliprint bookmarklet, which is available for all modern web browsers that support bookmarklets.</p><p>Bookmarklets, what&#8217;s that again? A bookmarklet is basically a bookmark. But instead of pointing to a website, it contains JavaScript code that interacts with the active website on activation.</p><p>This bookmarklet turns a web page automatically into a pdf document. The best part about it is that it will do everything automatically. All that you need to do is to click on the bookmarklet and watch the magic happen.</p><p>Even better is the fact that it strips the page of unnecessary elements like advertisements or menus so that you end up with the bare article only.</p><p>The pdf document keeps the formatting, links and pictures of the article, but turns the article itself into a two column article.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2010/10/web-page-pdf-document-478x500.png" alt="web page pdf document" title="web page pdf document" width="478" height="500" class="alignnone size-medium wp-image-35874" /></p><p>The bookmarklet requires an active Internet connection, as it queries the Joliprint server which handles the converting. The web page is automatically downloaded to the default download location set in the web browser.</p><p>The Joliprint bookmarklet requires no installation. Just drag and drop the icon from the <a
href="http://joliprint.com/bookmark-instructions/">Joliprint</a> website to a bookmarks toolbar or folder. (via <a
href="http://lifehacker.com/#!5663078/joliprint-bookmarklet-turns-any-google-reader-item-into-a-pdf">Lifehacker</a>)</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/10/14/turn-web-pages-into-pdf-documents/feed/</wfw:commentRss> <slash:comments>13</slash:comments> </item> <item><title>Merge, split, and watermark your PDFs with PDF Chain</title><link>http://www.ghacks.net/2010/09/24/merge-split-and-watermark-your-pdfs-with-pdf-chain/</link> <comments>http://www.ghacks.net/2010/09/24/merge-split-and-watermark-your-pdfs-with-pdf-chain/#comments</comments> <pubDate>Fri, 24 Sep 2010 11:26:11 +0000</pubDate> <dc:creator>Jack Wallen</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[merging PDF]]></category> <category><![CDATA[pdf]]></category> <category><![CDATA[pdf documents]]></category> <category><![CDATA[pdf editing]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=35188</guid> <description><![CDATA[Say you have two PDF documents and you want to merge them into one. Or say you have one long PDF document and you want to split it into sections. Or what if you want to add a watermark What do you do? If you&#8217;re really up on your PDF Toolkit commands you could easily [...]]]></description> <content:encoded><![CDATA[<p>Say you have two PDF documents and you want to merge them into one. Or say you have one long PDF document and you want to split it into sections. Or what if you want to add a watermark What do you do? If you&#8217;re really up on your PDF Toolkit commands you could easily do this from the terminal window. If you&#8217;re not up on those commands you could turn to PDF Chain.</p><p>PDF Chain is a graphical front end for the PDF Toolkit which allows you to merge, split, watermark, rotate, add attachments to, and set permissions for existing PDF documents. And, best of all, it&#8217;s very easy to use so any level of user can take advantage of PDF Chain&#8217;s handy features. In this article I am going to show you how to install and use PDF Chain.</p><p><span
id="more-35188"></span><strong>Installation</strong></p><p>Naturally, since this is Linux, installation is simple. All you need to do is follow these easy steps:</p><ol><li>Open up your Add/Remove Software Utility.</li><li>Search for &#8220;pdf chain&#8221; (no qutoes).</li><li>Mark PDF Chain for installation.</li><li>Accept any dependencies necessary.</li><li>Click Apply to install.</li><li>Once the installation is complete, close the Add/Remove Software tool.</li></ol><p>You are now ready to start manipulating your PDF documents.</p><p><strong>Merging PDFs</strong></p><div
id="attachment_35189" class="wp-caption alignleft" style="width: 310px"><a
href="http://www.ghacks.net/wp-content/uploads/2010/09/pdf_chain_merge.png"><img
class="size-medium wp-image-35189 " src="http://www.ghacks.net/wp-content/uploads/2010/09/pdf_chain_merge-500x403.png" alt="" width="300" height="242" /></a><p
class="wp-caption-text">Figure 1</p></div><p>Let&#8217;s first take a look at how to merge two (or more) PDF documents. To do this first open up PDF Chain by clicking <strong>Applications &gt; Office &gt; PDF Chain</strong>. When the application opens you will see a simple window with four tabs: Merge, Split, Background/Stamp, Attachaments. The tab you want for merging PDFs is, obviously, Merge (see Figure 1). Click on that to begin the process.</p><p>To merge PDF documents all you need to do is click the + button to add the PDF documents you want to merge. Move them up or down using the appropriate arrows. The order in which they appear in the Add window will be the order they are merged into. Once you have added all your PDFs you can select the ID for the merged PDF from the ID drop down. You can create a new ID or get the ID from one of the listed PDF documents.</p><p>When you have taken care of all of the set up, click the Save button, give the new document a name, and let the merging begin!</p><p><strong>Splitting PDFs</strong></p><div
id="attachment_35190" class="wp-caption alignright" style="width: 310px"><a
href="http://www.ghacks.net/wp-content/uploads/2010/09/pdf_chain_split.png"><img
class="size-medium wp-image-35190 " src="http://www.ghacks.net/wp-content/uploads/2010/09/pdf_chain_split-500x403.png" alt="" width="300" height="242" /></a><p
class="wp-caption-text">Figure 2</p></div><p>The splitting process is very similar to the merging process. Now, understand what the splitting process does is split a multi-page PDF into single pages. So if you have a 20 page document you will wind up with 20 single page documents. You can then merge some of those together to make smaller documents.</p><p>To split a document, follow these steps:</p><ol><li>Click on the Split tab (see Figure 2).</li><li>Click the Add button.</li><li>Navigate to the PDF you want to split.</li><li>Click the Save button.</li><li>Select the folder you want to save all of your PDFs to.</li><li>Click OK.</li></ol><p>That&#8217;s it. You have now split that single PDF into multiple pages. NOTE: The count digits refer to the numbers for the saved file names. So if you have Sheet as a prefix and 3 counter digits the file names will look like:</p><ul><li>Sheet001.pdf</li><li>Sheet002.pdf</li><li>Sheet003.pdf</li><li>etc.</li></ul><p><strong>Background/Stamp</strong></p><div
id="attachment_35191" class="wp-caption alignleft" style="width: 310px"><a
href="http://www.ghacks.net/wp-content/uploads/2010/09/pdf_chain_stamp.png"><img
class="size-medium wp-image-35191  " style="margin-left: 5px;margin-right: 5px" src="http://www.ghacks.net/wp-content/uploads/2010/09/pdf_chain_stamp-500x403.png" alt="" width="300" height="242" /></a><p
class="wp-caption-text">Figure 2</p></div><p>Just like the merging and splitting, the background/stamping is just as easy. Say you want to watermark your name on the pages of a PDF you have created. To do this you have to have a pre-created watermark PDF for the process. Once you have that all you do is click the Background/Stamp tab (see Figure 3) and follow these steps:</p><ol><li>Click Add to add the PDF you want to watermark.</li><li>Click add to add the PDF to be used for the watermark</li><li>Select if this is a background or a stamp.</li><li>Click Save.</li><li>Give the resulting PDF a name.</li><li>Click OK.</li></ol><p>If you do create a watermark PDF, make sure the image has a certain level of opacity because PDF Chain does not add any opacity to your stamp.</p><p><strong>Final thoughts</strong></p><p>PDF Chain is a very handy tool to have around for anyone that has to work with PDF files. With this handy tool you don&#8217;t always have to have (or fire up) the tool you used to create the PDFs in order to handle simple actions such as merging or splitting. And don&#8217;t forget you can also add attachments to PDFs as well as edit the permissions of PDFs from PDF Chain as well.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/09/24/merge-split-and-watermark-your-pdfs-with-pdf-chain/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>Another Adobe Reader Zero-Day Vulnerability Emerges</title><link>http://www.ghacks.net/2010/08/06/another-adobe-reader-zero-day-vulnerability-emerges/</link> <comments>http://www.ghacks.net/2010/08/06/another-adobe-reader-zero-day-vulnerability-emerges/#comments</comments> <pubDate>Fri, 06 Aug 2010 08:08:51 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Adobe]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[adobe acrobat]]></category> <category><![CDATA[adobe reader]]></category> <category><![CDATA[adobe reader vulnerability]]></category> <category><![CDATA[pdf]]></category> <category><![CDATA[pdf reader]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=32092</guid> <description><![CDATA[What is it with Adobe Reader and vulnerabilities? It feels like new security vulnerabilities are found in the software at an accelerated pace this year. Adobe yesterday released a security advisory for Adobe Reader and Acrobat, to announce to the world that critical security vulnerabilities have been found &#8211; once again &#8211; in Adobe Reader [...]]]></description> <content:encoded><![CDATA[<p>What is it with Adobe Reader and vulnerabilities? It feels like new security vulnerabilities are found in the software at an accelerated pace this year. Adobe yesterday released a security advisory for Adobe Reader and Acrobat, to announce to the world that critical security vulnerabilities have been found &#8211; once again &#8211; in Adobe Reader and Adobe Acrobat.</p><p>Adobe expects to make the updates &#8220;available during the week of August 16, 2010&#8243;, which does mean that millions of computer systems running either Adobe Reader or Adobe Acrobat are left vulnerable for the time being.</p><p><span
id="more-32092"></span><br
/><blockquote>Adobe is planning to release updates for Adobe Reader 9.3.3 for Windows, Macintosh and UNIX, Adobe Acrobat 9.3.3 for Windows and Macintosh, and Adobe Reader 8.2.3 and Acrobat 8.2.3 for Windows and Macintosh to resolve critical security issues, including CVE-2010-2862 which was discussed at the Black Hat USA 2010 security conference on Wednesday, July 28, 2010. Adobe expects to make these updates available during the week of August 16, 2010</p></blockquote><p><a
href="http://www.adobe.com/support/security/bulletins/apsb10-17.html">The</a> security advisory does not reveal information about the vulnerabilities, only that one was discussed at last month&#8217;s Black Hat USA 2010 security conference, that all platforms are affected, and that Adobe Reader 9.3.3 and earlier, and Adobe Acrobat 9.3.3 and earlier are affected.</p><p>The advisory over at <a
href="http://secunia.com/advisories/40766">Secunia</a> reveals additional details about the vulnerability discussed at the Black Hat conference. The Adobe Reader / Acrobat Font Parsing Integer Overflow Vulnerability has been rated as highly critical, the second highest possible rating.</p><blockquote><p>The vulnerability is caused due to an integer overflow error in CoolType.dll when parsing the &#8220;maxCompositePoints&#8221; field value in the &#8220;maxp&#8221; (Maximum Profile) table of a TrueType font. This can be exploited to corrupt memory via a PDF file containing a specially crafted TrueType font.</p></blockquote><p>Successful exploits may allow remote code execution on the targeted system.</p><p>Users with Adobe Reader or Adobe Acrobat installed may want to consider switching to another pdf reader for the time being, to protect their computer system from those vulnerabilities. Alternatives are listed on our <a
href="http://www.ghacks.net/2010/07/02/pdf-reader-rendering-quality-comparison-which-is-the-best/">pdf reader comparison</a> page.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/08/06/another-adobe-reader-zero-day-vulnerability-emerges/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> </channel> </rss>
