-3

I am searching any kind of tool which can be convert any kind of extension of them (doc,docx,xls,xlsx,jpeg,jpg,txt,pdf,rtf) into pdf file in asp.net code like aspose tool but its too much costly i want same functionality like aspose tool but not much expensive.

Please suggest me any kind of tool like this....

Thanks

Gaurav Agrawal
  • 4,355
  • 10
  • 42
  • 61

3 Answers3

4

iTextSharp maybe would do the trick for you? Here is a link for you

Verkion
  • 630
  • 8
  • 25
0

3-Heights have a component (Document Converter) that does this. For HTMl there are several other alternatives (see here: Convert HTML to PDF in .NET).

If you have full control over the web server, you could try to print those documents to a PDF printer or use an installed Acrobat Writer, though I wouldn't recommend this solution. It has somehow the smell of a hack...

Edit: 3 Heights Document Converter Service

Community
  • 1
  • 1
Sascha
  • 10,231
  • 4
  • 41
  • 65
0

I am sure that if you want to put the time into it, the office com-interop objects can do it. Libre office has an api that can do it as well.

Jonathan Henson
  • 8,076
  • 3
  • 28
  • 52