472,110 Members | 2,292 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,110 software developers and data experts.

C# PDF Writing API (free)

Are there any free/open source PDF writing API's out there for C# that
are actually pretty good?

Dec 9 '05 #1
3 6890
tman wrote:
Are there any free/open source PDF writing API's out there for C# that
are actually pretty good?


I find that iTextSharp does all I need. You should check it out.

http://itextsharp.sourceforge.net/
Dec 9 '05 #2
RCS
But I would argue (having been down that road before) - that simply making a
PDF is only where it starts. Chances are you need to format what's being
written and God-forbid that you are creating a report. If you have to do
this yourself - it will be very, very time-consuming.

If this is for reports - I HIGHLY recommend just getting ActiveReports
(http://www.datadynamics.com/Products...t=ARNET2#price)

You're looking at $599/developer - but then again, that is a one-time fee
and you have really, really robust reporting with an output that can go to
pdf or excel, etc.. plus support is really great - and it's like a million
times cheaper than Crystal Reports and much better, imho.

HTH
"tman" <tl*****@gmail.com> wrote in message
news:11**********************@f14g2000cwb.googlegr oups.com...
Are there any free/open source PDF writing API's out there for C# that
are actually pretty good?

Dec 9 '05 #3
Not C#, but I lean towards HTMLDOC; use you favorite methods to build HTML,
and throw it at the exe.

Note that until 1.9 comes out the support for more advanced HTML concepts is
very limited, but it is sufficient for simple layout.

Marc

"tman" <tl*****@gmail.com> wrote in message
news:11**********************@f14g2000cwb.googlegr oups.com...
Are there any free/open source PDF writing API's out there for C# that
are actually pretty good?

Dec 10 '05 #4

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

8 posts views Thread by Peter Simpson | last post: by
5 posts views Thread by SomeDude | last post: by
40 posts views Thread by post400 | last post: by
7 posts views Thread by Brian Burgess | last post: by
12 posts views Thread by hemant.gaur | last post: by
1 post views Thread by =?Utf-8?B?ZmhpbGxpcG8=?= | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.