Aspose.Diagram for Python via .NET is a scalable and feature-rich API to process visio files using Python. API offers Visio file creation, manipulation, conversion and rendering. Developers can format pages to the most granular level, create and manipulate shape, render pages, shapes to PDF and images, and much more - all without any dependency on Microsoft Office or Visio application.
Project description
Product Page | Docs | Demos | Blog | Code Samples | Free Support | Temporary License | EULA
Try our free online apps demonstrating some of the most popular Aspose.diagram functionality.
Aspose.Diagram for Python via .Net is a scalable and feature-rich API to process visio files using Python. API offers Visio file creation, manipulation, conversion, rendering. Developers can format pages to the most granular level, create and manipulate shape, render pages, shapes to PDF and images, and much more - all without any dependency on Microsoft Office or Visio application.
Diagram API Features
Aspose.Diagram offers a wide arrange of features for creating, reading, manipulating and saving visio files:
Create visio files via API.
Convert shapes to images or PDF.
Manage comments & hyperlinks.
Convert pages to PDF, XPS & SVG formats.
Inter-convert files to popular visio formats.
Performance and Scalability
Aspose.Diagram for Python via .NET is designed to perform equally well on the server or client-side. Aspose.Diagram for Python via .NET is a single .NET library that can be deployed with any .NET application by simply copying it. You do not have to worry about other services or modules.
Supported Document Formats
Aspose.Diagram for Python supports a wide range of formats for loading and saving documents<https://docs.aspose.com/diagram/python-net/supported-file-formats/>, some of them are listed below:
Microsoft Visio: VSD, VSX,VTX, VDX, VSDX, VSTX, VSSX, VSTM, VSSM Fixed Layout: PDF, XPS Images: JPEG, PNG, BMP, SVG, TIFF, GIF, EMF Web: HTML
Detect Diagram Format Programming Sample
from aspose.diagram import *
# For complete examples and data files, please go to https://github.com/aspose-diagram/Aspose.Diagram-for-.NET
# Detect the format of a diagram file
fileFormatInfo = FileFormatUtil.detectFileFormat(test.vsdx")
# Display the file format
print("File Format: " + str(fileFormatInfo))
Creating a diagram Document: Programming Samples
from aspose.diagram import *
# For complete examples and data files, please go to https://github.com/aspose-diagram/Aspose.Diagram-for-.NET
# The path to the documents directory.
#Initialize a Diagram class
diagram = Diagram()
# Save diagram in the VSDX format
diagram.save("CreateNewVisio_out.vsdx", SaveFileFormat.VSDX)
Create a PDF with a Diagram
from aspose.diagram import *
# Load an exiting Visio diagram
vsdDiagram = Diagram("Drawing1.vsd")
# Save as PDF
vsdDiagram.save("SaveDiagramToPDFwithAspose_out.pdf", SaveFileFormat.PDF)
Product Page | Docs | Demos | Blog | Code Samples | Free Support | Temporary License | EULA
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distributions
Hashes for aspose_diagram_python-24.10-py3-none-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4b31610986213d7fd4f68b2ff200b04e6afdd1a3f7e254a1cd744abcfb702c1b |
|
MD5 | 993a475b3846cb9306488382cc36f454 |
|
BLAKE2b-256 | 9cd5264cc7c0d98ba2c8520530a677e7a13f1c68d6daf2dcbe8b855d01e4471c |
Hashes for aspose_diagram_python-24.10-py3-none-win32.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 63eaed65f1d17caee3a55ac1ccffc6046b5ccf1d6157dc6e3f22fa50a1c6ac61 |
|
MD5 | d7146e64c5e8b36803a941edcbfd636b |
|
BLAKE2b-256 | 0a3fb74341726350173892e9aa4d8c12660b6c6b52c5440ede1f452323aa8a49 |
Hashes for aspose_diagram_python-24.10-py3-none-manylinux1_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | fb08304fd6f023acfaa08ec371309c0346787f7164083d8055baae2d07ed6036 |
|
MD5 | 8b8e706d21c7af94f354eb9af508cdfa |
|
BLAKE2b-256 | 217cdf31e11f2ea5a2943da732e0d8abe68b00ec21bae60e67736d55e4396dc5 |
Hashes for aspose_diagram_python-24.10-py3-none-macosx_11_0_arm64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | cfa1f4b2341d9b6f8d02772c94373c1a8114582148ac37fd0eda2bb51c429087 |
|
MD5 | 22ee29a36f4cb70e79e8ab66eff16b7a |
|
BLAKE2b-256 | 0ab05d1dcdf9da36dd495a5295e74ac939ceebdefe9e926ef17cb8d0e632a2eb |
Hashes for aspose_diagram_python-24.10-py3-none-macosx_10_14_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 123c771193dfec352257d3acff7d53097db082d3853b7623e5cea5545e1925d8 |
|
MD5 | 0678789d496e6a88b9ab72abb3a9d91f |
|
BLAKE2b-256 | e9960e626f7232c403f76e834a1a508e88100734a036fcae31c76c384e731fad |