Rank: Member Groups: Member
Joined: 6/4/2012 Posts: 13
|
I have two aspx pages. How I can generate them in a single pdf file? I am using ASPXToPDF1.RenderAsPDF ();
Thanks.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi,
ASPXToPDF convert the current page, the current page is a single page by definition. So if you want to use ASPXToPDF, you need to merge those two pages into a single page.
Thanks!
|