Page 1 of 1

Hyperlinks extraction via automatic API

Posted: Thu Sep 01, 2011 11:22 am
by rayjfli
Greetings,

We just purchased your product to automatically convert our announcements from .doc file to .swf.

In some of the announcements, we have hyperlinks which were supposed to be extracted automatically by the automation API; however, only hyperlinks in first page of the .doc files could be extracted successfully. None of the hyperlinks contained in page 2 or later could be extracted. Did we miss any settings? Or this is a defect of the software?

p.s. This issue only happens in automation API mode (even with the sample code you provided in your SDK package), but everything works fine in window GUI mode.

Re: Hyperlinks extraction via automatic API

Posted: Sat Sep 03, 2011 8:44 am
by staff
If you use Server2 object, you cannot retain links from MS Office documents. It stems from the fact that MS Office applications do not work in a Windows service environment properly. Though printing feature may work, information on hyperlinks may not be provided correctly. This is detailed in this Microsoft article: http://support.microsoft.com/kb/257757

The possible solution is using Server object instead of Server2 object and running your document conversion application under an interactive desktop or in a terminal session.