document to PDF

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
We need to convert any document to PDF in .NET. Is there any component
available which can readily convert .doc file to PDF.

We are looking for free components only.

Please reply ASAP.
 
Nothing can do "everything".

Now, you might want to narrow your focus. Are there specific document types
that you need to convert?
 
the only way i can think of to do it for free is to somehow import the doc
into a crytstal report using the free crystaldescisions library that's
shipped with .net. once it's in crystal there is an "export" function you
can call that can export the crystal as a pdf.

We use a third party control from activePDF that's $$.
 
Hello AJ,

http://itextsharp.sourceforge.net/ is most popular one

A> We need to convert any document to PDF in .NET. Is there any
A> component
A> available which can readily convert .doc file to PDF.
A> We are looking for free components only.

---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/members/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsch
 
Back
Top