Skip to content

Instantly share code, notes, and snippets.

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