pdflib vs. reportviewer
advantages
disadvantages
pdflib
create pdfs with attachments
mail merge (blocks) difficult to handle (adobe plugin not working, ...)
bad sourcecode (coding style of pdflib)
operates on strings not with exceptions...
reportviewer
easy layout
export not only in pdf (html, csv, xls,...)
no dedicated pdf creation (only export report)
TO validate:
iText.NET
iText.NET is a Free PDF Library for .NET Framework
ported from java
Create pdfs from within .net c#
Latest Posts
Popular Posts
-
I am *very* keen on automating tests, so I was looking into unit testing a WCF service. If I say "unit test", I mean a fast ,...
-
It's easy I thought, just select the Property of the EntityType and set the Default Value in the Properties window to: DateTime.Now ...
-
*Updated* 26. September 2010: Updated with comments from Adam Cogan *Updated* 27. September 2010: Updated the comparison between anonymo...
1 comment:
codeproject article with usage of iTextSharp...
http://www.codeproject.com/KB/files/SimplePdfMerger.aspx
maybe i give it a try
Post a Comment