PDF Conversion Failing and Conversion Never Returns

Using OLE Automation API
jswinghammer
Posts:1
Joined:Mon Jun 15, 2009 9:31 am
PDF Conversion Failing and Conversion Never Returns

Post by jswinghammer » Mon Jun 15, 2009 9:46 am

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?

Post Reply