将 Visio 转换为图像格式

将图表导出为图像文件格式

本文介绍了如何使用 将 Microsoft Visio diagram 导出到图像Aspose.Diagram for Java API.

使用Diagram class' constructor to read the diagram files and the Save method to export the diagram to any supported image format.The image below shows a VSD file about to be saved to PNG format. You can use other diagram formats (VSS, VSSX, VSSM, VDX, VST, VSTX, VSTM, VDX, VTX or VSX) as well. 源文件。请注意,箭头和三角形标签以粗体显示。

待办事项:图片_替代_文本

要将 diagram 导出到图像:

  • 创建 Diagram 类的实例。
  • 调用 Diagram 类的 Save 方法并设置要导出的图像格式。输出的图像文件看起来像原始文件。

输出PNG文件。

待办事项:图片_替代_文本

导出到图像文件编程示例

也可以将特定页面保存为图像,而不是整个文档: