aspose-free-consulting / projects

The starting point for Aspose free consulting projects
5 stars 5 forks source link

Proxy Error When Converting Shape or Officematch Nodes to HTML Using aspose.word.python on Linux #368

Closed yeq81253 closed 2 months ago

yeq81253 commented 5 months ago

I encountered a problem while using the aspose.word.python . My code runs fine on Windows, but when I migrated it to Linux, I started encountering errors.

my code: image

error message: Proxy error(ArgumentOutOfRangeException): Expected a value between 0 and 3291. (Parameter 'index')

Expected Behavior: I expect to successfully convert shape or officematch nodes to HTML format on Linux for display on a webpage.

Please assist in resolving this issue. Thank you!

AlexNosk commented 5 months ago

@yeq81253 Could you please attach the problematic document here for testing? We will check the issue and provide you more information.

PS: The main place for getting support is Aspose.Words support forum. So please post your further questions in the forum.

yeq81253 commented 5 months ago

I have created a new topic in the Aspose.Words support forum and uploaded the problematic document for testing. You can find the topic here. I appreciate your assistance in checking the issue and providing more information.

Thank you

AlexNosk commented 5 months ago

@yeq81253 Thank you for additional information. I have managed to reproduce the problem and logged an issue WORDSNET-26359 in our defect database. We will keep you updated and let you know once it is resolved.

AlexNosk commented 2 months ago

@yeq81253 You need to install libgdiplus library and the problem will go away.

RUN apt install -y libgdiplus