PDF/RTF Conversion

  • Thread starter Thread starter Tushar Agarwal
  • Start date Start date
T

Tushar Agarwal

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
 
i don't know about its programming solution but that can be done using some
3rd part batch processing prgs as well ... :)
 
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?
 
Back
Top