This How-To is all about generating a PDF from within a Salesforce object.

Ever wanted to generate a PDF from a Salesforce object? This How-To will demonstrate how to build a quick Visualforce page that does exactly that. It uses merge fields to pull data from a specific record and the resulting PDF is launched via a ‘Generate PDF’ button.

Here are the resources for the project:

Visualforce Markup

Enjoy!