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
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file aspose-diagram-22.3.0.tar.gz.
File metadata
- Download URL: aspose-diagram-22.3.0.tar.gz
- Upload date:
- Size: 3.4 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4aeba10fe06d9e49132b79f3d3aed8abef0d8200600443c1b3e645b6e30b96ce
|
|
| MD5 |
180757ab3298a3ea3f2895c1f56da3d7
|
|
| BLAKE2b-256 |
af8c5512df2471fc65d58b65eeb1b2591aeb390d89264e60724079f7c4fdd646
|