Working with Files and Storage using Aspose.PDF Cloud

Introduction

Aspose.PF Cloud provides helper functions to work with files uploaded to Aspose Cloud Storage or any other Cloud Storage of your choice. If you need any help getting started with setting third party storage please refer to Aspose Cloud UI Help Topics.

Download a file from Cloud Storage

API Information

API Type Description Swagger Link
/pdf/storage/file/{path} GET Download a File from Storage DownloadFile

cURL Example

SDK Example

Uploading a file from Cloud Storage

API Information

API Type Description Swagger Link
/pdf/storage/file/{path} PUT Upload a file to Cloud Storage UploadFile

cURL Example

SDK Example

Copying a file to a new location on Cloud Storage

API Information

API Type Description Swagger Link
/pdf/storage/file/copy/{srcPath} PUT Duplicate a file to a new location on Cloud Storage CopyFile

cURL Example

SDK Example

Moving a file to a new location on Cloud Storage

API Information

API Type Description Swagger Link
/pdf/storage/file/MOVE/{srcPath} PUT Move a file to a new location on Cloud Storage MoveFile

cURL Example

SDK Example

Deleting a file on Cloud Storage

API Information

API Type Description Swagger Link
/pdf/storage/file/{path} DELETE Delete a file from Cloud Storage DeleteFile

cURL Example

SDK Example