August 13, 2011

How To Add “Save Page as PDF” button to Blogger blog


Hey! here is the other important gadget for blogs. many blog reader download your useful post to his/her blog. so this is very hard work. but this gadget help you download posts using pdf file type. this gadget us provided us a site. site name is web2pdf.com this tool is very useful for blog readers. steps are below. i hope you really like this site and post. so add your comments here and share this post with your friends.we will meet again in next post,thank you!












1.First Sign up with Web2PDF

2.Now Configure your "Save Page as PDF" button and click "Generate the JavaScript" button.

3.Then a Javascript code will be generated. Copy This code.

Now follow these simple steps :

1.Log in to your dashboard--> Design -> Edit HTML

2. Click on "Expand Widget Templates"

3. Scroll down to where you see this: <data:post.body/> tag:


4. Immediately after above line, paste the code which you have generated at the Web2Pdf Online website. It's look like below code:


<!-- START: PDF Online Script -->
<script type="text/javascript">
var authorId = "XXXXXXXX-XXXX-XXXX-XXX-XXXXXXX";
var pageOrientation = "0";
var topMargin = "0.5";
var bottomMargin = "0.5";
var leftMargin = "0.5";
var rightMargin = "0.5";
</script>
<script type="text/javascript" src="http://web2.pdfonline.com/pdfonline/pdfonline.js">
</script>
<!-- END: PDF Online Script -->



5. Click on "Save Templates" and Refresh your site.

No comments:

Post a Comment