[ad_1]
I am trying to replace an outdated solution which uses Office Interop to create and print Word documents, and export them to PDF. It needs to run unattended on a server, so we want to get rid of our dependency on Interop. I can create the files fine with Open XML SDK but cannot print or export. Is there some way to do this with libraries (free or paid) that does not require having Adobe/MS Office products installed in a server environment? The limits we have to work within will allow me to either use a .NET console application or a PowerShell script.
[ad_2]