iTextDotNet or iTextSharp confusion

D

dgk

I'm looking at iText to generate PDFs, and I'm not sure if iTextDotNet
is the same as iTextSharp. I have the latest iTextDotNet, which is for
framework 2. Are these the same product?

Also, I can see how to create a PDF to a file, but how would I send it
to the user? Not as a file, but I guess create the PDF as a stream and
send that to the user. I'm looking through the examples (VB ones) but
none of them deal with anything other than creating the PDF.
 
B

bruce barker \(sqlwork.com\)

iText is an open source java library for creating pdf files. iTextSharp is a
C# port (rewrite). iText.net is a port to j# (using original java code).
you can use either one.

google this news group to to find how to download a pdf file. last time i
used iTextSharp, i did a lot of recoding of its source to get table layouts
to work well (i wanted nested tables to work).

-- bruce (sqlwork.com)
 
D

dgk

iText is an open source java library for creating pdf files. iTextSharp is a
C# port (rewrite). iText.net is a port to j# (using original java code).
you can use either one.

google this news group to to find how to download a pdf file. last time i
used iTextSharp, i did a lot of recoding of its source to get table layouts
to work well (i wanted nested tables to work).

-- bruce (sqlwork.com)

Thanks. I think the idea is to avoid creating a physical file on the
server and just sending the PDF back as a stream. I'll dig around some
more.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,432
Messages
2,571,680
Members
48,796
Latest member
Greg L.

Latest Threads

Top