Skip to main content
Known Participant
January 26, 2018
질문

conversion from a word file with AVConversionConvertToPDF hangs when word file is in revision mode, conversion from a word file with AVConversionConvertToPDF hangs when word file is in revision mode

  • January 26, 2018
  • 2 답변들
  • 617 조회

conversion from a word file with AVConversionConvertToPDF hangs when word file is in revision mode, conversion from a word file with AVConversionConvertToPDF hangs when word file is in revision mode.

I am supposing that, like in manual mode, Word is waiting for the user to acknoledge some dialog.

Can I control Word from the conversion process?

Thanks a lot.

Christian

이 주제는 답변이 닫혔습니다.

2 답변

Thom Parker
Community Expert
Community Expert
January 26, 2018

Word has a COM interface, but I don't think you can access it from an Acrobat Plug-in. But you could try, and if it works you can move the doc out of revision mode before performing the conversion.

What happens when you try this from the Acrobat UI. Is it handled properly?

Thom Parker - Software Developer at PDFScriptingUse the Acrobat JavaScript Reference early and often
Legend
January 26, 2018

Are you trying to run this in a background task? You can’t.