blogger logo This is my second post on Devils Workshop (first is here). In this post I am posting about how to can add a “Save as PDF” button to your blog so that  your readers can save your article for offline viewing and for sharing with others.

This is very easy to use hack but still backup your template before doing anything. Refer my previous post, for details about backup procedure.

This hack uses FreePDFConverter service, which is free as suggested by its name.

Steps:

  1. Now go to your blogger dashboard click Edit HTML and then choose expand widget template option.
  2. Then using your browser search feature search for <data:post.body>.
  3. Once you have find it, add the following code after the <data:post.body> tag in your blogger template and hit Save Template button.

Codes:

<script type="text/javascript">
</script>
<script src="http://web2pdf.freepdfconvert.com/pdfbutton.js" type="text/javascript">
</script>

Screenshot:

blogger-template-save-as-pdf-button

(click on image to enlarge it)

If all goes fine, you will see a button like below after your every post.

Enjoy this hack and please feel free to ask your doubts about it.

Related: 5 Best Blogspot Blogger Hacks Everyone Should Use