Created
December 1, 2018 22:43
-
-
Save toanshulverma/82d5ea6942e79298f60ed6060407bbc2 to your computer and use it in GitHub Desktop.
Generate PDF Within Lightning Experience
This file contains 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 showHeader="false" standardController="Account" standardStylesheets="false" renderAs="PDF"> | |
Test Document | |
<img src="http://chart.googleapis.com/chart?cht=bvg&chs=250x150&chd=s:Monkeys&chxt=x,y&chxs=0,ff0000,12,0,lt|1,0000ff,10,1,lt" /> | |
</apex:page> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment