=== article2pdf === Contributors: Marc Schieferdecker Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=m_schieferdecker%40hotmail%2ecom&item_name=article2pdf%20wp%20plugin&no_shipping=0&no_note=1&tax=0¤cy_code=EUR&bn=PP%2dDonationsBF&charset=UTF%2d8 Tags: pdf, article, print, printing, post, export Requires at least: 2.5.0 Tested up to: 2.7 Stable tag: 0.17 This plugin let your visitors download an article as PDF file - images, formats and tables included. You can specifiy a PDF template file as well. == Description == Article2pdf will convert any post or page to a pdf file and send it on demand to the browser. The images in the post or page will be included and you can configurate the pdf options via the plugin configuration page. You can also setup a pdf file, that is used as layout template for the generated pdf file. Links and formatings are included as well. Templates and options can be managed from the admin panel. == Installation == Just install the plugin and activate it. Then add the link html code <a href="?article2pdf=1">PDF Version</a> to your theme. I put the html code into the "single.php" and the "page.php" of my theme and it works fine for me. A demo can be found at http://www.das-motorrad-blog.de/meine-wordpress-plugins/ - feel free to test the plugin by selecting a post or a page and then click "PDF Version" in the upper right corner. == Frequently Asked Questions == = Does article2pdf put my images into the pdf file? = Yes, it does if you configure that option in the plugins configuration page. = What configuration options do I have? = * You can set the right/left/top/bottom margins * You can set a pdf file that is used as template for the generated pdf file * You can decide if pictures should be included into the pdf file * You can set the font family, the font size, and the line height = Where I have to store my pdf template files? = You have to store them in /wp-content/plugins/article2pdf/contributed/pdftemplates. Upload the files with your favourite ftp client. Then you can choose your pdf template on the plugin configuration page. = What is the best value for the line height = Half of the font size always will be rewarded with good results. = Will you improve this plugin? = Yes, that's the plan. = I have further suggestions or problems? = Please report in the comments of plugin page in the wordpress plugin directory. = How are the pdf files created = I use the fpdf lib. Have a look at http://www.fpdf.org. = Why is your english so terrible? = I'm from germany, sorry for my bad english.