Hi,
After simple open/save routine the Fld text is not bolded in the output file like it was in the input file. Can you please check this?
Thanks,
Zeljko
Code that reproduces the issue:
public void testAspose() throws Exception {
Diagram diagram = new Diagram(“Test.vsd”);
diagram.save(“TestTranslate.vdx”, SaveFileFormat.VDX);
}