View Single Post
Old Apr 14th, 2008, 5:33 AM   #4
lectricpharaoh
Caffeinated Neural Net
 
lectricpharaoh's Avatar
 
Join Date: Jun 2005
Location: Dry west coast of Canada
Posts: 1,010
Rep Power: 5 lectricpharaoh will become famous soon enough
Re: Application to export to an PDF

Quote:
Originally Posted by JunCsharp
Will iTextSharp or a RichTextBox do it?
Im sorry i did not mention it was for ASP.NET
Hmm. You will be able to use iTextSharp without issue, but remember that the document will be generated on the server (of course, you can then serve this to the client). As far as a RichTextBox goes, there's no equivalent for ASP.NET (RichTextBox is a Windows Forms control).

Since it's a web-based application, have you considered simply giving the user HTML output for their report? Since they will be interacting with the app in a browser, they could print or save the content from their browser.
__________________
And once again, Probability proves itself willing to sneak into a back alley and service Drama as would a copper-piece harlot.
- Vaarsuvius, Order of the Stick
lectricpharaoh is offline   Reply With Quote