0

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.

Chatur
  • 331
  • 1
  • 8
  • 17
  • There are lots... Did you even try to search? – Dave Nov 26 '13 at 09:03
  • There are lots of opensource and commercial library.Try to do bit research on them.the short list your option via asking some advice here – Kamran Shahid Nov 26 '13 at 09:08
  • Yes, I searched on this and found a few, just wanted a see a few experienced words... – Chatur Nov 26 '13 at 09:15
  • http://www.convertapi.com/ is the best I found but I have a problem with its commercial packages, they are offering a number of conversions instead of unlimited conversions after a fixed price. http://www.convertapi.com/prices – Chatur Nov 26 '13 at 09:24

2 Answers2

1

I'd recommend using Spire Doc, it's a paid for license though but should do pretty much as you require.

http://www.e-iceblue.com/Introduce/word-for-net-introduce.html#.UpRi6sTCWq4

keitn
  • 1,288
  • 2
  • 19
  • 43
1

If you want a free one, use wkHtmlToPdf.

If you are willing to invest a bit, I would defenitely recommend EO.Pdf. I tried this one and is by far better than any other PDF component I used.

Disclaimer: I am not related to neither products.

Moslem Ben Dhaou
  • 6,897
  • 8
  • 62
  • 93