Swift Cloud REST API for Visio Processing
This cloud SDK enables your Swift cloud apps to create & process Visio diagrams from within your apps without installing Microsoft Visio.
Visio Processing Features
- 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.
New Features in Version 20.3
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 visit Aspose.Diagram Cloud 20.3 Release Notes.
Read & Write Visio Formats
Microsoft Visio: VSDX, VSX, VTX, VDX, VSSX, VSTX, VSDM, VSSM, VSTM
Save Visio As
Fixed Layout: PDF, XPS Images: JPEG, PNG, BMP, TIFF, SVG, EMF Web: HTML Other: XAML, SWF
Read Visio Formats
Microsoft Visio: VDW, VSD, VSS, VST
Getting Started
Please, add the following cocoapods to your project.
You want to add pod 'AsposeDiagramCloud', '~> 20.3'
similar to the following to your Podfile:
target 'MyApp' do
pod 'AsposeDiagramCloud', '~> 20.3'
end
Then run a pod install inside your terminal, or from CocoaPods.app.
Alternatively to give it a test run, run the command:
pod try AsposeDiagramCloud
Examples
Please, look at Examples document for basic usage or use the Examples folder for more sophisticated scenarios.
Aspose Cloud-hosted service VS on-premise deployment (experimental feature)
Starting from v19.10, you can choose either to use Aspose Cloud-hosted image processing service (the standard way) or the Docker image from Docker Hub deployed on-premise to serve the requests. The details about key differences and deployment process will be described on the dedicated Docker Hub page as soon as it's released.
Licensing
All Aspose.Diagram Cloud SDKs, helper scripts and templates are licensed under MIT License.
Product Page | Documentation | Live Demo | API Reference | Code Samples | Blog | Free Support | Free Trial