Skip to main content

Add 'Save as PDF' Button to your Websites and Blog Pages

Want site visitors to print or download your blog posts as PDF documents ?

PDF Online, the free PDF conversion service that helps you create PDF files of your Microsoft Office documents, has released a new online tool for converting HTML web pages to PDFs.

Here's how the new service works - bloggers add a small Javascript snippet in the blog templates, visitors can click the "Save Page as PDF" button and the current web page will be rendered as a PDF document.

Though the "SavePagesAsPDF" service is in closed beta, you can still give it a try as show below:
<script type="text/javascript"> 
function savePageAsPDF() { 
   var pURL = "http://savepageaspdf.pdfonline.com/pdfonline/pdfonline.asp?cURL=" + escape(document.location.href); 
  window.open(pURL, "PDFOnline", "scrollbars=yes, resizable=yes,width=640, height=480,menubar,toolbar,location");
</script>
<a href="javascript:savePageAsPDF()">Save Page As PDF</a>

When the SavePageAsPDF service goes live officially, you will be able to track all the PDF conversion activities on your website helping you visualize the most popular content  on your blog.

This will be in direct competition with HP Print Widget that also allow printing blog posts and RSS feeds as PDF documents.

Related: CSS for Printer Friendly Web Pages

Update: You can directly embed the URLs in your blog posts without using any javascript. Use the following values for cURL instead of encodeURIComponent(document.location.href)

Classic Blogger - <$BlogItemPermalinkURL$>
Blogger XML Template - data:post.url
WordPress - <?php the_permalink();?>

Popular posts from this blog

How to Download Contacts from Facebook To Outlook Address Book

Facebook users are not too pleased with the "walled garden" approach of Facebook. The reason is simple - while you can easily import your Outlook address book and GMail contacts into Facebook, the reverse path is closed. There's no "official" way to export your Facebook friends email addresses or contact phone numbers out as a CSV file so that you can sync the contacts data with Outlook, GMail or your BlackBerry. Some third-party Facebook hacks like "Facebook Sync" (for Mac) and "Facebook Downloader" (for Windows) did allow you to download your Facebook friends' names, emails, mobile phone number and profile photo to the desktop but they were quickly removed for violation of Facebook Terms of Use. How to Download Contacts from Facebook There are still some options to take Friends data outside the walls of Facebook wall. Facebook offers the Takeout option allowing you to download all Facebook data locally to the disk (include

Digital Inspiration

Digital Inspiration is a popular tech blog by  Amit Agarwal . Our popular Google Scripts include  Gmail Mail Merge  (send personalized emails with Gmail ),  Document Studio (generate PDFs from Google Forms ) and   File Upload Forms ( receive files  in Google Drive). Also see  Reverse Image Mobile Search , Online Speech Recognition and Website Screenshots , the most useful websites on the Internet.

PhishTank Detects Phishing Websites by Digg Style Voting

OpenDNS, a free service that helps anyone surf the Internet faster with a simple DNS tweak , will announce PhishTank today. PhishTank is a free public database of phishing URLs where anyone can submit their phishes via email or through the website. The submissions are verified by the other community members who then vote for the suspected site. This is such a neat idea as sites can be categorized just based on user feedback without even having to manually verify each and every submission. PhishTank employs the "feedback loop" mechanism where users will be kept updated with the status' of the phish they submit either via email alerts or a personal RSS feed . Naturally, once the PhishTank databases grows, other sites can harness the data using open APIs which will remain free. OpenDNS would also use this data to improve their existing phishing detection algorithms which are already very impressive and efficient. PhishTank | PhishTank Blog [Thanks Allison] Related: Google