Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

.Net Component to convert all the major file formats to PDF [closed]

I'm looking for a .net component (Open source or commercial) which can convert all the major frequently used file formats to PDF without making use of a print driver. I'm looking for a support for the following file formats

  1. MS word (doc, docx)
  2. MS Excel (xls, xlsx)
  3. MS PowerPoint (ppt, pptx)
  4. Major Image formats
  5. HTML to pdf
  6. txt, rtf etc.

Any suggestions?

like image 600
NLV Avatar asked Mar 10 '11 05:03

NLV


1 Answers

The main products that I'm aware of is Aspose. You'll probably need the following

  • Aspose.Words
  • Aspose.Cells
  • Aspose.Slides
  • Aspose.PDF
  • Aspose.PDFKit
like image 128
Ian Avatar answered Sep 28 '22 00:09

Ian