We have a project where we need to convert the following file types to PDF:
- application/msword .doc
- application/rtf .rtf
- application/vnd.ms-excel .xls
- application/vnd.ms-powerpoint .ppt
- application/vnd.oasis.opendocument.presentation .odp
- application/vnd.oasis.opendocument.spreadsheet .ods
- application/vnd.oasis.opendocument.text .odt
- application/vnd.openxmlformats-officedocument.presentationml.presentation .pptx
- application/vnd.openxmlformats-officedocument.spreadsheetml.sheet .xlsx
- application/vnd.openxmlformats-officedocument.wordprocessingml.document .docx
- application/vnd.sun.xml.calc .sxc
- application/vnd.sun.xml.writer .sxw
- text/html .html
- text/plain .txt
We have found a number of tools / products, but none that can convert from all formats.
We would prefer a tool that had a .net API and could take a document as a byte array.
Does anyone have any product / tool that they would recomend?