Add a "Save as PDF" button to your website

Allow your visitors to download/save your webpages as PDF. To add this functionality to your website, simply add any one of the following links to your webpages.

You can also use your own button graphics if you want. As long as you point your text/image links to the correct URL (http://pdf-ace.com/pdfme), everything will work just fine.

Feel free to contact us if you need any help.

Simple Text Link

Copy/paste the below code to your webpages.

<a href="http://pdf-ace.com/pdfme/" target="_blank">Save as PDF</a>

See below for a preview of how this link will look like:

Save as PDF

Save as PDF Button

Copy/paste the below code to your webpages.

<a href="http://pdf-ace.com/pdfme/" target="_blank"><img src="http://pdf-ace.com/images/buttons/save-as-pdf-1.gif" width="118" height="25" alt="Save as PDF" /></a>

See below for a preview of how this link will look like:

Save as PDF

Save as PDF Button

Copy/paste the below code to your webpages.

<a href="http://pdf-ace.com/pdfme/" target="_blank"><img src="http://pdf-ace.com/images/buttons/save-as-pdf-2.gif" width="120" height="27" alt="Save as PDF" /></a>

See below for a preview of how this link will look like:

Save as PDF

Save as PDF Button

Copy/paste the below code to your webpages.

<a href="http://pdf-ace.com/pdfme" target="_blank"><img src="http://pdf-ace.com/images/buttons/save-as-pdf-3.gif" width="120" height="27" alt="Save as PDF" /></a>

See below for a preview of how this link will look like:

Save as PDF

Download as PDF Button

Copy/paste the below code to your webpages.

<a href="http://pdf-ace.com/pdfme" target="_blank"><img src="http://pdf-ace.com/images/buttons/save-as-pdf-4.gif" width="105" height="19" alt="Download as PDF" /></a>

See below for a preview of how this link will look like:

Download as PDF

Download as PDF Button

Copy/paste the below code to your webpages.

<a href="http://pdf-ace.com/pdfme" target="_blank"><img src="http://pdf-ace.com/images/buttons/save-as-pdf-5.gif" width="105" height="19" alt="Download as PDF" /></a>

See below for a preview of how this link will look like:

Download as PDF

PDF Download Button

Copy/paste the below code to your webpages.

<a href="http://pdf-ace.com/pdfme" target="_blank"><img src="http://pdf-ace.com/images/buttons/save-as-pdf-6.gif" width="46" height="24" alt="Download as PDF" /></a>

See below for a preview of how this link will look like:

Download as PDF

Enable PDF Caching

You can now enable PDF caching for "Save as PDF" buttons and links. Instead of generating a new PDF file for each request, we can serve a cached version.

To enable caching, simply append "1" to http://pdf-ace.com/pdfme/ . See below for example:

<a href="http://pdf-ace.com/pdfme/1/" target="_blank">Save as PDF</a>

The above code will cache a PDF version of your URL for 24 hours by default. You can control the cache period by passing the number of seconds to cache as the second parameter. See below example:

<a href="http://pdf-ace.com/pdfme/1/86400" target="_blank">Save as PDF</a>

To disable caching pass the following link: Don't Cache Me

To clear existing cache use the following link: Clear Cache