Hello,
when using aspose-diagram-python to convert vsdx files to image in my linux server I’m finding that the base image is getting misplaced.
NearestNeighbor.jpg (133.8 KB)
{3B856C29-8EF0-4348-8975-EC7A6BE979E5}.jpg (73.9 KB)
i have libdigplus installed on the server and aspose-diagram-python 24.11
Thanks in advance
@cacoreira
Thanks for the screenshots.
Could you please share your template file and sample code that you are using.
We will check and assist you accordingly.
tables.zip (328.8 KB)
visio file is inside the zip
code is as follows where originalVisio is the filepath for the visio location
import aspose.diagram as asd
diagram = asd.Diagram(originalVisio)
options = asd.saving.ImageSaveOptions(asd.SaveFileFormat.PNG)
diagram.save(filepath, options)
@cacoreira
Thanks for providing us the template file and sample code.
We reproduced the problems you mentioned by converting your template vsdx file to png in linux.
We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.
Issue ID(s): DIAGRAMPYTHONNET-114
You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.
The issues you have found earlier (filed as DIAGRAMPYTHONNET-114) have been fixed in this update. This message was posted using Bugs notification tool by philip.zhou