Post moved here

Wordpress pluginHello, this is my brand new wordpress plugin, it is still in a beta version, so use it at your own risk.

What does it do? It converts all your posts in a pdf document, you don’t need any particular application installed on your server or php extention, all you need (is love) is the plugin unzipped in your plugin directory and then activated in Plugin tab!

Only a small subset of html tag are supported by this plugin now, and in some cases it doesn’t render the document in a very good shape, but as i said, it is a beta…

Tags currently supported are

img, a, b, i, li, ol, code, em, pre,  strong, font, h1, h2, h3, h4, br

and images are restricted to jpg and png, so don’t expect too much, please.

This plugin is based on a pdf conversion class written by me and built on fpdf library.

As soon as possible i will post also the pdf class and so you can read more about it and more about customization, at this moment no customizations are avaiilable for the plugin.

Installation:

  1. Upload to your plugins folder, usually `wp-content/plugins/`
  2. Activate the plugin on the plugin screen
  3. For better results, if you use accented character like “à,é,è,ì,ò,ù” please set your wordpress encoding to ISO-8859-1 in Option/Reading menu.

Ver: 0.1.2
State: beta
Latest update: 07 january 2007

Here you can dowload the zip version of Post2Pdf plugin .
Here you can dowload the gzip version of Post2Pdf plugin .

Update history:

– 07 january 2007 –
You can now exclude the plugin in a post or in a page simply including this tag in the text: <!–post2pdf_exclude–> (the string it’s without spaces)

– 20 december 2006 –
Small bug resolved, image support improved.

Post moved here