Hi Guys,
I am using the Interop.HTMLConverter.dll for my C# script. Basically, the script reads a bunch of *.htm files and then converted them to PDFs.
Code:
obj.Convert(sourcePath, destinationPath, "-c pdf"

;
Here are the error details:
Exception EOSError in module HTMLCO~1.DLL at 00012A71.
System Error. Code: 1400
Invalid window handle
-- Sometimes the error is
Exception EOSError in module HTMLCO~1.DLL at 00012A71.
System Error. Code: 500
Access denied
Do you have any ideas on why is this happening?
Hope you can help me.
Thanks!