Rank: Newbie Groups: Member
Joined: 6/3/2013 Posts: 6
|
I am using ASPXToPDF to convert from ASPX to PDF and it works fine. Is there any way I can save it as PDF Image only - Not as TXT or Word or Excel? Let me know, Thanks
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi, You will need to set this property to true to get the page images: http://www.essentialobjects.com/doc/4/eo.pdf.htmltopdfoptions.generatepageimages.aspxOnce you have an array of images, you can use PDF creator interface to generate a PDF file with images. You can find more information about this here: http://www.essentialobjects.com/doc/4/acm/advanced%20formatting/image.aspxThanks!
|