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

Learn to Create a Firefox Search Plugin in Less Than 2 Minutes

Almost every blog has a site search form where you just type in the search query and press enter to digg through the archives of that blog . The only drawback here is that you first have to visit the site homepage to locate the search box. And there's also a possibility that the site has no search form at all. This tutorial will show you a very simple Firefox hack that allows you to search any blog straight from the Firefox search bar without having to visit the actual blog . And there's something for IE users as well. Related: Firefox Search Bar Hacks First the not-so-good approach though it works with IE: Type the following query in the Google IE toolbar or in the Firefox Search Box with Google selected as the default engine: site:labnol.blogspot.com adobe captivate This query will retrieve all documents about Adobe Captivate on Digital Inspiration. You can replace labnol.blogspot.com with any site URL that you intend to search. You may have know the above trick already but i

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.