Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

creation of PDF in .NET

0 views
Skip to first unread message

Eric Pearson

unread,
Jun 4, 2002, 9:18:50 AM6/4/02
to
anyone know of the best way to create a PDF??


Jason MacKenzie

unread,
Jun 4, 2002, 10:07:35 AM6/4/02
to
You can export a crystal report to PDF quite easily. I posted some code a
few minutes ago.
"Eric Pearson" <eric@pdi-homeDOTcom> wrote in message
news:O6RlAo8CCHA.1548@tkmsftngp05...

Ian Stallings

unread,
Jun 4, 2002, 10:15:09 AM6/4/02
to
I haven't used it but there is an open source .Net PDF generator that might
be worth checking out:
http://sourceforge.net/projects/pdflibrary/


-Ian Stallings

"Eric Pearson" <eric@pdi-homeDOTcom> wrote in message
news:O6RlAo8CCHA.1548@tkmsftngp05...

Michael

unread,
Jun 4, 2002, 10:44:58 AM6/4/02
to
For the moment i use the ABCPDF COM Library, and it is easy to generate a
pdf file with .NET code.

You have to put one by one the elements on the page, but it is as easy as
drawing.

go check : http://www.websupergoo.com

"Eric Pearson" <eric@pdi-homeDOTcom> a écrit dans le message de news:
O6RlAo8CCHA.1548@tkmsftngp05...

Frank Rem

unread,
Jun 4, 2002, 5:14:43 PM6/4/02
to
You may want to check TallPDF.NET at:

www.tallcomponents.com

TallPDF.NET is a 100% managed component that lets you generate PDF documents
either programatically or from XML. It does not depend on any 3rd party
product. It exposes an object model that consists of classes like paragraph,
section, column, table, etc. It streams directly to the browser.
Downloadable evaluation version available.

"Eric Pearson" <eric@pdi-homeDOTcom> wrote in message
news:O6RlAo8CCHA.1548@tkmsftngp05...

Avix

unread,
Jun 5, 2002, 6:24:11 AM6/5/02
to
where did you post the code ?

i can't find it anywhere.

thank you.

"Jason MacKenzie" <jmack...@formet.com> escribió en el mensaje
news:O0gUUE9CCHA.1544@tkmsftngp02...

Chad Myers

unread,
Jun 5, 2002, 5:49:46 PM6/5/02
to
Also, there's an open source project on www.sourceforge.net to implement
PDF in .NET completely.

Last time I checked they were very far along, it's worth a check.

Go there and search for PDF .NET and you should find it.

-c

"Avix" <av...@avix.av> wrote in message
news:adkoml$qdg$1...@nsnmpen2-gest.nuria.telefonica-data.net...

john farrow

unread,
Jun 6, 2002, 11:54:09 PM6/6/02
to
Have a look at www.xmlpdf.com.

We ship a .NET library for creating PDF files starting from an XML template.
The library is written in C#, and call be called from VB6/ASP or any .NET
language. We also ship a Java version.

We use a simple HTML-like syntax, so you can create an PDF from XML like
this:

<document><block>Hello world</block></document>

We support merging data in from XML or directly from C# objects. For
instance if you have a Customer object which supports a property called
Name, you can put the name into the PDF like this:

<document><block>Hello <merge
method='customer.name'/></block></document>

We support all the usual PDF features including nested tables, pagination,
TrueType fonts etc. etc.

Have a look.

Regards

John Farrow

"Eric Pearson" <eric@pdi-homeDOTcom> wrote in message
news:O6RlAo8CCHA.1548@tkmsftngp05...

0 new messages