How to save a .vsd file after watermarking

Hi
If we watermark a .vsd file, how to save with the same format ie vsd?
Considering the below code snippet.
diagram.save(fileDir + fname, SaveFileFormat.PDF);
In SaveFileFormat couldnt find option for VSD . Could see only VSDX.

Thanks
Sabarish

@sabkan
Thanks for your inqueries
We are sorry that we currently do not support saving VSD files. This feature is currently under development and testing and we plan to support it in the third quarter of this year.
Thanks.

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): DIAGRAMJAVA-51207

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.

@philip.zhou
Thanks for the details. Had a doubt.
If we use SaveFileFormat.PDF also, the visio files are saved with the original extension like .VSDX,.VSD,.VSS etc. Only thing I can observe is, I can open these files with pdf readers .Is that the only difference?

Thanks
Sabarish

@sabkan
When using SaveFileFormat.PDF, please use .pdf as the file extension, as shown below:
diagram.save(“out.pdf”, SaveFileFormat.PDF);
Thanks.

The issues you have found earlier (filed as DIAGRAMJAVA-51207) have been fixed in this update. This message was posted using Bugs notification tool by philip.zhou