How to remove tile file name in a generated html output

Hi,
When saving a vsdx file as HTML, the filename is in the output.
Is it possible to generate the html without rendering the file name?

In the zip file

  • the input file (vsdx format)
  • the HTML generated
  • a screenshot showing where the file name is rendered.

zipfiles.zip (46.5 KB)

Thanks,

@julien.mevel.isilog

We were able to reproduce the issue in our environment while using Aspose.Diagram for .NET 19.7 with following code snippet:

Aspose.Diagram.Diagram theDiagram = new Aspose.Diagram.Diagram(dataDir + "TheFileNameIsRenderedInTheHtml.vsdx");
Aspose.Diagram.Saving.HTMLSaveOptions options = new Diagram.Saving.HTMLSaveOptions();
theDiagram.Save(dataDir + "TheFileNameIsRenderedInTheHtml.html", Aspose.Diagram.SaveFileFormat.HTML);

We have logged it as DIAGRAMNET-51676 in our issue tracking system. We will further look into details of the issue and keep you posted with the status of its correction. Please be patient and spare us little time.

We are sorry for the inconvenience.

The issues you have found earlier (filed as DIAGRAMNET-51676) have been fixed in Aspose.Diagram for .NET 19.8.

Hi,

The filename is always rendered in the HTML and as not been fixed by version 19.8
Thanks.

@julien.mevel.isilog

We have re-opened the ticket and will surely look into it further. We will inform you in case we have further updates in this regard.

We are sorry for the inconvenience.