V vaidas gudas Aug 25, 2004 #1 How to make in ASP.NET with VB.NET page, how show preview html page for print in pdf format
J Janaka Aug 25, 2004 #2 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.
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.
V vaidas gudas Aug 25, 2004 #3 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. Click to expand...
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. Click to expand...
L Lau Lei Cheong Aug 25, 2004 #4 An alternative would be use WebRequest and WebResponse to access the following URL... http://www.adobe.com/products/acrobat/access_simple_form.html And then strip the unwanted parts. Other choices are listed here: http://www.adobe.com/products/acrobat/access_onlinetools.html Enjoys.
An alternative would be use WebRequest and WebResponse to access the following URL... http://www.adobe.com/products/acrobat/access_simple_form.html And then strip the unwanted parts. Other choices are listed here: http://www.adobe.com/products/acrobat/access_onlinetools.html Enjoys.