My C# Windows application needs to print office documents silently(without popup dialog or open up applications such as Word, Excel ). So I'm trying to find a way to print office documents without office (Otherwise user needs to buy office package also to use my application).
- I tried with
Aspose.NET
but It seems some parts of the documents(such as notes, comments) are getting ignored by this component. - I've also tried to go through
Microsoft Office 2010: Primary Interop Assemblies Redistributable
. But, as I found to use MS office PIAs, MS office needs to be install in the target computer.
Any ideas where should I look into?