Last active
June 27, 2019 15:29
-
-
Save aptkdev/f363505d12c1de48933e5b48784e47ea to your computer and use it in GitHub Desktop.
Document Generation Step 2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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