Get html of aspx page and convert to pdf including content in scroll
-
How it would be possible to convert the aspx page to a pdf document so that i can print the form.I want all styles to be included with image in the web page. Also the webpage contents are mostly numerous usercontrols with scrolling applied So i want the scroll to be removed..Means the content inside should be obtained fully..Any body know a solution I ve gone through so many pdf generators..like syncfusion,expert pdf etc...
-
How it would be possible to convert the aspx page to a pdf document so that i can print the form.I want all styles to be included with image in the web page. Also the webpage contents are mostly numerous usercontrols with scrolling applied So i want the scroll to be removed..Means the content inside should be obtained fully..Any body know a solution I ve gone through so many pdf generators..like syncfusion,expert pdf etc...
Member 3186365 wrote:
How it would be possible to convert the aspx page to a pdf document so that i can print the form
Why should you convert to PDF for the sake of printing ? Create a separate page and display data without scrolling, use JS function to print the page.
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia How to use google | Ask smart questions
-
Member 3186365 wrote:
How it would be possible to convert the aspx page to a pdf document so that i can print the form
Why should you convert to PDF for the sake of printing ? Create a separate page and display data without scrolling, use JS function to print the page.
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia How to use google | Ask smart questions
coz my client wanted it as report So i have to present him with pdf report of the page..To create report with any report tool is impossible for my situation....
-
How it would be possible to convert the aspx page to a pdf document so that i can print the form.I want all styles to be included with image in the web page. Also the webpage contents are mostly numerous usercontrols with scrolling applied So i want the scroll to be removed..Means the content inside should be obtained fully..Any body know a solution I ve gone through so many pdf generators..like syncfusion,expert pdf etc...
You can search for any PDF generation tool (pdf processing dll) in intenet that can be used to genearted pdf.
Thanks, Arindam D Tewary
-
You can search for any PDF generation tool (pdf processing dll) in intenet that can be used to genearted pdf.
Thanks, Arindam D Tewary
Am already doing that... The Problem comes coz i have lot of usercontrols added dynamically to the aspx page. So all tools are behaving differently..Anyway i vl search for some other solution