RTF to PDF conversion in a webservice

A

Armin Braunstein

Hi!

I'm a software developer in the company named AtosOrigin and in our
current project we need a tool which can convert RTF-Files to
PDF-files in a .Net-webservice without the use of Word or other
WinForms or RichClient-Application on the server.
I have searched in google and some other sites but i haven't found a
tool which works without word and/or AcrobatWriter AND can be called
from a webservice.
Does anybody know such a tool?
Any help would be appriciated!

regards
Armin Braunstein
AtosOrigin IT
 
D

Dino Chiesa [Microsoft]

Have you looked at
http://www.wpcubed.com/products/rtf2pdf/index.htm
?


These are the other PDF libraries i know about:
In no particular order:

1. XMLPDF, by Visual Programming - http://www.xmlpdf.com/
Generate an XML file that conforms to their schema, then generate a PDF from
that XML file.
Commercial.

---------------------------------
2. a version of Crystal Reports included in Visual Studio .NET does PDF
export.
See
http://www.crystaldecisions.com/products/crystalreports/net/editioncomparison.asp

---------------------------------
3. PdfCreator for .NET -
Free.
http://www.gotdotnet.com/Community/...mpleGuid=5588085e-3d0b-4db8-8a88-603ef212d0db

---------------------------------
4. PdfCreator printer driver - (this is different from the above)
see
http://sector7g.wurzel6.de/pdfcreator/index_en.htm

---------------------------------
5. itextsharp - http://itextsharp.sourceforge.net/
Free, and GPL.
This depends on SharpZiplib -
http://www.icsharpcode.net/OpenSource/SharpZipLib/Download.aspx

Of itextsharp, What I found... It works as advertised. I only
used the basic features. I did not do page layout or graphics,
just basic text, tables, lists. I did the "XML to PDF"
translation. (something like FOP).

http://itextsharp.sourceforge.net/tutorial/ch07.html#xml2pdf

You can see a few simple examples here, with source code, and a few notes I
had about usage:
http://www.winisp.net/cheeso/itext/

---------------------------------
6. http://sourceforge.net/projects/pdflibrary/
 

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

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top