Hi,
I am trying to to create a pdf document using office.word interop assemblies,
For the above requirement I have created an word document and trying to save the same in "pdf" format.
After registering the plugin when I invoke the plugin I am getting an error: "Retrieving the COM class factory for component with CLSID {000209FF-0000-0000-C000-000000000046} failed due to the following error: getting (Exception from HRESULT: 0x80080005
(CO_E_SERVER_EXEC_FAILURE))"
Has anyone come across this issue?
If anyone having idea of using interop assembles please share the steps.