How do I open an aspx file in pdf?



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

Post New Answer

More ASP Interview Questions

How to include active x controls in asp code?

1 Answers  


Which choice is NOT a property of Dictionary Object? A. Key() B. CompareMode C. Item () D. Exists () E. Count

1 Answers  


Explain the different types of session state management options available with asp.net?

1 Answers  


Name the collections of session object?

1 Answers  


What is Server Object?

2 Answers   NIIT,


why many web.config files are used in are project

1 Answers  


Should user input data validation occur server-side or client-side?

1 Answers  


What is asp model?

1 Answers  


what is normalisation

1 Answers  


In how many ways you can track the Session?

1 Answers  


What are the stored procedure and why they are needed?

1 Answers  


What are the attributes of the <form> tags?

1 Answers  


Categories