-Ian Stallings
"Eric Pearson" <eric@pdi-homeDOTcom> wrote in message
news:O6RlAo8CCHA.1548@tkmsftngp05...
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...
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...
i can't find it anywhere.
thank you.
"Jason MacKenzie" <jmack...@formet.com> escribió en el mensaje
news:O0gUUE9CCHA.1544@tkmsftngp02...
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...
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...