Saving aspx/html content as pdf file
Brought to you by:
otto_mayer
The question is in ASP.NET field.
- How I can save the content of the html/aspx page
that commonly shows my build PDF document as file?
It;s clearly that I cannot use the Report.ViewPDF
method because of it uses the registry.
Should I override REsponsePDF method?
Thank you in advance.
Boris
Logged In: YES
user_id=336047
Hi Boris
Report.NET cannot directly convert aspx/html pages to PDF
documents. There is a aspx sample in the latest version of
the Report.NET library, that uses the ResponsePDF method.
Regards
Otto Mayer