views:

433

answers:

3

Any easy way to create a PDF document of a word file from desktop application using C++ or C#? any best practices, please share. list all possible APIs free/paid so that this thread helps C++/C# programmers.

+1  A: 

Lots. There are a lot of tools and code available. Google C# Word to pdf and you'll find a bunch.

Like this

colithium
A: 

itextsharp is very easy to use

Steve
yes this looks good API, free to use. Let me try this.
A: 

You can use Aspose.Words for .NET. I am sure we are the best commercial component that does Microsoft Word to PDF and XPS conversion.

romeok