Help Center » Blogging

Small Save as PDF Button Shown on This Blog

(4 posts)
  • Started 10 months ago by lifechanges
  • Latest reply from amit
  1. Hi there!

    I am so happy that I found this blog and message board!

    I wondered if someone could help me out...

    I want to add the Save as PDF feature to my blog but do not want to use the big button that is standard.

    I would like to use the small icon that I see on this same blog at the end of the posts.

    Where do I find the code for that? I would really appreciate any help you could give me!

    Thank you and I hope all is well.

    Sincerely,

    ~Julie Phineas~

    Posted 10 months ago #
  2. anurag
    Member

    Julie - Is your blog on MySpace, WordPress or Blogger ?

    Posted 10 months ago #
  3. Hi Amit and thank you for your help! To answer your question my blogs are on Blogger. Thank you so much I look forward to your reply.

    Sincerely,

    ~Julie Phineas~

    Posted 10 months ago #
  4. anurag
    Member

    Place the following code anywhere in your blog template:

    <script type = "text/javascript">
    function savePageAsPDF()
    {
    var pURL = "http://savepageaspdf.pdfonline.com/pdfonline/pdfonline.asp?cURL=" + escape(document.location.href);
    window.open(pURL, "PDFOnline", "scrollbars=yes, resizable=yes, width=640,height=480,menubar, toolbar,location");
    }
    document.write('<a href="javascript:savePageAsPDF()">Print to PDF</a>');
    </script>

    Also read this - Add Save as PDF to Blogs

    Posted 10 months ago #

RSS feed for this topic

Reply

You must log in to post.