From 27d12ede35178ca64513f1c200ed080b44805c6e Mon Sep 17 00:00:00 2001 From: Sami Cheema Date: Mon, 22 Feb 2021 20:17:36 +0500 Subject: [PATCH] Fixed docs issues --- diagram/developer-guide/_index.md | 2 - .../_index.md | 12 ++-- .../create-diagram-file/_index.md | 12 ++-- .../_index.md | 12 ++-- .../upload-diagram-file/_index.md | 12 ++-- .../_index.md | 2 +- .../getting-started/available-sdks/_index.md | 4 +- .../how-to-run-the-examples/_index.md | 2 +- diagram/getting-started/overview/_index.md | 16 ++--- diagram/getting-started/quickstart/_index.md | 6 +- .../supported-file-formats/_index.md | 66 +++++++++---------- 11 files changed, 72 insertions(+), 74 deletions(-) diff --git a/diagram/developer-guide/_index.md b/diagram/developer-guide/_index.md index 369adcc..a844352 100644 --- a/diagram/developer-guide/_index.md +++ b/diagram/developer-guide/_index.md @@ -4,5 +4,3 @@ type: docs url: /developer-guide/ weight: 20 --- - -### **Developer Guide** diff --git a/diagram/developer-guide/convert-diagram-file-to-another-format/_index.md b/diagram/developer-guide/convert-diagram-file-to-another-format/_index.md index a8a75b8..2be3fd5 100644 --- a/diagram/developer-guide/convert-diagram-file-to-another-format/_index.md +++ b/diagram/developer-guide/convert-diagram-file-to-another-format/_index.md @@ -5,11 +5,11 @@ url: /convert-diagram-file-to-another-format/ weight: 30 --- -# **Introduction** +## **Introduction** With [POST /diagram/{name}/SaveAs](https://apireference.aspose.cloud/diagram/#!/DiagramFile/DiagramFile_PutUpload) API you can convert diagram file to another format. -## **Resource URI** +### **Resource URI** [Aspose.Diagram Cloud APIs Swagger UI](https://apireference.aspose.cloud/diagram/) lets you call this REST API directly from the browser. The description of the API and its parameters are also given there. -## **cURL Example** +### **cURL Example** {{< tabs tabTotal="2" tabID="1" tabName1="Request" tabName2="Response" >}} {{< tab tabNum="1" >}} @@ -87,9 +87,9 @@ curl -v "https://api.aspose.cloud/v1.1/diagram/file_get_1.vdx/SaveAs?IsOverwrite {{< /tab >}} {{< /tabs >}} -# **SDKs** -Using an SDK (API client) is the quickest way for a developer to speed up the development. An SDK takes care of a lot of low-level details of making requests and handling responses and lets you focus on writing code specific to your particular project. Checkout our [GitHub repository](https://github.com/aspose-diagram-cloud) for a complete list of Aspose.Diagram Cloud SDKs along with working examples, to get you started in no time. Please check [Available SDKs](/available-sdks/) article to learn how to add an SDK to your project. -## **SDK Examples** +## **SDKs** +Using an SDK (API client) is the quickest way for a developer to speed up the development. An SDK takes care of a lot of low-level details of making requests and handling responses and lets you focus on writing code specific to your particular project. Checkout our [GitHub repository](https://github.com/aspose-diagram-cloud) for a complete list of Aspose.Diagram Cloud SDKs along with working examples, to get you started in no time. Please check [Available SDKs](/diagram/available-sdks/) article to learn how to add an SDK to your project. +### **SDK Examples** {{< tabs tabTotal="5" tabID="4" tabName1="C#" tabName2="Java" tabName3="Node.js" tabName4="Python" tabName5="PHP" >}} {{< tab tabNum="1" >}} diff --git a/diagram/developer-guide/create-diagram-file/_index.md b/diagram/developer-guide/create-diagram-file/_index.md index 9b7e5b0..396f077 100644 --- a/diagram/developer-guide/create-diagram-file/_index.md +++ b/diagram/developer-guide/create-diagram-file/_index.md @@ -5,11 +5,11 @@ url: /create-diagram-file/ weight: 20 --- -# **Introduction** +## **Introduction** With [PUT /diagram/{name}](https://apireference.aspose.cloud/diagram/#!/DiagramFile/DiagramFile_PutCreate) API you can create default empty diagram file. -## **Resource URI** +### **Resource URI** [Aspose.Diagram Cloud APIs Swagger UI](https://apireference.aspose.cloud/diagram/) lets you call this REST API directly from the browser. The description of the API and its parameters are also given there. -## **cURL Example** +### **cURL Example** {{< tabs tabTotal="2" tabID="1" tabName1="Request" tabName2="Response" >}} {{< tab tabNum="1" >}} @@ -57,9 +57,9 @@ curl -v "https://api.aspose.cloud/v1.1/diagram/file_get_2.vdx?IsOverwrite=true" {{< /tab >}} {{< /tabs >}} -# **SDKs** -Using an SDK (API client) is the quickest way for a developer to speed up the development. An SDK takes care of a lot of low-level details of making requests and handling responses and lets you focus on writing code specific to your particular project. Checkout our [GitHub repository](https://github.com/aspose-diagram-cloud) for a complete list of Aspose.Diagram Cloud SDKs along with working examples, to get you started in no time. Please check [Available SDKs](/available-sdks/) article to learn how to add an SDK to your project. -## **SDK Examples** +## **SDKs** +Using an SDK (API client) is the quickest way for a developer to speed up the development. An SDK takes care of a lot of low-level details of making requests and handling responses and lets you focus on writing code specific to your particular project. Checkout our [GitHub repository](https://github.com/aspose-diagram-cloud) for a complete list of Aspose.Diagram Cloud SDKs along with working examples, to get you started in no time. Please check [Available SDKs](/diagram/available-sdks/) article to learn how to add an SDK to your project. +### **SDK Examples** {{< tabs tabTotal="5" tabID="4" tabName1="C#" tabName2="Java" tabName3="Node.js" tabName4="Python" tabName5="PHP" >}} {{< tab tabNum="1" >}} diff --git a/diagram/developer-guide/get-diagram-document-information/_index.md b/diagram/developer-guide/get-diagram-document-information/_index.md index 4e7a907..c1ec157 100644 --- a/diagram/developer-guide/get-diagram-document-information/_index.md +++ b/diagram/developer-guide/get-diagram-document-information/_index.md @@ -5,11 +5,11 @@ url: /get-diagram-document-information/ weight: 10 --- -# **Introduction** +## **Introduction** With [GET /diagram/{name}](https://apireference.aspose.cloud/diagram/#!/DiagramFile/DiagramFile_GetDiagram) API you can get diagram document information. -## **Resource URI** +### **Resource URI** [Aspose.Diagram Cloud APIs Swagger UI](https://apireference.aspose.cloud/diagram/) lets you call this REST API directly from the browser. The description of the API and its parameters are also given there. -## **cURL Example** +### **cURL Example** {{< tabs tabTotal="2" tabID="1" tabName1="Request" tabName2="Response" >}} {{< tab tabNum="1" >}} @@ -82,9 +82,9 @@ curl -v "https://api.aspose.cloud/v1.1/diagram/file_get_1.vdx" \ {{< /tab >}} {{< /tabs >}} -# **SDKs** -Using an SDK (API client) is the quickest way for a developer to speed up the development. An SDK takes care of a lot of low-level details of making requests and handling responses and lets you focus on writing code specific to your particular project. Checkout our [GitHub repository](https://github.com/aspose-diagram-cloud) for a complete list of Aspose.Diagram SDKs along with working examples, to get you started in no time. Please check [Available SDKs](/available-sdks/) article to learn how to add an SDK to your project. -## **SDK Examples** +## **SDKs** +Using an SDK (API client) is the quickest way for a developer to speed up the development. An SDK takes care of a lot of low-level details of making requests and handling responses and lets you focus on writing code specific to your particular project. Checkout our [GitHub repository](https://github.com/aspose-diagram-cloud) for a complete list of Aspose.Diagram SDKs along with working examples, to get you started in no time. Please check [Available SDKs](/diagram/available-sdks/) article to learn how to add an SDK to your project. +### **SDK Examples** {{< tabs tabTotal="5" tabID="4" tabName1="C#" tabName2="Java" tabName3="Node.js" tabName4="Python" tabName5="PHP" >}} {{< tab tabNum="1" >}} diff --git a/diagram/developer-guide/upload-diagram-file/_index.md b/diagram/developer-guide/upload-diagram-file/_index.md index 42c2a59..55ed59f 100644 --- a/diagram/developer-guide/upload-diagram-file/_index.md +++ b/diagram/developer-guide/upload-diagram-file/_index.md @@ -5,11 +5,11 @@ url: /upload-diagram-file/ weight: 40 --- -# **Introduction** +## **Introduction** With [PUT /diagram/{name}/upload](https://apireference.aspose.cloud/diagram/#!/DiagramFile/DiagramFile_PutUpload) API you can upload diagram file to Aspose Cloud Storage. -## **Resource URI** +### **Resource URI** [Aspose.Diagram Cloud APIs Swagger UI](https://apireference.aspose.cloud/diagram/) lets you call this REST API directly from the browser. The description of the API and its parameters are also given there. -## **cURL Example** +### **cURL Example** {{< tabs tabTotal="2" tabID="1" tabName1="Request" tabName2="Response" >}} {{< tab tabNum="1" >}} @@ -51,9 +51,9 @@ curl -v "https://api.aspose.cloud/v1.1/diagram/file_get_1.vdx/upload?IsOverwrite {{< /tab >}} {{< /tabs >}} -# **SDKs** -Using an SDK (API client) is the quickest way for a developer to speed up the development. An SDK takes care of a lot of low-level details of making requests and handling responses and lets you focus on writing code specific to your particular project. Checkout our [GitHub repository](https://github.com/aspose-diagram-cloud) for a complete list of Aspose.Diagram Cloud SDKs along with working examples, to get you started in no time. Please check [Available SDKs](/available-sdks/) article to learn how to add an SDK to your project. -## **SDK Examples** +## **SDKs** +Using an SDK (API client) is the quickest way for a developer to speed up the development. An SDK takes care of a lot of low-level details of making requests and handling responses and lets you focus on writing code specific to your particular project. Checkout our [GitHub repository](https://github.com/aspose-diagram-cloud) for a complete list of Aspose.Diagram Cloud SDKs along with working examples, to get you started in no time. Please check [Available SDKs](/diagram/available-sdks/) article to learn how to add an SDK to your project. +### **SDK Examples** {{< tabs tabTotal="5" tabID="4" tabName1="C#" tabName2="Java" tabName3="Node.js" tabName4="Python" tabName5="PHP" >}} {{< tab tabNum="1" >}} diff --git a/diagram/developer-guide/working-with-files-and-storage-using-aspose-diagram-cloud/_index.md b/diagram/developer-guide/working-with-files-and-storage-using-aspose-diagram-cloud/_index.md index 4d96381..c78422d 100644 --- a/diagram/developer-guide/working-with-files-and-storage-using-aspose-diagram-cloud/_index.md +++ b/diagram/developer-guide/working-with-files-and-storage-using-aspose-diagram-cloud/_index.md @@ -6,7 +6,7 @@ weight: 50 --- ## **Introduction** -Aspose.Diagram Cloud provides helper functions to work with files uploaded to Aspose.Diagram Cloud Storage or any other Cloud Storage of your choice. If you need any help getting started with setting third party storage please refer to [Aspose Cloud UI Help Topics](https://docs.aspose.cloud/display/totalcloud/Aspose+Cloud+UI+Help+Topics). +Aspose.Diagram Cloud provides helper functions to work with files uploaded to Aspose.Diagram Cloud Storage or any other Cloud Storage of your choice. If you need any help getting started with setting third party storage please refer to [How to Configure 3rd Party Cloud Storages](https://docs.aspose.cloud/total/getting-started/dashboard/how-to-configure-3rd-party-cloud-storages/). ### **Download a file from Cloud Storage** #### **API Information** diff --git a/diagram/getting-started/available-sdks/_index.md b/diagram/getting-started/available-sdks/_index.md index 3b6982b..8df98b5 100644 --- a/diagram/getting-started/available-sdks/_index.md +++ b/diagram/getting-started/available-sdks/_index.md @@ -5,13 +5,13 @@ url: /available-sdks/ weight: 40 --- -# **Aspose.Diagram Cloud SDKs** +## **Aspose.Diagram Cloud SDKs** Aspose.Diagram Cloud is a modern REST-oriented API, that allows easy integration into existing systems. ### **Why use an SDK?** Using an SDK (API client) is the quickest way for a developer to speed up the development. An SDK takes care of a lot of low-level details of making requests and handling responses and lets you focus on writing code specific to your particular project. ### **SDK benefits** Our supported SDKs are 100% tested and out of the box running. These SDKs are open source and have an MIT license. You can use them, and even customize them for absolutely free of charge. -# **Supported SDKs** +## **Supported SDKs** {{< tabs tabTotal="6" tabID="1" tabName1=".NET" tabName2="Java" tabName3="PHP" tabName4="Ruby" tabName5="Python" tabName6="Node.js" >}} {{< tab tabNum="1" >}} diff --git a/diagram/getting-started/how-to-run-the-examples/_index.md b/diagram/getting-started/how-to-run-the-examples/_index.md index 7e32406..dfdcd5b 100644 --- a/diagram/getting-started/how-to-run-the-examples/_index.md +++ b/diagram/getting-started/how-to-run-the-examples/_index.md @@ -6,7 +6,7 @@ weight: 50 --- ## **Running Aspose.Diagram Cloud Examples** -All examples of Aspose.Diagram Cloud are hosted on [Github](https://github.com/aspose-diagram-cloud). Examples are located in the **Examples** folder. +All examples of Aspose.Diagram Cloud are hosted on [Github](https://github.com/aspose-diagram-cloud). ## **Contribute** If you like to add or improve an example, we encourage you to contribute to the project. All examples and showcase projects in this repository are open source and can be freely used in your own applications. diff --git a/diagram/getting-started/overview/_index.md b/diagram/getting-started/overview/_index.md index 746eb39..4f19ad9 100644 --- a/diagram/getting-started/overview/_index.md +++ b/diagram/getting-started/overview/_index.md @@ -16,14 +16,14 @@ Aspose.Diagram takes advantage of advanced functionalities provided by Microsoft **Export**: -- Export diagrams (VSD, VSDX, VSS, VSSX, VTX, VDX, VDW, VST, VSTX and VSX) to popular image formats (BMP, JPEG, TIFF, EMF, SVG and PNG). -- Export diagrams (VSD, VSDX, VSS, VSSX, VTX, VDX, VDW, VST, VSTX and VSX) to PDF. -- Export diagrams (VSD, VSDX, VSS, VSSX, VTX, VDX, VDW, VST, VSTX and VSX) to HTML. -- Export diagrams (VSD, VSDX, VSS, VSSX, VTX, VDX, VDW, VST, VSTX and VSX) to XML Paper Specification (XPS). -- Export diagrams (VSD, VSDX, VSS, VSSX, VTX, VDX, VDW, VST, VSTX and VSX) to Macromedia Flash File Format (SWF). -- Export diagrams (VSD, VSDX, VSS, VSSX, VTX, VDX, VDW, VST, VSTX and VSX) to XAML. +- Export diagrams ([VSD](https://docs.fileformat.com/image/vsd/), [VSDX](https://docs.fileformat.com/image/vsdx/), [VSS](https://docs.fileformat.com/image/vss/), [VSSX](https://docs.fileformat.com/image/vssx/), [VTX](https://docs.fileformat.com/image/vtx/), [VDX](https://docs.fileformat.com/image/vdx/), [VDW](https://docs.fileformat.com/web/vdw/), [VST](https://docs.fileformat.com/image/vst/), [VSTX](https://docs.fileformat.com/image/vstx/) and [VSX](https://docs.fileformat.com/image/vsx/)) to popular image formats ([BMP](https://docs.fileformat.com/image/bmp/), [JPEG](https://docs.fileformat.com/image/jpeg/), [TIFF](https://docs.fileformat.com/image/tiff/), [EMF](https://docs.fileformat.com/image/emf/), [SVG](https://docs.fileformat.com/page-description-language/svg/) and [PNG](https://docs.fileformat.com/image/png/)). +- Export diagrams ([VSD](https://docs.fileformat.com/image/vsd/), [VSDX](https://docs.fileformat.com/image/vsdx/), [VSS](https://docs.fileformat.com/image/vss/), [VSSX](https://docs.fileformat.com/image/vssx/), [VTX](https://docs.fileformat.com/image/vtx/), [VDX](https://docs.fileformat.com/image/vdx/), [VDW](https://docs.fileformat.com/web/vdw/), [VST](https://docs.fileformat.com/image/vst/), [VSTX](https://docs.fileformat.com/image/vstx/) and [VSX](https://docs.fileformat.com/image/vsx/)) to [PDF](https://docs.fileformat.com/pdf/). +- Export diagrams ([VSD](https://docs.fileformat.com/image/vsd/), [VSDX](https://docs.fileformat.com/image/vsdx/), [VSS](https://docs.fileformat.com/image/vss/), [VSSX](https://docs.fileformat.com/image/vssx/), [VTX](https://docs.fileformat.com/image/vtx/), [VDX](https://docs.fileformat.com/image/vdx/), [VDW](https://docs.fileformat.com/web/vdw/), [VST](https://docs.fileformat.com/image/vst/), [VSTX](https://docs.fileformat.com/image/vstx/) and [VSX](https://docs.fileformat.com/image/vsx/)) to [HTML](https://docs.fileformat.com/web/html/). +- Export diagrams ([VSD](https://docs.fileformat.com/image/vsd/), [VSDX](https://docs.fileformat.com/image/vsdx/), [VSS](https://docs.fileformat.com/image/vss/), [VSSX](https://docs.fileformat.com/image/vssx/), [VTX](https://docs.fileformat.com/image/vtx/), [VDX](https://docs.fileformat.com/image/vdx/), [VDW](https://docs.fileformat.com/web/vdw/), [VST](https://docs.fileformat.com/image/vst/), [VSTX](https://docs.fileformat.com/image/vstx/) and [VSX](https://docs.fileformat.com/image/vsx/)) to XML Paper Specification ([XPS](https://docs.fileformat.com/page-description-language/xps/)). +- Export diagrams ([VSD](https://docs.fileformat.com/image/vsd/), [VSDX](https://docs.fileformat.com/image/vsdx/), [VSS](https://docs.fileformat.com/image/vss/), [VSSX](https://docs.fileformat.com/image/vssx/), [VTX](https://docs.fileformat.com/image/vtx/), [VDX](https://docs.fileformat.com/image/vdx/), [VDW](https://docs.fileformat.com/web/vdw/), [VST](https://docs.fileformat.com/image/vst/), [VSTX](https://docs.fileformat.com/image/vstx/) and [VSX](https://docs.fileformat.com/image/vsx/)) to Macromedia Flash File Format ([SWF](https://docs.fileformat.com/page-description-language/swf/)). +- Export diagrams ([VSD](https://docs.fileformat.com/image/vsd/), [VSDX](https://docs.fileformat.com/image/vsdx/), [VSS](https://docs.fileformat.com/image/vss/), [VSSX](https://docs.fileformat.com/image/vssx/), [VTX](https://docs.fileformat.com/image/vtx/), [VDX](https://docs.fileformat.com/image/vdx/), [VDW](https://docs.fileformat.com/web/vdw/), [VST](https://docs.fileformat.com/image/vst/), [VSTX](https://docs.fileformat.com/image/vstx/) and [VSX](https://docs.fileformat.com/image/vsx/)) to [XAML](https://docs.fileformat.com/web/xaml/). ### **SDKs** -Using an SDK (API client) is the quickest way for a developer to speed up the development. An SDK takes care of a lot of low-level details of making requests and handling responses and lets you focus on writing code specific to your particular project. Check out our [GitHub repository](https://github.com/aspose-diagram-cloud) for a complete list of Aspose.Diagram SDKs along with working examples, to get you started in no time. Please check [Available SDKs](/available-sdks/) article to learn how to add an SDK to your project. +Using an SDK (API client) is the quickest way for a developer to speed up the development. An SDK takes care of a lot of low-level details of making requests and handling responses and lets you focus on writing code specific to your particular project. Check out our [GitHub repository](https://github.com/aspose-diagram-cloud) for a complete list of Aspose.Diagram SDKs along with working examples, to get you started in no time. Please check [Available SDKs](/diagram/available-sdks/) article to learn how to add an SDK to your project. ### **API Explorer** [Aspose.Diagram Cloud API Reference](https://apireference.aspose.cloud/diagram/) is the easiest way to try out our APIs right away in your browser! It allows you to effortlessly interact and try out every single operation our APIs exposes. ### **Security and Authentication** @@ -32,4 +32,4 @@ The Aspose.Diagram Cloud APIs are secured and requires authentication. There ar 1. OAuth 2.0 1. URL Signing -Please check [Authenticating API Requests](https://docs.aspose.cloud/display/storagecloud/Authenticating+API+Requests) article for more details. +Please check [Authenticating API Requests](https://docs.aspose.cloud/storage/authenticating-api-requests/) article for more details. diff --git a/diagram/getting-started/quickstart/_index.md b/diagram/getting-started/quickstart/_index.md index e9701fa..6eedf73 100644 --- a/diagram/getting-started/quickstart/_index.md +++ b/diagram/getting-started/quickstart/_index.md @@ -6,13 +6,13 @@ weight: 30 --- ## **Create an account** -For details on how to create a new account please check [Create a new Account](https://docs.aspose.cloud/display/storagecloud/Creating+and+Managing+Account). +For details on how to create a new account please check [Create a new Account](https://docs.aspose.cloud/storage/creating-and-managing-account/). ## **Create an API Client App** -Before you can make any requests to Aspose Cloud APIs you need to [create an API Client App](https://docs.aspose.cloud/display/storagecloud/Create+New+App+and+Get+App+Key+and+SID). +Before you can make any requests to Aspose Cloud APIs you need to [create an API Client App](https://docs.aspose.cloud/storage/create-new-app-and-get-app-key-and-sid/). This will give you **Client Id** and **Client Secret (secret key)** which you can use to invoke Aspose Cloud APIs. ## **Install the SDK of your choice** -Using an SDK (API client) is the quickest way for a developer to speed up the development. An SDK takes care of a lot of low-level details of making requests and handling responses and lets you focus on writing code specific to your particular project. Please check [Available SDKs](/available-sdks/) article to learn how to add an SDK to your project. +Using an SDK (API client) is the quickest way for a developer to speed up the development. An SDK takes care of a lot of low-level details of making requests and handling responses and lets you focus on writing code specific to your particular project. Please check [Available SDKs](/diagram//available-sdks/) article to learn how to add an SDK to your project. ## **Make an API request from the SDK of your choice** The following example demonstrates how to export diagram to PDF. diff --git a/diagram/getting-started/supported-file-formats/_index.md b/diagram/getting-started/supported-file-formats/_index.md index 06e6df9..d8eab53 100644 --- a/diagram/getting-started/supported-file-formats/_index.md +++ b/diagram/getting-started/supported-file-formats/_index.md @@ -10,42 +10,42 @@ The following table indicates the file formats that Aspose.Diagram Cloud can lo |**Format**|**Description**| | :- | :- | -|[VSDX](https://wiki.fileformat.com/Image/VSDX/)|MS Visio Drawing that uses OPC (Open Packaging Conventions)| -|[VDX](https://wiki.fileformat.com/Image/VDX/)|Drawing or chart created with Microsoft Visio| -|[VSD](https://wiki.fileformat.com/Image/vsd/)|Visio Drawing (Vector Graphics File Format)| -|[VSX](https://wiki.fileformat.com/Image/VSX/)|Visio Stencil XML file type| -|[VTX](https://wiki.fileformat.com/Image/vtx/)|XML for Visio (Template File)| -|[VSSX](https://wiki.fileformat.com/Image/vssx/)|VSSX file that hasobjectsto be included in technical drawings| -|[VSTX](https://wiki.fileformat.com/Image/vstx/)|MS Visio Drawing Template| -|[VSDM](https://wiki.fileformat.com/Image/vsdm/)|Visio Macro-Enabled Drawing file type| -|[VSSM](https://wiki.fileformat.com/Image/vssm/)|Stores collection of shapes| -|[VSTM](https://wiki.fileformat.com/Image/vstm/)|VSTM that contains both Drawing template and macros| -|[VDW](https://wiki.fileformat.com/Web/vdw/)|Visio Web Drawing File Type| -|[VSS](https://wiki.fileformat.com/Image/vss/)|The Visio Stencil File Type| -|[VST](https://wiki.fileformat.com/Image/vst/)|VST Template File| +|[VSDX](https://docs.fileformat.com/image/vsdx/)|MS Visio Drawing that uses OPC (Open Packaging Conventions)| +|[VDX](https://docs.fileformat.com/image/vdx/)|Drawing or chart created with Microsoft Visio| +|[VSD](https://docs.fileformat.com/image/vsd/)|Visio Drawing (Vector Graphics File Format)| +|[VSX](https://docs.fileformat.com/image/vsx/)|Visio Stencil XML file type| +|[VTX](https://docs.fileformat.com/image/vtx/)|XML for Visio (Template File)| +|[VSSX](https://docs.fileformat.com/image/vssx/)|VSSX file that hasobjectsto be included in technical drawings| +|[VSTX](https://docs.fileformat.com/image/vstx/)|MS Visio Drawing Template| +|[VSDM](https://docs.fileformat.com/image/vsdm/)|Visio Macro-Enabled Drawing file type| +|[VSSM](https://docs.fileformat.com/image/vssm/)|Stores collection of shapes| +|[VSTM](https://docs.fileformat.com/image/vstm/)|VSTM that contains both Drawing template and macros| +|[VDW](https://docs.fileformat.com/web/vdw/)|Visio Web Drawing File Type| +|[VSS](https://docs.fileformat.com/image/vss/)|The Visio Stencil File Type| +|[VST](https://docs.fileformat.com/image/vst/)|VST Template File| ## **Supported Save Formats** The following table indicates the file formats in which the document can be saved by using Aspose.Diagram Cloud: |**Format**|**Description**| | :- | :- | -|VSDX|Saves the drawing in MS Visio Drawing| -|VDX|Drawing or chart created with Microsoft Visio| -|VSX|Saves into Visio Stencil XML file type| -|VTX|Saves the input file into XML for Visio (Template File)| -|VSSX|Saves the input file into VSSX file| -|VSTX|Saves in MS Visio Drawing Template| -|VSDM|Saves the drawing in VSDM| -|VSSM|Saves the drawing in VSSM| -|VSTM|Saves the drawing in VSTM| -|PDF|Saves the drawing in PDF (Portable Document Format)| -|XPS|Saves the drawing in XPS format| -|XAML|Saves the drawing in XAML format| -|SWF|Saves the drawing in Adobe Flash File| -|SVG|Saves the drawing in Scalable Vector Graphics (An XML-based vector image format)| -|EMF|Saves the drawing in Enhanced MetaFile| -|JPEG|Saves the drawing in JPEG Format| -|PNG|Saves the drawing in PNG Format| -|BMP|Saves the drawing in BMP Format| -|TIFF|Saves the drawing as Single or Multi-Page TIFF Image| -|HTML|Saves the drawing in HTML Format| +|[VSDX](https://docs.fileformat.com/image/vsdx/)|Saves the drawing in MS Visio Drawing| +|[VDX](https://docs.fileformat.com/image/vdx/)|Drawing or chart created with Microsoft Visio| +|[VSX](https://docs.fileformat.com/image/vsx/)|Saves into Visio Stencil XML file type| +|[VTX](https://docs.fileformat.com/image/vtx/)|Saves the input file into XML for Visio (Template File)| +|[VSSX](https://docs.fileformat.com/image/vssx/)|Saves the input file into VSSX file| +|[VSTX](https://docs.fileformat.com/image/vstx/)|Saves in MS Visio Drawing Template| +|[VSDM](https://docs.fileformat.com/image/vsdm/)|Saves the drawing in VSDM| +|[VSSM](https://docs.fileformat.com/image/vssm/)|Saves the drawing in VSSM| +|[VSTM](https://docs.fileformat.com/image/vstm/)|Saves the drawing in VSTM| +|[PDF](https://docs.fileformat.com/pdf/)|Saves the drawing in PDF (Portable Document Format)| +|[XPS](https://docs.fileformat.com/page-description-language/xps/)|Saves the drawing in XPS format| +|[XAML](https://docs.fileformat.com/web/xaml/)|Saves the drawing in XAML format| +|[SWF](https://docs.fileformat.com/page-description-language/swf/)|Saves the drawing in Adobe Flash File| +|[SVG](https://docs.fileformat.com/page-description-language/svg/)|Saves the drawing in Scalable Vector Graphics (An XML-based vector image format)| +|[EMF](https://docs.fileformat.com/image/emf/)|Saves the drawing in Enhanced MetaFile| +|[JPEG](https://docs.fileformat.com/image/jpeg/)|Saves the drawing in JPEG Format| +|[PNG](https://docs.fileformat.com/image/png/)|Saves the drawing in PNG Format| +|[BMP](https://docs.fileformat.com/image/bmp/)|Saves the drawing in BMP Format| +|[TIFF](https://docs.fileformat.com/image/tiff/)|Saves the drawing as Single or Multi-Page TIFF Image| +|[HTML](https://docs.fileformat.com/web/html/)|Saves the drawing in HTML Format|