Click here to Skip to main content
15,888,238 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Code to read openoffice file (.odt file) from a path and convert it to generate pdf in C#.net 2.0
Posted

1 solution

You need two products: to work with .odt (Open Document format) and to work with pdf.

For Open Document, you can use Independentsoft ODF .NET: http://www.independentsoft.de/odf/[^]. Unfortunately, this is proprietary product. You can try to find something else.

For pdf, you can use an Open Source .NET port of Open Source iText called iTextSharp, see:
http://en.wikipedia.org/wiki/IText[^],
http://itextpdf.com/[^],
http://sourceforge.net/projects/itextsharp/[^].

Another pdf product is Open Source PDFSharp, http://pdfsharp.com/PDFsharp/[^].

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900