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 ...
-
Had some discussions about Lists and controls, like Listbox and Listview, and sometimes its difficult to distinguish those. System.Win...
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