adamdehaven
adamdehaven

Reputation: 5920

Wordpress - Generate PDF of Post

I have searched all over the web for this, but cannot find the code (preferred) or plugin (not ideal) to do what I'm looking for:

QUESTION

Is there a custom php function I can utilize OR place in my functions.php file, or a Wordpress plugin to use that will automatically generate a PDF of a Wordpress post (single.php only) and link in the post that a user can download?

Alternatively, if anyone knows how to do this just in PHP, that will work as well.

Thanks!

Upvotes: 2

Views: 5506

Answers (3)

Jacta
Jacta

Reputation: 507

You could also consider DOMPDF: http://code.google.com/p/dompdf/

Upvotes: 2

Sam Street
Sam Street

Reputation: 306

Have you considered trying: http://www.fpdf.org/.

Upvotes: 1

james_tookey
james_tookey

Reputation: 905

Try this plugin:

http://wordpress.org/extend/plugins/wp-post-to-pdf/

The Wordpress website has a handy plugins search page - http://wordpress.org/extend/plugins/ :)

Upvotes: 2

Related Questions