Categorygithub.com/aspose-pdf-cloud/aspose-pdf-cloud-go/v23

# README

GitHub release (latest by date) GitHub license

Go SDK for Aspose.PDF Cloud REST API

Aspose.PDF Cloud is a true REST API that enables you to perform a wide range of document processing operations including creation, manipulation, conversion and rendering of PDF documents in the cloud.

Our Cloud SDKs are wrappers around REST API in various programming languages, allowing you to process documents in language of your choice quickly and easily, gaining all benefits of strong types and IDE highlights. This repository contains new generation SDKs for Aspose.PDF Cloud and examples.

These SDKs are now fully supported. If you have any questions, see any bugs or have enhancement request, feel free to reach out to us at Free Support Forums.

Extract Text & Images of a PDF document online https://products.aspose.app/pdf/parser.

Enhancements in Version 23.12

  • Support to update bookmark in password protected PDF document.
  • Support to delete bookmarks from password protected PDF document.
  • Support to add bookmarks to password protected PDF document.
  • Support to delete properties of password protected PDF document.
  • Support to add properties of password protected PDF document.
  • Support to read properties of password protected PDF document.
  • A new version of Aspose.PDF Cloud was prepared using the latest version of Aspose.PDF for .NET.

Bugs fixed in Version 23.12

  • PDF to XLSX Conversion clubs data in one cell.
  • GetDocumentBookmarks does not get bookmarks from protected PDF.

Installation

    go get -u github.com/aspose-pdf-cloud/aspose-pdf-cloud-go/v23

Getting Started

Please follow the installation instruction and execute the following Go code:

Get PDF Page Circle Annotations in Go

        import asposepdfcloud "github.com/aspose-pdf-cloud/aspose-pdf-cloud-go/v23"

        ...

	// Get your ClientId and ClientSecret from https://dashboard.aspose.cloud (free registration required).
	pdfApi := asposepdfcloud.NewPdfApiService("MY_CLIENT_ID", "MY_CLIENT_SECRET", "")
	args := map[string]interface{} {
		"folder": "path/to/remote/folder",
	}
	return pdfApi.GetDocumentCircleAnnotations("PdfWithAnnotations.pdf", args)

Unit Tests

Aspose PDF Cloud SDK includes a suite of unit tests within the "test" subdirectory. These Unit Tests also serves as examples of how to use the Aspose PDF Cloud SDK.

Licensing

All Aspose.PDF Cloud SDKs are licensed under MIT License.