I want to email the HTML from the print preview.  The general thinking is create a print preview, then add an "Email" button which grabs the HTML from the print preview and sends it as a string to the server for emailing.  
Sound reasonable?
I actually found my answer, but in case anyone else needs this (or has feedback on the approach)
	
							
						
					Sound reasonable?
I actually found my answer, but in case anyone else needs this (or has feedback on the approach)
Code:
	
	Canvas.getPrintHTML()

Comment