- Notifications
You must be signed in to change notification settings - Fork0
Python SDK to communicate with Aspose.Diagram REST API. Process Visio® files in the Cloud with zero initial cost.
License
aspose-diagram-cloud/aspose-diagram-cloud-python
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Aspose.Diagram Cloud SDK for Python offers to create new Visio files as well as export Visio files (VSD, VSDX, VSS, VSSX, VTX, VDX, VDW, VST, VSTX, and VSX) to image formats (PNG, SVG, EMF, TIFF, BMP & JPEG), export Visio flowcharts to HTML, SWF & XAML, and export diagrams to fixed-layouts, such as PDF & XPS.
Feel free to explore theDeveloper's Guide for all usage scenarios.
- Convert diagrams to 20+ different file formats.
- Retrieve document information of a Visio diagram.
- Programmatically create a new Microsoft Visio diagram file.
- Convert Visio flow-charts to other supported formats.
- Upload your business-oriented Visio diagrams to cloud storage.
- Export Visio files to raster images, fixed-layout, and HTML formats.
Please refer toDeveloper's Guide to see what else you can achieve.
Microsoft Visio: VSDX, VSX, VTX, VDX, VSSX, VSTX, VSDM, VSSM, VSTM
Fixed Layout: PDF, XPSImages: JPEG, PNG, BMP, TIFF, SVG, EMFWeb: HTMLOther: XAML, SWF
Microsoft Visio: VDW, VSD, VSS, VST
Added support to draw following objects on a page:
- Polyline
- Line
- Ellipse
Added support to:
- Set page setting
- Add new empty page
- Get pages info
For the detailed notes, please visitAspose.Diagram Cloud 20.3 Release Notes.
Firstly, create an account atAspose for Cloud to get your application information and free quota to use the API. Now executepip install asposediagramcloud
from the command line to get the get the SDK from PIP.
# Get your ClientId and ClientSecret from https://dashboard.aspose.cloud (free registration required).diagram_api=DiagramApi("client_credentials","MY_CLIENT_ID","MY_CLIENT_SECRET")fileName="sample.vdx"folder="my_output"is_overwrite="true"response=diagram_api.create_new(fileName,folder=folder,is_overwrite=is_overwrite)
.NET | Java | PHP | Python | Ruby | Node.js | Android | Perl | Swift |
---|---|---|---|---|---|---|---|---|
GitHub | GitHub | GitHub | GitHub | GitHub | GitHub | GitHub | GitHub | GitHub |
NuGet | Maven | Composer | PIP | GEM | NPM | Maven | CPAN | POD |
Home |Product Page |Documentation |Live Demo |API Reference |Code Samples |Blog |Free Support |Free Trial
About
Python SDK to communicate with Aspose.Diagram REST API. Process Visio® files in the Cloud with zero initial cost.
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors5
Uh oh!
There was an error while loading.Please reload this page.