I am looking for .NET component to convert different files into PDF format. Right now I need to be able to convert programmatically doc, xls and TIFF files to PDF. But I may need to deal with more file types in near future.

I looked at Aspose.Words, it works good but for doc only. Is there any component on the market that would allow me to convert in my code all three file types?

I would appreciate your suggestions.

Thanks, Anvar

link|improve this question

45% accept rate
feedback

7 Answers

up vote 1 down vote accepted

Syncfusion's Essential PDF will handle these formats directly, as well as providing a programmatic API which you can use to add other formats.

link|improve this answer
Thanks Reed, I am looking into it. – Anvar May 13 '10 at 17:43
Reed, just wanted to ask - did you try the product yourself? If yes, do you find it alright? – Anvar May 13 '10 at 18:04
feedback

Aspose has more components to handle the other file types.

I know of no other component vendor which supports as many different formats as the Aspose components, assuming that you don't want to use some Interop-with-PDFWriter kind of solution.

link|improve this answer
Thanks Lucero. I do like Aspose as well. Just need to explore all other options too. – Anvar May 13 '10 at 17:46
feedback

From doc to pdf you can use this:

http://www.codeproject.com/KB/cs/sertf2pdf.aspx

link|improve this answer
Thanks. I wish I can speak German to read the guy's comments:) – Anvar May 13 '10 at 17:49
Well if you need some help just say a word – MUG4N May 13 '10 at 19:52
feedback

This topic have been discussed quite a lot on SO. Just do a quick search for "asp net pdf generation". For example, here are two of the questions, and there are more:

.Net server based PDF generation
Generation PDF from HTML (.Net component)

link|improve this answer
The links you refer to deal with PDF Generation, not conversion (other than HTML to PDF). Anvar is seeking to convert DOC and XLS files as well) – Muhimbi May 13 '10 at 18:05
There are quite more questions on SO about generating PDFs from various formats, including .XLS and .CVS among others. – Franci Penov May 13 '10 at 20:33
feedback

I might as well put a shameless plug in for a product that I have worked on. The Muhimbi PDF Converter services is a server based product that allows typical office documents, as well as an increasing number of other file types, to be converted to PDF using a web services based interface (java / .net examples are included).

A .net example can be found here.

link|improve this answer
Hi Muhibmi, I looked it up, it looks good. I wonder what kind of implications might be there due to the fact that functionality is provided via Web Services. – Anvar May 13 '10 at 18:28
Impact is nothing but positive from my perspective. As it is a web service it can be load balanced for resiliency / scalability. It can also be accessed from non .net environments. – Muhimbi May 14 '10 at 7:09
also it runs as a self contained windows service. No need for IIS. – Muhimbi May 14 '10 at 16:41
feedback

BCL EasyPDF is good for the job, I guess.

link|improve this answer
feedback

@Anvar

Aspose products allow you to convert various types of files to PDF format. Although, not all the conversions are supported with only a single component, we have compiled a list of all the possible formats that can be converted using Aspose, along with the products which can support this conversion. You may find the details in the following topic: Convert Microsoft Office and other File Formats to PDF.

Disclosure: I work as developer evangelist at Aspose.

link|improve this answer
Thanks Shahzad, I use Aspose components regularly and find them pretty good. Your debugging team in Ukraine is pretty efficient I would say, they fix everything I was asking them too quite quickly. – Anvar Sep 7 '11 at 4:30
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.