tags:

views:

52

answers:

2

I am using C# 2.0 and developing an application to convert a PDF file into HTML, Word, Excel and Image (GIF,JPEG,PNG,TIFF). Is there any free library / class available for that?

+1  A: 

Solid Framework does a good job with PDF files. Not free though. I have tried iTextSharp and PDFBox and I can say PDFBox is rather easy if you just need the text content.

pymendoza
A: 

The iTextSharp library allows you to manipulate PDF files. You should be able to build what you need from it.

I know you want a free library, but a good library I've used is Windward .NET reporting engine. It is very expensive, though.

Matt Ellen