News Feed
Jobs Feed
Sections




News Archive
Perplexed Labs:
Convert HTML to PDF in PHP (libwkhtmltox extension)
September 16, 2010 @ 11:14:29

On the Perplexed Labs blog today Matt has this new post looking at a common issue developers face when they're trying to make their site easier for users to get their information off a site and onto their local machines - converting HTML over to PHP (using wkhtmltopdf).

Often this involves using somewhat cryptic output primitives and creating the PDF by hand. Wouldn't it be nice if there were a way to re-use all that beautiful HTML, CSS, and maybe even Javascript that you already wrote? Well, there is. It's called wkhtmltopdf. Normally a command line utility, with the release of 0.10.0_beta5 antialize included a simple C API to be able to build bindings in other popular languages.

How does this relate to PHP? Well, he's created an extension specifically to hook PHP into the tool and make calls like "wkhtmltopdf_convert" with the output type and page to convert as parameters and a PDF filename to push it out to.

0 comments voice your opinion now!
wkhtmltopdf extension convert html pdf


blog comments powered by Disqus

Similar Posts

Marcus Bointon's Blog: Compiling wkhtmltopdf on Mac OS X 10.7 Lion

PHPBuilder.com: Securing Data Sent Via GET Requests

Derick Rethans' Blog: Starting Xdebug's debugger with Firefox

DevShed: Invoice Management in a PHP Invoicing System

Developer Tutorials Blog: Designing and Coding a Wordpress Theme From Scratch


Community Events











Don't see your event here?
Let us know!


functional database development opinion rest conference podcast introduction phpunit interview language symfony2 community testing symfony usergroup zendframework2 series framework release

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework