Skip to content

Instantly share code, notes, and snippets.

@toanshulverma
Created December 1, 2018 22:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save toanshulverma/82d5ea6942e79298f60ed6060407bbc2 to your computer and use it in GitHub Desktop.
Save toanshulverma/82d5ea6942e79298f60ed6060407bbc2 to your computer and use it in GitHub Desktop.
Generate PDF Within Lightning Experience
<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