How to generate a PDF from a portion of a Wordpress post?

*uur*

New Member
A client of mine has a food blog hosted on WordPress. Each post entry contains some text and a \[code\]div\[/code\] called "recipes" with some more text inside it. They would like to add to this \[code\]div\[/code\] a link that generates a PDF of the recipe, dynamically, for saving or printing, as the user sees fit.I have seen quite a few Wordpress plugins that offer the conversion of entire posts to PDF but not anything that's customizable enough to select a given portion of a post, the way we'd like to.Any suggestions on how to do this? I'm comfortable with PHP, Javascript, CSS but am new to the various PDF libraries.
 
Top