<?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 document</title> <atom:link href="http://www.ghacks.net/tag/pdf-document/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 20:51:26 +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>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>WinScan2PDF, Scan Documents, Save As PDF</title><link>http://www.ghacks.net/2011/04/07/winscan2pdf-scan-documents-save-as-pdf/</link> <comments>http://www.ghacks.net/2011/04/07/winscan2pdf-scan-documents-save-as-pdf/#comments</comments> <pubDate>Wed, 06 Apr 2011 22:01:22 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[pdf document]]></category> <category><![CDATA[scan]]></category> <category><![CDATA[scanner]]></category> <category><![CDATA[windows software]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=43545</guid> <description><![CDATA[I do not like scanners and printers. Why? Because it can be really difficulty to troubleshoot them. That&#8217;s a pretty selfish reason, I know, but I&#8217;m cursing more than usual on days that a family member or friend asks me to fix a printer or scanner. Lets talk about scanning for a moment. Most people [...]]]></description> <content:encoded><![CDATA[<p>I do not like scanners and printers. Why? Because it can be really difficulty to troubleshoot them. That&#8217;s a pretty selfish reason, I know, but I&#8217;m cursing more than usual on days that a family member or friend asks me to fix a printer or scanner.</p><p>Lets talk about scanning for a moment. Most people use the software that came with the scanner to scan. That software is usually bloated and not the most appropriate, but if everything is configured it should do the job.</p><p>Users who like to speed up things use third party software instead, and WinScan2PDF is such a software.</p><p>The free portable program offers one feature: It turns one or multiple sheets of paper into a pdf document. Usage is dead simple and should not pose troubles for anyone.</p><p>The program displays three buttons and two options in the main interface. Non-German speaking users should click on LNG in the lower right corner to change the language to English or one of the other supported interface languages.</p><p><a
href="http://www.ghacks.net/wp-content/uploads/2011/04/winscan2pdf.png"><img
src="http://www.ghacks.net/wp-content/uploads/2011/04/winscan2pdf.png" alt="winscan2pdf" title="winscan2pdf" width="405" height="246" class="alignnone size-full wp-image-43546" /></a></p><p>You select the source first with the button on the left. Just select the scanner that is connected to your computer. Most users will find only one scanner in the list.</p><p>You can then opt to scan in multiple pages that will be all turned into the same pdf document or just one page. If you do not check the Multiple Pages checkbox only one page will be turned into a pdf document. A click on Scan to PDF initiates the scan.</p><p>The first document that you put into the scanner will be scanned and converted into a pdf document after the scan.</p><p>And that&#8217;s it. No fancy interface, options or anything. Ideal for quick scanning and the creation of pdf documents.</p><p>WinScan2PDF is compatible with all 32-bit and 64-bit editions and versions of the Microsoft Windows operating system. You can download the program from the developer&#8217;s website over at <a
href="http://www.softwareok.com/?seite=Microsoft/WinScan2PDF">Software OK</a>.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2011/04/07/winscan2pdf-scan-documents-save-as-pdf/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>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>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>Adobe Reader Vulnerability Exploited By Botnet</title><link>http://www.ghacks.net/2010/04/19/adobe-reader-vulnerability-exploited-by-botnet/</link> <comments>http://www.ghacks.net/2010/04/19/adobe-reader-vulnerability-exploited-by-botnet/#comments</comments> <pubDate>Mon, 19 Apr 2010 07:39:22 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Adobe]]></category> <category><![CDATA[companies]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[adobe reader]]></category> <category><![CDATA[adobe reader security]]></category> <category><![CDATA[pdf]]></category> <category><![CDATA[pdf document]]></category> <category><![CDATA[pdf reader]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=24699</guid> <description><![CDATA[Security issues with Adobe products seem to be in the news quite frequently in the last months. No week passes by with yet another report about a security vulnerability or update of one of the popular Adobe software programs. Recently an Adobe Reader vulnerability was discovered that allows attackers to execute code on a target [...]]]></description> <content:encoded><![CDATA[<p>Security issues with Adobe products seem to be in the news quite frequently in the last months. No week passes by with yet another report about a security vulnerability or update of one of the popular Adobe software programs. Recently an Adobe Reader vulnerability was <a
href="http://www.ghacks.net/forum/security/foxit-more-secure-than-adobe-reader-think-again-466/">discovered</a> that allows attackers to execute code on a target machine. This is done by specifically preparing a pdf with an executable embedded in the code. To be fair: This vulnerability did not only affect Adobe Reader but also tools from third party developers like Foxit.</p><p><span
id="more-24699"></span>Adobe did not patch the issue on last week&#8217;s patch day but explained how to protect the programs so that the malicious code cannot be executed even if a specifically prepared pdf document is loaded.</p><p>Adobe users who want to protect their systems from the attack need to open Adobe Reader, click on Edit > Preferences to open the options, select Trust Manager from the categories menu and uncheck the PDF File Attachments option that reads &#8220;Allow opening of non-PDF file attachments with external applications&#8221;.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2010/04/adobe_pdf_attachments-500x403.png" alt="adobe pdf attachments" title="adobe pdf attachments" width="500" height="403" class="alignnone size-medium wp-image-24700" /></p><p>The security issue is currently actively exploited by the Zeus Botnet according to an article at <a
href="http://www.pcworld.com/article/194447/botnet_exploits_pdf_flaw.html?tk=rss_news">PC World</a> with several thousands of attacks underway. The pdf documents used in the attack embed code in the document that displays a save prompt to the user when the pdf document is opened. The user is asked to save a pdf called &#8220;Royal_Mail_Delivery_Notice.pdf&#8221; which in fact is a disguised executable that will run malicious code on the user&#8217;s computer.</p><p>The best way to handle the issue is to make the configuration change in Adobe Reader to protect the system, for now.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/04/19/adobe-reader-vulnerability-exploited-by-botnet/feed/</wfw:commentRss> <slash:comments>9</slash:comments> </item> <item><title>A Life Without PDF Readers</title><link>http://www.ghacks.net/2010/04/07/a-life-without-pdf-readers/</link> <comments>http://www.ghacks.net/2010/04/07/a-life-without-pdf-readers/#comments</comments> <pubDate>Wed, 07 Apr 2010 08:58:22 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Security]]></category> <category><![CDATA[adobe pdf]]></category> <category><![CDATA[google docs]]></category> <category><![CDATA[pdf document]]></category> <category><![CDATA[pdf reader]]></category> <category><![CDATA[zoho]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=24232</guid> <description><![CDATA[If you read yesterday&#8217;s article a life without flash you already know where this article is heading. The attacks using pdf documents have increased as have the vulnerabilities that have been found in Adobe Reader and Adobe Acrobat, the two most popular software programs ti view pdf documents. Recently security vulnerabilities have also been found [...]]]></description> <content:encoded><![CDATA[<p>If you read yesterday&#8217;s article <a
href="http://www.ghacks.net/2010/04/06/a-life-without-flash/">a life without flash</a> you already know where this article is heading. The attacks using pdf documents have increased as have the vulnerabilities that have been found in Adobe Reader and Adobe Acrobat, the two most popular software programs ti view pdf documents. Recently security vulnerabilities have also been found in the popular Adobe Reader alternative Foxit Reader.</p><p>The premise of the article is that living without PDF readers is possible if you do not have to use them for work (either readers or creators). The author of this article &#8211; that would be me &#8211; accesses about 10-20 pdf documents per month. That&#8217;s not a lot and using alternatives to pdf readers is not a task that is slowing down work by much.</p><p>A user on the other hand who reads 10-20 per day might think otherwise.</p><p><span
id="more-24232"></span>The question is: If there are no pdf readers installed, how can pdf documents be read? There are two answers to this question.</p><ul><li>Use an online service to process them</li><li>Use a pdf converter to convert them into another format</li></ul><p>Online services like Google Docs can display pdf documents right in the web browser. The advantage of this method is that the pdf is not executed on the user&#8217;s computer system which means that any exploits will have no effect. It takes on the other hand a tad longer to open Google Docs, upload the pdf and view it online.</p><p>Some users have also reported that Google Docs did not offer all the features and functions that Adobe Reader for instance offers. Those users might need to keep Adobe Reader or another pdf reader for now.</p><p>Users who are only accessing information can do so with <a
href="https://www.google.com/accounts/ServiceLogin?service=writely&amp;passive=1209600&amp;continue=https://docs.google.com/&amp;followup=https://docs.google.com/&amp;ltmpl=homepage">Google Docs</a> or <a
href="http://www.zoho.com/">Zoho</a> easily.</p><p>Converting pdfs instead is a second solution. This can also be done offline or online. There are tools available that can convert pdf documents easily like <a
href="http://www.hellopdf.com/index.php">Hello PDF</a> for instance. It would however mean to replace one software with another which might also be exploited.</p><p>Online pdf converters like <a
href="http://www.freepdfconvert.com/">Free PDF Convert</a> on the other hand offer the same advantages and disadvantages as online pdf readers.</p><p>It should be quite possible to uninstall all pdf readers and use one of the two alternatives described above. Some users might prefer to install a lesser popular pdf reader like <a
href="http://www.ghacks.net/2009/11/18/sumatra-pdf-reader-1-0-released/">Sumatra</a> instead.</p><p>Which pdf reader do you have installed? Would you be able to live without a pdf reader on your computer?</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/04/07/a-life-without-pdf-readers/feed/</wfw:commentRss> <slash:comments>17</slash:comments> </item> <item><title>PDF Presentation Software Impressive</title><link>http://www.ghacks.net/2009/04/10/pdf-presentation-software-impressive/</link> <comments>http://www.ghacks.net/2009/04/10/pdf-presentation-software-impressive/#comments</comments> <pubDate>Fri, 10 Apr 2009 17:57:09 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[document]]></category> <category><![CDATA[impressive]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[pdf]]></category> <category><![CDATA[pdf document]]></category> <category><![CDATA[portable software]]></category> <category><![CDATA[presentation]]></category> <category><![CDATA[presentation software]]></category> <category><![CDATA[windows software]]></category> <guid
isPermaLink="false">http://www.ghacks.net/2009/04/10/pdf-presentation-software-impressive/</guid> <description><![CDATA[PDF documents are usually not used in presentations. It does happen often however that presentations are shared as pdf documents instead of the original document format which is usually created by Microsoft PowerPoint document. Impressive is a presentation software that provides the same presentation techniques that are known from PowerPoint with the difference that it [...]]]></description> <content:encoded><![CDATA[<p><img
src="http://www.ghacks.net/wp-content/uploads/2009/04/impressive_software2.jpg" alt="impressive_software2" title="impressive_software2" width="200" height="43" class="alignleft size-full wp-image-11882" />PDF documents are usually not used in presentations. It does happen often however that presentations are shared as pdf documents instead of the original document format which is usually created by Microsoft PowerPoint document.</p><p><a
href="http://sourceforge.net/projects/impressive/files/">Impressive</a> is a presentation software that provides the same presentation techniques that are known from PowerPoint with the difference that it can apply those to pdf documents and images. It offers links, overviews, page transition effects, highlights,  spotlights and a sheet by sheet mode that can be controlled manually with the mouse buttons or automatically.</p><p>The portable software will extract a number of different files to the local computer system. Presentations can be started by dragging and dropping files onto the impressive.exe file in the program folder or by launching the tool from the command line. The basic command would be <strong>impressive file.pdf</strong>. More than a dozen command line parameters are available that can be used to control most aspects of the presentation software. Parameters exist to start the presentation in a custom resolution, a specific display ratio, to automatically flip pages after x seconds or to display a progress bar.</p><p><span
id="more-11885"></span><img
src="http://www.ghacks.net/wp-content/uploads/2009/04/presentation_software-500x383.jpg" alt="presentation software" title="presentation software" width="500" height="383" class="alignnone size-medium wp-image-11883" /></p><p>The primary application for this software is presentations. It can however be useful as a pdf reader as well especially for users who prefer to read page by page without scrolling.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2009/04/pdf_presentation_software-500x384.jpg" alt="pdf presentation software" title="pdf presentation software" width="500" height="384" class="alignnone size-medium wp-image-11884" /></p><p>There has not been any progress in development for the last six months which could mean that the project was temporarily or permanently halted. It does however work fine in its current stage but could use some usability additions like a graphical user interface to make things easier for the user.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/04/10/pdf-presentation-software-impressive/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Edit PDF Properties</title><link>http://www.ghacks.net/2009/03/30/edit-pdf-properties/</link> <comments>http://www.ghacks.net/2009/03/30/edit-pdf-properties/#comments</comments> <pubDate>Sun, 29 Mar 2009 22:17:23 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[join pdf]]></category> <category><![CDATA[merge pdf files]]></category> <category><![CDATA[pdf]]></category> <category><![CDATA[pdf document]]></category> <category><![CDATA[pdf meta edit]]></category> <category><![CDATA[pdf metadata]]></category> <category><![CDATA[pdf software]]></category> <category><![CDATA[windows software]]></category> <category><![CDATA[windows-explorer]]></category> <guid
isPermaLink="false">http://www.ghacks.net/2009/03/30/edit-pdf-properties/</guid> <description><![CDATA[Each pdf document contains metadata that lists the document title, document author, keyword, software the document has been created with or the date of the creation among other things. These information are usually generated automatically in the pdf editor that was used to create or modify the pdf document. These pdf editors usually contain the [...]]]></description> <content:encoded><![CDATA[<p>Each pdf document contains metadata that lists the document title, document author, keyword, software the document has been created with or the date of the creation among other things. These information are usually generated automatically in the pdf editor that was used to create or modify the pdf document.</p><p>These pdf editors usually contain the means to modify the pdf metadata but there are cases where other means of editing might be more comfortable or appropriate. One scenario might be the need to edit the pdf metadata using a computer without the appropriate pdf editor, another speed.</p><p><a
href="http://www.debenu.com/quick-pdf-tools/index.php">Quick PDF Tools</a> (via <a
href="http://www.nirmaltv.com/2009/03/29/edit-and-merge-pdf-documents/">Life Rocks</a>)is a free computer software that adds entries to the context menu of Windows Explorer. Those entries allow the user to modify pdf documents on the fly. They can be used to edit certain pdf metadata entries in a window right on the Windows desktop. It is possible to edit the title, author, keywords and subject metadata entries.</p><p><span
id="more-11536"></span><img
src="http://www.ghacks.net/wp-content/uploads/2009/03/pdf_edit.jpg" alt="pdf edit" title="pdf edit" width="437" height="301" class="alignnone size-full wp-image-11535" /></p><p>That is not all however as the software can also be used to add or remove open passwords, edit the initial view, merge selected pdf documents, convert selected images into pdf document format or to remove the bookmarks of the selected pdf documents.</p><p>Quick PDF Tools is a pdf editing software program compatible with both the Windows XP and Windows Vista operating system. The download of the program installer has a size of less than 1 Megabyte.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/03/30/edit-pdf-properties/feed/</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>PDF Creator</title><link>http://www.ghacks.net/2009/02/04/pdf-creator/</link> <comments>http://www.ghacks.net/2009/02/04/pdf-creator/#comments</comments> <pubDate>Wed, 04 Feb 2009 21:33:49 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[adobe pdf]]></category> <category><![CDATA[ghostscript]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[pdf]]></category> <category><![CDATA[pdf creator]]></category> <category><![CDATA[pdf document]]></category> <category><![CDATA[pdf printer]]></category> <category><![CDATA[pdf server]]></category> <category><![CDATA[virtual printer]]></category> <category><![CDATA[windows software]]></category> <guid
isPermaLink="false">http://www.ghacks.net/2009/02/04/pdf-creator/</guid> <description><![CDATA[PDF Creator is an Open Source software program to create pdf documents by adding itself as a virtual printer that can be used to send and convert documents into the pdf format. The virtual printer has the advantage that PDF Creator can be used by virtually any application that can access printers in the Windows [...]]]></description> <content:encoded><![CDATA[<p>PDF Creator is an Open Source software program to <a
href="http://www.pdfforge.org/pdfcreator">create</a> pdf documents by adding itself as a virtual printer that can be used to send and convert documents into the pdf format. The virtual printer has the advantage that PDF Creator can be used by virtually any application that can access printers in the Windows operating system.</p><p>PDF Creator is compatible with most Windows operating systems including the beta of Windows 7. The application makes use of Ghostscript to provide the pdf functionality. The pdf software generator comes with a few additional features that makes it interesting. It can created PDF/A documents, create encrypted pdf documents and merge multiple documents into one pdf document.</p><p>PDF Creator can also create different file formats like PNG, JPG, TIFF, BMP, PCX, PS, EPS. Another interesting option is to install the PDF Creator application to run on terminal servers.</p><p><span
id="more-10343"></span></p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/02/04/pdf-creator/feed/</wfw:commentRss> <slash:comments>12</slash:comments> </item> <item><title>PDF Meta Edit</title><link>http://www.ghacks.net/2008/10/07/pdf-meta-edit/</link> <comments>http://www.ghacks.net/2008/10/07/pdf-meta-edit/#comments</comments> <pubDate>Tue, 07 Oct 2008 13:11:58 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[adobe pdf]]></category> <category><![CDATA[editing pdf documents]]></category> <category><![CDATA[pdf document]]></category> <category><![CDATA[pdf edit]]></category> <category><![CDATA[pdf meta edit]]></category> <category><![CDATA[portable software]]></category> <category><![CDATA[privacy]]></category> <category><![CDATA[windows software]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=6906</guid> <description><![CDATA[Like Microsoft Office documents Adobe PDF documents contain meta information that can sometimes reveal information that the author does not want to be accessible by readers. Meta information such as the author name, the application the PDF document was created with or PDF file creation dates are easily accessible by anyone analyzing the document closely. [...]]]></description> <content:encoded><![CDATA[<p>Like Microsoft Office documents Adobe PDF documents contain meta information that can sometimes reveal information that the author does not want to be accessible by readers. Meta information such as the author name, the application the PDF document was created with or PDF file creation dates are easily accessible by anyone analyzing the document closely.</p><p>PDF Meta Edit (the complete name is <a
href="http://www.becyhome.de/becypdfmetaedit/description_eng.htm">BeCyPDFMetaEdit</a>) is a software program for Windows that provides not only means to view the PDF document meta information but also means to edit them. The application can be downloaded as a portable version or one that needs to be installed on the computer system.</p><p>Functionality is the same and the software program opens the file browser immediately after starting the application. After loading one pdf document from the computer it will display the meta information in the first of eight tabs.</p><p><span
id="more-6906"></span>The program displays the title, author, keywords, subject, software that was used to create the pdf document, file creation and modification dates and copyright notices in that tab. Each of the information can be edited individually. The Clear All Fields button alternatively clears all information at once from the PDF document.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2008/10/pdf_meta_edit-500x371.jpg" alt="pdf meta edit" title="pdf meta edit" width="500" height="371" class="alignnone size-medium wp-image-7461" /></p><p>PDF documents use XMP metadata in addition to the one that is displayed directly. If the document&#8217;s meta data is edited by the user he should also make sure that the XMP metadata is deleted to avoid conflicts.</p><p>The six remaining tabs contain additional information about the document. The Viewer Preference tab for instance defines the page and layout of the document while the Bookmark&#8217;s tab lists available bookmarks.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2008/10/07/pdf-meta-edit/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> </channel> </rss>
