Page 1 of 1

win 64bit 2008 server,error

Posted: Thu Sep 29, 2011 6:32 am
by jingzhou
windows 2008 server 64bit
print2flash version 3.2,64bit,
test project:sample >automation > asp.net,
upload a excel file,click 'Convert' button, appear a error message: 'File could not be converted. The parameter is incorrect'.

help me solve the error,thanks!

Re: win 64bit 2008 server,error

Posted: Thu Sep 29, 2011 8:12 pm
by staff
Try to turn off special processing method for Excel documents like this:

Code: Select all

p2fServer.DefaultBatchProcessingOptions.UseAutomation = 14;
Here p2fServer is a reference to the Server object.

Re: win 64bit 2008 server,error

Posted: Thu Sep 29, 2011 9:41 pm
by jingzhou
i have tried,but got a new error 'Before printing timeout expired '.

Re: win 64bit 2008 server,error

Posted: Thu Sep 29, 2011 11:11 pm
by staff
Please see this forum topic for information on this issue: http://print2flash.com/forum/viewtopic.php?f=19&t=5&p=5