Thursday, August 14, 2008

Web2PDF: ‘Save as PDF’ Button for Your Blog

Web2PDF is free HTML to PDF conversion service for your website. Enable your website/blog readers to instantly print desired articles to PDF files. It also includes a monitoring service that lets publishers keep track of which and how many times articles were printed to PDF.

HTML to PDF converter for the website

Web2PDF ‘HowTo’:

  • 1. Sign up and start with setting the Conversion Options for your “Save page as PDF” button.
  • 2. Choose paper orientation for the printed PDF: Portrait or Landscape.
  • 3. Specify paper margins: in inches (Top, Bottom, Left, Right)
  • 4. Get JavaScript code: Generate JavaScript code and copy & paste it to the place where you want “Save page as PDF” button to appear. Code should be placed within the … tags of the template page.

Go to Web2PDF @ [web2.pdfonline.com]

No comments:

How to Get files from the directory - One more method

 import os import openpyxl # Specify the target folder folder_path = "C:/Your/Target/Folder"  # Replace with the actual path # Cre...