10992 : How to print with GTP.NET in ASP.NET ?

Question

How to print with GTP.NET in ASP.NET ?

Answer

To print from the web there are a couple of possibilities:

#1 Just print the page – not very hard nor nice

#2 Print to pdf on the server side and have the user download it… Nice, full control, but more complex and involves external components to handle the pdf part… Use the samples for windows forms that show print to a PrintDocument.

Leave a Reply