I need any api or library that can convert some file formats to a PDF file using C#. The source file format can be: .doc, .docx, .jpg, .png, .tif, .xlsx, .xls, .bmp, .rtf
Is there any library or exe which I can install on my server and it converts the file to pdf as soon as it is uploaded.
I have worked with ffmpeg which converts videos to a desired video format, looking something similar which works with document files.
Server is a windows server and working with Silver Light.