Skip to content

aspose-diagram-cloud/aspose-diagram-cloud-android

Repository files navigation

GitHub release (latest by date) GitHub license

Android Cloud REST API for Visio Processing

Aspose.Diagram Cloud SDK for Android wraps the Aspose.Diagram REST API that allows create, export and render Microsoft Visio format files. Conversion includes to various other formats including .

Visio Processing Features

  • 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.

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

New Features in Version 20.3

  • Added support to draw Polyline, Line & Ellipse on a page.
  • Added ability to set page settings, add an empty page and get page information.

Please visit Aspose.Diagram Cloud 20.3 Release Notes for detailed release notes.

Integrated Storage API

  • Upload, download, copy, move and delete files, including versions handling (if you are using Cloud storage that supports this feature - true by default).
  • Create, copy, move and delete folders.
  • Copy and move files and folders accross separate storages in scope of a single operation.
  • Check if certain file, folder or storage exists.

Get Started with Aspose.Diagram Cloud SDK for Android

Register an account at Aspose Cloud Dashboard to get you application information. Next, set your project to fetch the dependencies.

Maven

Add this dependency and repository to your project's POM:

<dependencies>
	<dependency>
		<groupId>com.aspose</groupId>
		<artifactId>aspose-diagram-cloud</artifactId>
		<version>20.3</version>
	</dependency>
</dependencies>
<repositories>
	<repository>
		<id>AsposeJavaAPI</id>
		<name>Aspose Java API</name>
		<url>https://repository.aspose.cloud/repo/</url>
	</repository>
</repositories>

Gradle

allprojects {
    repositories {
        jcenter()
        maven {
            url 'https://repository.aspose.cloud/repo/'
            name 'aspose'
        }
    }
}
dependencies {
    compile(group: 'com.aspose', name: 'aspose-diagram-cloud-android', version: '20.3')
}

Create New VDX Diagram in Android using Java

	// Get your ClientId and ClientSecret from https://dashboard.aspose.cloud (free registration required).
	DiagramApi api = new DiagramApi("client_credentials", "MY_CLIENT_ID", "MY_CLIENT_SECRET");

	String fileName = "sample.vdx";
	String folder = "my_output";
	Boolean is_overwrite = "true";
	CreateNewResponse response = api.postDiagramConvert(fileName, folder, is_overwrite);

Aspose.Diagram Cloud SDKs in Popular Languages

.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

Android SDK to communicate with Aspose.Diagram RESTful API. Create, Convert & Render Microsoft Visio® files in the Cloud.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages