Convert OpenXML SDK .docx files to PDF

5

I am filling a word template with data from the database, using OpenXML sdk 2.5 and i need to export the result in PDF. I am currently using a server-side Interop approach but from time to time I get the exception:

System.Runtime.InteropServices.COMException (0x80080005): Retrieving the COM class factory for component with CLSID {00020906-0000-0000-C000-000000000046} failed due to the following error: 80080005.

Is there any other free way I can convert .docx documents to .pdf?

c#
.net
pdf
openxml-sdk
asked on Stack Overflow Jan 28, 2013 by (unknown user) • edited Dec 25, 2015 by Just code

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0