Page 1 of 1

PDF Conversion Failing and Conversion Never Returns

Posted: Mon Jun 15, 2009 9:46 am
by jswinghammer
I'm running into a conversion problem with a PDF. I run this one particular file through Print2Flash and it will crash Acrobat with an error code and the ConvertFile function never finishes.

Here is the code I'm running:

P2F.Server2 service = new P2F.Server2();
service.DefaultProfile.InterfaceOptions = 0;
service.ConvertFile(inputFullPath, outputFullPath, null, null, null);

Is there anything I can do to at least make sure that the function returns so I can log it?