Skip to content

Instantly share code, notes, and snippets.

@aptkdev
Last active June 27, 2019 15:55
Show Gist options
  • Save aptkdev/e1015074e16958995abc5f1794d34c75 to your computer and use it in GitHub Desktop.
Save aptkdev/e1015074e16958995abc5f1794d34c75 to your computer and use it in GitHub Desktop.
Document Generation 5
<apex:page standardController="Account" renderAs="PDF">
<h1 style="font-size: 70px; color: #009900">Hello {!record.Id}!</h1>
</apex:page>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment