Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.06 KB

README.md

File metadata and controls

26 lines (17 loc) · 1.06 KB

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.