Sort Score
Result 10 results
Languages All
Labels All
Results 261 - 270 of 14,919 for

vsd

(0.48 sec)
  1. Convert Visio to PDF format|Documentation

    This topic show you how to Aspose.Diagram allows to convert Visio to PDF formats. Convert Vsd, VSS, VDW, VST, VsdX, VSSX, VSTX, VsdM, VSTM,VSSM to PDF with a few lines of code.... The image below shows the VSD diagram that the code snippets... The source file. To export VSD diagram to PDF: Create an instance...

    docs.aspose.com/diagram/python-net/convert-visi...
  2. How to Convert Visio to JPG in Java

    This tutorial includes the information to convert Visio to JPG in Java. It explains the steps as well as a runnable sample code snippet is provided to export VsdX to JPG in Java....step-by-step guide to convert a VSD or VSDX to JPG in Java . You...ImageSaveOptions class Convert the VSD/VSDX file to JPG format with...

    kb.aspose.com/diagram/java/how-to-convert-visio...
  3. 检查 Visio Ruby 绘图中是否存在大师|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....constructor to load diagram from a VSD file diagram = Rjb :: import.... new ( data_dir + "Drawing.vsd" ) master_id = 2 # check master...

    docs.aspose.com/diagram/zh/java/check-presence-...
  4. 将连接点添加到形状|Documentation

    本节介绍如何将连接点添加到具有 Aspose.Diagram 的 visio 形状。...class constructor to load the VSD diagram Diagram diagram = new...Diagram ( dataDir + "Drawing1.vsd" ); // Get a particular page...

    docs.aspose.com/diagram/zh/net/add-connection-p...
  5. Image conversion issue with Linux (2) - Free Su...

    Hi. I’m converting a Vsd document to VsdX, am experiencing an issue with certain EMF images when converting them to PNG, using shape.ToImage method. This issue is a follow-up on issue Image conversion issue with Linux. …... I’m converting a VSD document to VSDX, am experiencing...charts (both their original VSD, and the converted VSDX which...

    forum.aspose.com/t/image-conversion-issue-with-...
  6. 以编程方式保存 Visio 文档|Documentation

    本页介绍如何将 Visio 文档保存到文件,使用 Aspose.Diagram 库进行流式传输。...constructor to load diagram from a VSD file Diagram diagram = new Diagram...constructor to load diagram from a VSD file Diagram diagram = new Diagram...

    docs.aspose.com/diagram/zh/net/save-visio-docum...
  7. 检索 Visio 连接器和字体信息|Documentation

    本节介绍如何获取 visio 连接器和字体信息。...constructor to load diagram from a VSD file Diagram vdxDiagram = new...dataDir + "RetrieveConnectorInf.vsd" ); foreach ( Aspose . Diagram...

    docs.aspose.com/diagram/zh/net/retrieve-visio-c...
  8. 档案

    档案...在某些情况下,您可能希望查找和替换 VSD 或 VSDX 格式的某些文本视觉图。因此,本文解释了如何在...Java API 支持使用不同的 Visio 文件格式,包括 VSD、VSDX、VSDM、VSSX 等。您可以从 下载 部分下载...

    blog.aspose.com/zh/diagram/find-replace-text-vi...
  9. Convert Visio to PDF format|Documentation

    This topic show you how to Aspose.Diagram allows to convert Visio to PDF formats. Convert Vsd, VSS, VDW, VST, VsdX, VSSX, VSTX, VsdM, VSTM,VSSM to PDF with a few lines of code.... The image below shows the VSD diagram that the code snippets...VSX) as well. 源文件。 To export VSD diagram to PDF: 创建 Diagram 类的实例。...

    docs.aspose.com/diagram/zh/python-net/convert-v...
  10. Save Visio document programmatically|Documentation

    This page describes how to save Visio document to file, stream with Aspose.Diagram library....constructor to load diagram from a VSD file Diagram diagram = new Diagram...constructor to load diagram from a VSD file Diagram diagram = new Diagram...

    docs.aspose.com/diagram/net/save-visio-document/