How to convert .aspx page to .pdf at runtime  
Author Message
Zena





PostPosted: Thu May 24 13:20:01 CDT 2007 Top

ASP.Net >> How to convert .aspx page to .pdf at runtime Hi,

Is there a way to convert the entire output of a c# asp.net page to PDF
format?

I would like to send the entire web page, formatting, tables and images in
pdf format by email. Actually, I'd like to send something like a printscreen
of the web page.

Is this something possible?

thanks

Steph

Web Programming132  
 
 
Stephane





PostPosted: Thu May 24 13:20:01 CDT 2007 Top

ASP.Net >> How to convert .aspx page to .pdf at runtime Or is it possible to create a PDF from the html document of an URL?

Thanks

Steph

"Stephane" wrote:

> Hi,
>
> Is there a way to convert the entire output of a c# asp.net page to PDF
> format?
>
> I would like to send the entire web page, formatting, tables and images in
> pdf format by email. Actually, I'd like to send something like a printscreen
> of the web page.
>
> Is this something possible?
>
> thanks
>
> Steph
 
 
Juan





PostPosted: Thu May 24 14:01:17 CDT 2007 Top

ASP.Net >> How to convert .aspx page to .pdf at runtime re:
!> is it possible to create a PDF from the html document of an URL?

http://www.google.com/search?hl=en&q=%22aspx+to+pdf%22



Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
"Stephane" <EMail@HideDomain.com> wrote in message
news:EMail@HideDomain.com...
> Or is it possible to create a PDF from the html document of an URL?
>
> Thanks
>
> Steph
>
> "Stephane" wrote:
>
>> Hi,
>>
>> Is there a way to convert the entire output of a c# asp.net page to PDF
>> format?
>>
>> I would like to send the entire web page, formatting, tables and images in
>> pdf format by email. Actually, I'd like to send something like a printscreen
>> of the web page.
>>
>> Is this something possible?
>>
>> thanks
>>
>> Steph


 
 
SL





PostPosted: Thu May 24 16:37:22 CDT 2007 Top

ASP.Net >> How to convert .aspx page to .pdf at runtime Hi,

Hope this link may help you.
http://support.microsoft.com/kb/875447
If you do not want to open it in ur main .aspx page, you can open it in a
new blank page.


"Stephane" wrote:

> Hi,
>
> Is there a way to convert the entire output of a c# asp.net page to PDF
> format?
>
> I would like to send the entire web page, formatting, tables and images in
> pdf format by email. Actually, I'd like to send something like a printscreen
> of the web page.
>
> Is this something possible?
>
> thanks
>
> Steph