Web2PDF Online

Web2PDF Online is a free online coversion service that allows your visitors to save useful content from your site or blogs to PDF files. I saw the Save As PDF icon while I was visiting Digital Inspiration blog.

I signed up and implemented the script given by Web2PDF in my blog. When I clicked this icon, new window come up and created a pdf file version for me. The reasons why I like this service are that it outputs the actual printable view of the web page (For example, If your blog or site has “print” css, it will automatically create a pdf file same as like your print view created by browser.) and it reports you that how many pages they converted to pdf version for your visitors in real time status. Now, my blog is available for both print and pdf version.) How cool!

If you don’t like the icon created by script or if you don’t like to put javascript in your blog. Here some tricks for you.

Tip for Web2PDF Online

Login to your account after you signed up. Grab authorid from script after you click Generate the Javascript. AuthorID will look something like this 22AF4CEA-ACDD-4C5F-8580-92464E0619BF

Url to print your post :

http://savepageaspdf.pdfonline.com/pdfonline/pdfonline.asp?
cURL=your_post_url&author_id=your_author_id

Code for Wordpress User

<a href=”http://savepageaspdf.pdfonline.com/pdfonline/pdfonline.asp?cURL=<?php the_permalink() ;?>&author_id=22AF4CEA-ACDD-4C5F-8580-92464E0619BF” title=”Get PDF version for this post (provided by Web2PDF Online)”>PDF version</a>

Code for Blogger/Blogspot User

<a href=”http://savepageaspdf.pdfonline.com/pdfonline/pdfonline.asp?
cURL=<data:post.url/>
&author_id=22AF4CEA-ACDD-4C5F-8580-92464E0619BF” title=”Get PDF version for this post (provided by Web2PDF Online)”>PDF version</a>

change with your id in author_id

Web2PDF Online and Sign up for Web2PDF Online

Related Post