Skip to main content

Posts

Showing posts with the label how to add save as pdf button in website or blog

Add Print as PDF Button in Your Blog!

Sometimes your blog or website reader may wanna save the post as PDF. Or they may want to print it. And there are many free tools to add Save as PDF button. But the problem is that, most of the free tools doesn't allow you to remove the background images of your site. I mean this is not print friendly. As a result whole web page is saved. And this is very irritating.  Today I'm sharing a code that is free from this problem. It allows you to save only the text with related image. Let's try this-  Sign in into your blog. Then go to design. From the left panel, hit on the Layout button. Now click on Add a Gadget. Choose HTML/ JavaScript. Now copy and paste the following code into the Content Box. Save the gadget and view your blog to see the change!  <script src="http://cdn.printfriendly.com/printfriendly.js" type="text/javascript"></script><script type="text/javascript">document.doAT = function(cl){...