-
-
Notifications
You must be signed in to change notification settings - Fork 59
Description
Hi,
I'm configuring a test server and I get some trouble using docto on this new server.
Windows server 2016 / Office 2007
Command line : C:\Docto\docto.exe -F C:\tmp\ZABC-C0007_DIA3.docx -O C:\Tmp\tmppdf2.pdf -Q -T wdFormatPDF -L 10
This command line works well on the prod server, but returns the following error on the test server :
[20201017 10:36:33 -]: Log Level Set To:10
Loading Configuration...
Parameter Count is 9
Input File is: C:\tmp\ZABC-C0007_DIA3.docx
Output file is: C:\Tmp\tmppdf2.pdf
Log Level Set To:10
Current Directory: C:\Users\christophe
Ready to Execute
ExecuteConversion:C:\tmp\ZABC-C0007_DIA3.docx
WordVersion:12.0
WordVersion Major:12
Version < 14 Using Saveas Function
FileToConvert:C:\tmp\ZABC-C0007_DIA3.docx
OutputFile:C:\Tmp\tmppdf2.pdf
Ext17
Error: EOleException La commande a échoué
Error: Exiting with Error Code : 220
Where could this come from ? Windows security/policies ?
I've tested the command on windows 10/ Office 2007, no problem.
Regards