Hello Guys,

I want to convert all general documents like (doc, xls,
txt, ...etc) in pdf.
Also my requirenment is to first merge 2 or more documents
of same or different types and then convert the merge
result to pdf. Like merge one doc and one xls and convert
it to pdf. Original doc and xls remains the same.
I want to do above through programming in .NET.
I also want to convert same in rtf, like doc to rtf, or
xls to rtf, or 1 doc + 1 xls to rtf.

So if anybody has already spend some time, it would be a
great help required for me.

Waiting for positive responses !!

Regards,
Tushar

Re: PDF/RTF Conversion by Michael

Michael
Fri Aug 29 13:33:34 CDT 2003

"Tushar Agarwal" <tusharkant.agarwal@wipro.com> wrote in
news:0a4f01c36e21$2cce7590$a401280a@phx.gbl:

> Hello Guys,
>
> I want to convert all general documents like (doc, xls,
> txt, ...etc) in pdf.
> Also my requirenment is to first merge 2 or more documents
> of same or different types and then convert the merge
> result to pdf. Like merge one doc and one xls and convert
> it to pdf. Original doc and xls remains the same.
> I want to do above through programming in .NET.
> I also want to convert same in rtf, like doc to rtf, or
> xls to rtf, or 1 doc + 1 xls to rtf.
>
> So if anybody has already spend some time, it would be a
> great help required for me.
>
> Waiting for positive responses !!
>
> Regards,
> Tushar

There are .NET components you can buy that create PDF documents. You
will have to buy some kind of PDF license. PDF is not open source or
free in any way.

Here is a beta project (don't know how well it works? found on google):
http://sourceforge.net/projects/pdflibrary/

components you can buy (sponsored links on google)...
http://www.siberix.com/pdf/index.html
http://dynamicpdf.com/Products/

I don't know about converting to RTF?

--
Michael Lang, MCSD
See my .NET open source projects
http://sourceforge.net/projects/dbobjecter (code generator)
http://sourceforge.net/projects/genadonet ("generic" ADO.NET)


Re: PDF/RTF Conversion by FarriJ

FarriJ
Fri Aug 29 08:16:41 CDT 2003

i don't know about its programming solution but that can be done using some
3rd part batch processing prgs as well ... :)

"Tushar Agarwal" <tusharkant.agarwal@wipro.com> wrote in message
news:0a4f01c36e21$2cce7590$a401280a@phx.gbl...
> Hello Guys,
>
> I want to convert all general documents like (doc, xls,
> txt, ...etc) in pdf.
> Also my requirenment is to first merge 2 or more documents
> of same or different types and then convert the merge
> result to pdf. Like merge one doc and one xls and convert
> it to pdf. Original doc and xls remains the same.
> I want to do above through programming in .NET.
> I also want to convert same in rtf, like doc to rtf, or
> xls to rtf, or 1 doc + 1 xls to rtf.
>
> So if anybody has already spend some time, it would be a
> great help required for me.
>
> Waiting for positive responses !!
>
> Regards,
> Tushar