/visualforcepdf

Create awesome pdf's on salesforce using visualforce

Primary LanguageHTMLGNU General Public License v3.0GPL-3.0

visualforcepdf

Create awesome pdf's on salesforce using visualforce

Brief intro Salesforce PDF generation

  • Salesforce under the hood uses "Flying-Saucer" rendering engine to render the pdf of the fly.

  • Check out more about Flying-Saucer here : It basically supports CSS2.1 and minimal features of CSS3.

  • I would recommend you to go through @Page css properties and this link for a better understanding http://www.antennahouse.com/CSSInfo/CSS-Page-Tutorial-en.pdf

3 Demo Examples are provided

Usage: Download the html files, create a new visualforce page and the source code of the html file.