How to show page in the pdf format

  • Thread starter Thread starter vaidas gudas
  • Start date Start date
V

vaidas gudas

How to make in ASP.NET with VB.NET page, how show preview html page for
print in pdf format
 
Unfortunately you cannot just change the content type from html to PDF and
have the browser display it as a PDF document.

PDF is a proprietary format from Adobe and you must use a third party
converter to accomplish this properly.
 
Can you say few third party converter

Janaka said:
Unfortunately you cannot just change the content type from html to PDF and
have the browser display it as a PDF document.

PDF is a proprietary format from Adobe and you must use a third party
converter to accomplish this properly.
 
Back
Top