Make your post available for PDF version with Web2PDF Online

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

19 Responses

  • Hey that seems to be a cool tool. Will be a great way to keep an offline copy! Thanks for the info!

    Shankar Ganesh on July 30, 2007
  • Actually thats a very useful feature but i wonder how many more of these small buttons will we have to insert in our blog posts lol

    Ehsan on July 31, 2007
  • This is really a cool tool especially if your blog has lot of tutorials.

    Nirmal on July 31, 2007
  • Hi I added this code:

    [ Codes …. ]

    But when I click on Save as PDF it becomes this link:

    [ Codes ….]

    Why it is becoming reverse??

    Ajay M on August 2, 2007
    • hi i’m unabel to save dis page some do it 4 me

      enoch eskimoprof on March 16, 2013
  • Shankar Ganesh
    You’re welcome
    Ken
    Thanks for backlink
    Ehsan
    Anyway, Thanks your for visiting and leaving comment.
    Nirmal
    Sure, Nirmal.
    Ajay
    I’ve mailed to you ;)

    Myo Kyaw Htun on August 2, 2007
  • That’s great, but tell me, do I just drop the code beneath the post in the WordPress editor, and then place an image tag between the link attributes, or can I implement this into my theme code and have it done automatically?

    Jé Maverick on August 10, 2007
  • Jé Maverick

    Thanks for giving time to visit and leaving comment.

    First register in web2PDF , get the author_id code. And then copy the code from “wordpress user” in my post. Go to your theme editor. Get into both index.php and single.php . Look for an appropriate position where your visitor can easily notice. And paste the code.
    (For example: I put the code next to Comment RSS link.)

    Get the code from here if you use WordPress
    http://www.myokyawhtun.com/uploads/wp_web2pdf.txt

    this is for blogger (blogspot user)
    http://www.myokyawhtun.com/uploads/blogger_web2pdf.txt

    Myo Kyaw Htun on August 10, 2007
  • Thanks for the prompt reply, and all of the info, and also for the pownce invite! There is one thing though, is there any way to configure it so that the comments are not printed as well as the sidebars and blogrolls?

    See it in action here: Pdf Functionality testing

    Any ideas? =)

    on August 10, 2007
  • 18/9/2007 12:15 pm

    nigelfernandes on September 18, 2007
  • Thank you for sharing!

    Wahoo on October 7, 2007
  • this is a cool tool… thanks for ur service

    gowri on October 23, 2007
  • I have tweaked it so that only the blog post is printed in PDF. It makes it clutter free from all sidebars, headers, footers, comments, ads .etc. so that pages and ink is saved as well as file size of PDF is small.

    Rupesh on December 5, 2007
  • Can someone make a bookmarklet savePageAsPDF

    nele on January 25, 2009
  • thx so mut
    bring into indojazz.net with web2pdfonline.com
    gracias

    indojazz.net on January 26, 2009
  • hi, when i add the javascript button in my page and save as pdf, it adds the button in the pdf. how can i get rid of the button when its saved as pdf?

    Bilal on February 13, 2009
  • Hi.
    PDF is saved, it contains the post and other stuff from the blog page. However, if the reader after time retrieves this PDF file he/she would not know where the PDF is coming from, I mean from which site (beause no URL is available in the PDF, unless specifically I include in the text body of the post the URL of my site). Could that be fixed somehow?

    Carmao on May 10, 2009
  • look at site

    graphicsbg on July 2, 2009