Quicker PDF Generation in .NET
Generating PDF documents with C# and ASP.NET was never difficult. Till somepoint of time there was ITextSharp (a derivative of Java iText). Now I came across one more elegant tool called Report .NET. It is more simpler to use and comes with a lot of examples.
PDF documents always are preferred everywhere since once generated they seldom have updations and hence free from viruses and tampering issue. We can have precise graphics with the advantage of cross browser and cross platform portability.
If you still want to access a remotely hosted webservices for PDF generation, you can check out the following:
No comments:
Post a Comment