<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/tags/pdf</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sat, 25 May 2013 12:13:24 GMT</pubDate>
<item>
<title>(Bash) Convert ePub to PDF in Linux command line - chema_ar</title>
<link>http://snipplr.com/view/70884/convert-epub-to-pdf-in-linux-command-line/</link>
<description><![CDATA[ <p>This script enables the conversion of the HTML files available in the ePub format in only one  PDF file</p> ]]></description>
<pubDate>Mon, 22 Apr 2013 23:17:59 GMT</pubDate>
<guid>http://snipplr.com/view/70884/convert-epub-to-pdf-in-linux-command-line/</guid>
</item>
<item>
<title>(Java) Get a pdf signature with iTExt 5.3 - alexedy</title>
<link>http://snipplr.com/view/66452/get-a-pdf-signature-with-itext-53/</link>
<description><![CDATA[ <p>This is a code snippet that retrieves the signatures from a pdf document and the reason for them. It does that in approximately 200ms for one signature.</p> ]]></description>
<pubDate>Wed, 01 Aug 2012 15:53:29 GMT</pubDate>
<guid>http://snipplr.com/view/66452/get-a-pdf-signature-with-itext-53/</guid>
</item>
<item>
<title>(PHP) AlivePDF download and save to server - vamapaull</title>
<link>http://snipplr.com/view/63604/alivepdf-download-and-save-to-server/</link>
<description><![CDATA[ <p>This PHP code is made to help people using the ActionScript 3 AlivePDF library to save PDF files from a Flash app to a server.

ActionScript 3 AlivePDF save code:
_pdf.save(Method.REMOTE, "save.php", Download.ATTACHMENT, "MyFile.pdf");</p> ]]></description>
<pubDate>Mon, 27 Feb 2012 22:34:11 GMT</pubDate>
<guid>http://snipplr.com/view/63604/alivepdf-download-and-save-to-server/</guid>
</item>
<item>
<title>(PHP) convert html to pdf with html2ps - kspal</title>
<link>http://snipplr.com/view/58562/convert-html-to-pdf-with-html2ps/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 09 Sep 2011 23:00:42 GMT</pubDate>
<guid>http://snipplr.com/view/58562/convert-html-to-pdf-with-html2ps/</guid>
</item>
<item>
<title>(Windows PowerShell) Get All PDF links from HTML files - danfsmith</title>
<link>http://snipplr.com/view/58143/get-all-pdf-links-from-html-files/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 25 Aug 2011 00:15:03 GMT</pubDate>
<guid>http://snipplr.com/view/58143/get-all-pdf-links-from-html-files/</guid>
</item>
<item>
<title>(Other) GA - Track Download of File - silentpro</title>
<link>http://snipplr.com/view/58067/ga--track-download-of-file/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 21 Aug 2011 13:36:00 GMT</pubDate>
<guid>http://snipplr.com/view/58067/ga--track-download-of-file/</guid>
</item>
<item>
<title>(HTML) Embed PDF in Google Docs - xcsteve99</title>
<link>http://snipplr.com/view/57018/embed-pdf-in-google-docs/</link>
<description><![CDATA[ <p>replace your url with the "infolab.stanford.edu..."</p> ]]></description>
<pubDate>Fri, 22 Jul 2011 05:31:20 GMT</pubDate>
<guid>http://snipplr.com/view/57018/embed-pdf-in-google-docs/</guid>
</item>
<item>
<title>(Bash) PDFLIB PECL - apro2000</title>
<link>http://snipplr.com/view/56281/pdflib-pecl/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 08 Jul 2011 04:53:14 GMT</pubDate>
<guid>http://snipplr.com/view/56281/pdflib-pecl/</guid>
</item>
<item>
<title>(ASP) Kentico - Force download of PDF - inreflection7</title>
<link>http://snipplr.com/view/54975/kentico--force-download-of-pdf/</link>
<description><![CDATA[ <p>"This was a requirement that the client had because there were differences in how various browsers were displaying the same PDFs. By setting the "Content-Disposition" header to "attachment" it forces the user to download the file. I thought this was kind of cool, so I thought I'd share it. This is how I implemented it for Kentico's GetFile handler."</p> ]]></description>
<pubDate>Wed, 08 Jun 2011 02:08:36 GMT</pubDate>
<guid>http://snipplr.com/view/54975/kentico--force-download-of-pdf/</guid>
</item>
<item>
<title>(VB.NET) How to Print in ASP.NET 2.0 - derebus</title>
<link>http://snipplr.com/view/54466/how-to-print-in-aspnet-20/</link>
<description><![CDATA[ <p>how to print controls in ASP.NET 2.0 using both server side code and javascript.</p> ]]></description>
<pubDate>Fri, 27 May 2011 07:38:46 GMT</pubDate>
<guid>http://snipplr.com/view/54466/how-to-print-in-aspnet-20/</guid>
</item>
<item>
<title>(PHP) PDF2JPG - convert PDF to JPG images with ImageMagick - alessio2</title>
<link>http://snipplr.com/view/48513/pdf2jpg--convert-pdf-to-jpg-images-with-imagemagick/</link>
<description><![CDATA[ <p>#ImageMagick must be installed on server for this operation</p> ]]></description>
<pubDate>Mon, 07 Feb 2011 22:41:49 GMT</pubDate>
<guid>http://snipplr.com/view/48513/pdf2jpg--convert-pdf-to-jpg-images-with-imagemagick/</guid>
</item>
<item>
<title>(Bash) imagemagick conversion pdf-jpg - lafayette</title>
<link>http://snipplr.com/view/46787/imagemagick-conversion-pdfjpg/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 08 Jan 2011 20:54:36 GMT</pubDate>
<guid>http://snipplr.com/view/46787/imagemagick-conversion-pdfjpg/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Generate PDF of Sprite or MovieClip using AlivePDF - adrianparr</title>
<link>http://snipplr.com/view/45819/as3-generate-pdf-of-sprite-or-movieclip-using-alivepdf/</link>
<description><![CDATA[ <p>Note: The width of 540 and height of 790 seems to fit an A4 sheet quite nicely.</p> ]]></description>
<pubDate>Thu, 16 Dec 2010 21:45:19 GMT</pubDate>
<guid>http://snipplr.com/view/45819/as3-generate-pdf-of-sprite-or-movieclip-using-alivepdf/</guid>
</item>
<item>
<title>(Diff) PDF Korean Patch for redmine - allieus</title>
<link>http://snipplr.com/view/45780/pdf-korean-patch-for-redmine/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 15 Dec 2010 19:37:05 GMT</pubDate>
<guid>http://snipplr.com/view/45780/pdf-korean-patch-for-redmine/</guid>
</item>
<item>
<title>(PHP) Save as PDF &amp;amp; Thumb - stamba</title>
<link>http://snipplr.com/view/43877/save-as-pdf--thumb/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 10 Nov 2010 12:19:26 GMT</pubDate>
<guid>http://snipplr.com/view/43877/save-as-pdf--thumb/</guid>
</item>
<item>
<title>(C#) Get properties from a PDF file - poxet</title>
<link>http://snipplr.com/view/43829/get-properties-from-a-pdf-file/</link>
<description><![CDATA[ <p>Provide the PDF document content as a string and it will return the data content of properties like Title or Subject.</p> ]]></description>
<pubDate>Wed, 10 Nov 2010 00:30:27 GMT</pubDate>
<guid>http://snipplr.com/view/43829/get-properties-from-a-pdf-file/</guid>
</item>
<item>
<title>(C#) Get number of pages in a PDF file - poxet</title>
<link>http://snipplr.com/view/43828/get-number-of-pages-in-a-pdf-file/</link>
<description><![CDATA[ <p>Open a PDF document and store the data in a string. Provide that string to this function and it will return the number of pages in the PDF.</p> ]]></description>
<pubDate>Wed, 10 Nov 2010 00:24:09 GMT</pubDate>
<guid>http://snipplr.com/view/43828/get-number-of-pages-in-a-pdf-file/</guid>
</item>
<item>
<title>(jQuery) Auto add a class to link files (pdf,doc,external) - beso</title>
<link>http://snipplr.com/view/43647/auto-add-a-class-to-link-files-pdfdocexternal/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 05 Nov 2010 21:39:15 GMT</pubDate>
<guid>http://snipplr.com/view/43647/auto-add-a-class-to-link-files-pdfdocexternal/</guid>
</item>
<item>
<title>(ActionScript 3) Link to launch pdf file in browser - bradvanspriellgmailcom</title>
<link>http://snipplr.com/view/43530/link-to-launch-pdf-file-in-browser/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 04 Nov 2010 08:32:03 GMT</pubDate>
<guid>http://snipplr.com/view/43530/link-to-launch-pdf-file-in-browser/</guid>
</item>
<item>
<title>(Other) Visualforce and Apex to Populate PDF Forms - Xhitman</title>
<link>http://snipplr.com/view/39294/visualforce-and-apex-to-populate-pdf-forms/</link>
<description><![CDATA[ <p>Credits to Jesse Lorenz
http://wiki.developerforce.com/index.php/Adobe_XFDF</p> ]]></description>
<pubDate>Thu, 19 Aug 2010 13:31:16 GMT</pubDate>
<guid>http://snipplr.com/view/39294/visualforce-and-apex-to-populate-pdf-forms/</guid>
</item>
</channel>
</rss>