i am retrieving textual data from database on my page , asp.net(c#), now i want to save in pdf format and want to store that pdf file on my server(localhost)

so how ?

Recommended Answers

All 2 Replies

Have a look at ABCpdf and PDFSharp also.

While iTextsharp is ok for .net, it's basically a port of the iText Java library. You'll find stuff like the official documentation, iText in Action, doesn't cater for .NET languages - example code is written essentially for Java developers.

Also iText got AGPL'd, so it might not be so free depending on what you want to do with it.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.