Last active
July 1, 2019 14:33
-
-
Save aptkdev/fa9619d4f9bfeba433eb633bd4f21be8 to your computer and use it in GitHub Desktop.
Document Generation Step 3
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"> | |
<apex:stylesheet value="{!$Resource.myPageStyle}"/> | |
<h1 style="font-size: 70px; color: #009900">Hello World!</h1> | |
</apex:page> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment