How do I open an aspx file in pdf?
Answer / Krishna Gopal Kanaujia
It is not possible to directly convert an .aspx file into a PDF. You can export the content of an .aspx page to HTML, CSS, and JavaScript files and then use a tool like wkhtmltopdf to convert the HTML to a PDF.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to include active x controls in asp code?
Which choice is NOT a property of Dictionary Object? A. Key() B. CompareMode C. Item () D. Exists () E. Count
Explain the different types of session state management options available with asp.net?
Name the collections of session object?
What is Server Object?
why many web.config files are used in are project
Should user input data validation occur server-side or client-side?
What is asp model?
what is normalisation
In how many ways you can track the Session?
What are the stored procedure and why they are needed?
What are the attributes of the <form> tags?