Aspose.Diagram for Python via Java 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 & manipulate shape, render pages, shapes to PDF & images, and much more - all without any dependency on Microsoft Office or Visio application.
Python Visio API Features
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.
Read Visio Files
Microsoft Visio:VSD,VSS,VST,VSX,VTX, VDX, VSDX, VSTX, VSSX, VSTM, VSSM
Save Visio Files As
Microsoft Visio: VSX,VTX, VDX, VSDX, VSTX, VSSX, VSTM, VSSM Fixed Layout: PDF, XPS Images: JPEG, PNG, BMP, SVG, TIFF, GIF, EMF Web: HTML
Create Visio File from Scratch using Python
import jpype
import asposediagram
jpype.startJVM()
from asposediagram.api import *
diagram = Diagram()
diagram.save("output.vsdx", SaveFileFormat.VSDX)
jpype.shutdownJVM()
Convert Visio VSDX File to PDF using Python
import jpype
import asposediagram
jpype.startJVM()
from asposediagram.api import *
diagram = Diagram("input.vsdx")
diagram.save("output.pdf",SaveFileFormat.PDF)
jpype.shutdownJVM()
Product Page | Documentation | Blog | API Reference | Code Samples | Free Support | Temporary License | EULA
Release files for aspose-diagram 25.2.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| aspose_diagram-25.2.0.tar.gz | 3.7 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| aspose_diagram-25.2.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 7.4 MB
Release files / aspose_diagram-25.2.0.tar.gz
| Download URL | aspose_diagram-25.2.0.tar.gz |
|---|---|
| Size | 3.7 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
4b9c540bd2a31f090762c9058dd44dda960c741e671cd6eea21fb983e7f78f7b
|
|
BLAKE2b-256 checksum How to use checksums |
7258a14a70dcb319cc19e0b8c2a2b234aafa447fc94537ba8d6cae8fd29587cf
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.11.9
|
Release files / aspose_diagram-25.2.0-py3-none-any.whl
| Download URL | aspose_diagram-25.2.0-py3-none-any.whl |
|---|---|
| Size | 3.7 MB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
04d65478833b3dd26787a072433f95f747ad0df992bed31dac040b0b2be69c6b
|
|
BLAKE2b-256 checksum How to use checksums |
cfe8a2ceac8bc56cc6bd15652405078fdf700f324c36456005c557f1565dcff5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.11.9
|