With a business license you can put a link on your website that lets vistors save your web pages as PDF with a single click. It literally takes only two minutes for you to implement and offers great flexibility and power! All you need to do is put the following link on your web pages.
<a href="http://pdfmyurl.com/saveaspdf">Save this page as PDF</a>
You can also let your visitors download other pages of your website easily by using the url parameter.
<a href="http://pdfmyurl.com/saveaspdf?url=http://pdfmyurl.com/faq">Download the FAQ page as PDF</a>
You can easily control the layout of the PDF by setting defaults in our members area. You can also control the layout of the PDF by adding parameters to the URL from the following table as well as all parameters that are used in our API.
Parameter | Description |
---|---|
url | The page on your website, which you want to convert. If you don't specify this, then we convert the page that the link is on. Note that you must encode the URL to make sure it's used correctly. This site can help you do so. |
page_size | PDF page format such as A3, A4 etc. You can find a full list of allowed values here |
orientation | PDF page orientation, either portrait or landscape |
width | Width of the PDF, in case you don't specify a standard page size |
height | Height of the PDF, in case you don't specify a standard page size. If you specify a width, but no height, then we convert your page to one long single page PDF! |
top | Top margin in unit |
bottom | Bottom margin in unit |
left | Left margin in unit |
margin | Margin margin in unit |
unit | Unit for page sizing and margins, can be mm, in or pt. Default is mm |
header | Header with markup, page number etc, see the header and footer documentation for more information |
footer | Footer with markup, page number etc, see the header and footer documentation for more information |
content | Controls which content of the page you want to convert or exclude. See part of page conversion for more info. |
css_media_type | Set to print if you want to use the print friendly version of your web page |
filename | Set the filename for the PDF |
title | Set the title for the PDF |
inline | Display the PDF inline in the browser instead of as popup to save |
If you acquired a business license and you want to use this functionality, then you need to be aware of the following things:
These links show how it works.
Turn this page into a single page PDF!
Show the PDF inline and without margins!
You can get an "in progress message" while the PDF is generated.
This button does this by using our API.