ASPOSE bug REF : WORDSNET-7745 - news?

Hello

When saving a document in .doc with a lot of vector graphics drawings . A message can occur when opening the final document in Microsoft Word: « Protected View, Office has detected a problem with this file. Editing it may harm your computer. Click for more details. », see ASPOSE bug REF : WORDSNET-7745





 does this defect corrected on a new version ? in progress?

 What can you propose to us to solve our issues?



Thanks

Hi there,

Thanks for your inquiry. The WORDSNET-7745 was closed as 'Not a Bug' in May 2013 release. The detail of this issue is as follow:

The problem occurs because 607 pages' document has more than 32768 textboxes. Alghough it's not specified in DOC specifications but it seems that textbox count in document is limited to this value. The problem is Txid attribute of shape which represent textbox. This attribute is SIGNED integer and holds textbox index in high word so there can be only 32768 indexes i.e textboxes. So, we simply provide a warning through the IWarningCallback interface when this situation occurs.

To ensure a timely and accurate response, please attach the following resources here for testing:

  • Your input Word document.
  • Please create a simple Java application (source code without compilation errors) that helps us to reproduce your problem on our end and attach it here for testing.

As soon as you get these pieces of information ready, we'll start investigation into your issue and provide you more information. Thanks for your cooperation.

PS: To attach these resources, please zip them and Click 'Reply' button that will bring you to the 'reply page' and there at the bottom you can include any attachments with that post by clicking the 'Add/Update' button.