Multiple File types to PDF?

I'm seeking an API that can convert multiple file types to PDF. At current require the ability to convert DOC, HTML, RTF, TXT, BMP, JPEG, EMF and WMF files to PDF.

I have evaluated Aspose.Words for the DOC to RTF (after which I have a separate API to take RTF to PDF) and am excited by Aspose ease of implementation and performance.

I looked at the products and didn't happen across any other Aspose API(s) that would provide the multiple conversions I need. Are there any?

Hi,

Thank you for considering Aspose.

Using Aspose.Words and Aspose.Pdf you can convert doc, rtf and html. You can use Aspose.Pdf to convert txt and image such as bmp and jpeg. Vector images such as wmf and emf are not supported natively and they will be converted into bitmaps when converting to pdf. Please refer to “Working with Images” at Working with Images in PDF using C#|Aspose.PDF for .NET.