2017 © Pedro Peláez
 

library pdf-sdk-php

Aspose.PDF for Cloud is a REST API for creating and editing PDF files. It can also be used to convert PDF files to different formats like DOC, HTML, XPS, TIFF and many more. Aspose.Pdf for Cloud gives you control: create PDFs from scratch or from HTML, XML, template, database, XPS or an image. Render PDFs to image formats such as JPEG, PNG, GIF, BMP, TIFF and many others. Aspose.Pdf for Cloud helps you manipulate elements of a PDF file like text, annotations, watermarks, signatures, bookmarks, stamps and so on. Its REST API also allows you to manage PDF pages by using features like merging, splitting, and inserting. Add images to a PDF file or convert PDF pages to images.

image

aspose/pdf-sdk-php

Aspose.PDF for Cloud is a REST API for creating and editing PDF files. It can also be used to convert PDF files to different formats like DOC, HTML, XPS, TIFF and many more. Aspose.Pdf for Cloud gives you control: create PDFs from scratch or from HTML, XML, template, database, XPS or an image. Render PDFs to image formats such as JPEG, PNG, GIF, BMP, TIFF and many others. Aspose.Pdf for Cloud helps you manipulate elements of a PDF file like text, annotations, watermarks, signatures, bookmarks, stamps and so on. Its REST API also allows you to manage PDF pages by using features like merging, splitting, and inserting. Add images to a PDF file or convert PDF pages to images.

  • Thursday, July 5, 2018
  • by Aspose Marketplace
  • Repository
  • 2 Watchers
  • 0 Stars
  • 76 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 8 Versions
  • 9 % Grown

The README.md

Packagist Version Packagist PHP Version Support GitHub license, (*1)

PHP REST API to Process PDF in Cloud

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., (*2)

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., (*3)

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., (*4)

Extract Text & Images of a PDF document online https://products.aspose.app/pdf/parser., (*5)

PDF Processing Features

  • Add PDF document's header & footer in text or image format.
  • Add tables & stamps (text or image) to PDF documents.
  • Append multiple PDF documents to an existing file.
  • Work with PDF attachments, annotations, & form fields.
  • Apply encryption or decryption to PDF documents & set a password.
  • Delete all stamps & tables from a page or entire PDF document.
  • Delete a specific stamp or table from the PDF document by its ID.
  • Replace single or multiple instances of text on a PDF page or from the entire document.
  • Extensive support for converting PDF documents to various other file formats.
  • Extract various elements of PDF files & make PDF documents optimized.

Read & Write PDF Formats

PDF, EPUB, HTML, TeX, SVG, XML, XPS, FDF, XFDF, (*6)

Save PDF As

XLS, XLSX, PPTX, DOC, DOCX, MobiXML, JPEG, EMF, PNG, BMP, GIF, TIFF, Text, (*7)

Read PDF Formats

MHT, PCL, PS, XSLFO, MD, (*8)

Enhancements in Version 25.4

  • Add method for adding Stamp per page in batch.
  • A new version of Aspose.PDF Cloud was prepared using the latest version of Aspose.PDF for .NET.

Requirements

PHP 7.4 and later., (*9)

Unit Tests

Aspose PDF SDK includes a suite of unit tests within the "tests" subdirectory. These Unit Tests also serves as examples of how to use the Aspose PDF SDK., (*10)

To run the unit tests:, (*11)

composer install
./vendor/bin/phpunit

Get PDF Page Annotations in PHP

    // Get your ClientId and ClientSecret from https://dashboard.aspose.cloud (free registration required).

    $config = new Configuration();
    $config->setAppSid('MY_CLIENT_ID');
    $config->setAppKey('MY_CLIENT_SECRET');

    $pdfApi = new PdfApi(null, $config);
    $name = 'PdfWithAnnotations.pdf';
    $pageNumber = 2;

    $response = $pdfApi->getPageAnnotations($name, $pageNumber, null, "tempFolder");

SelfHost Aspose.PDF Cloud

Create Configuration object without AppSid and AppKey, with SelfHost set to true and with Host set to url of SelfHost Aspose.PDF Cloud:, (*12)

    $config->setSelfHost(true);
    $config->setHost('MY_SELF_HOST_URL');

Licensing

All Aspose.PDF Cloud SDKs are licensed under MIT License., (*13)

The Versions

05/07 2018

dev-master

9999999-dev https://products.aspose.cloud/pdf/cloud

Aspose.PDF for Cloud is a REST API for creating and editing PDF files. It can also be used to convert PDF files to different formats like DOC, HTML, XPS, TIFF and many more. Aspose.Pdf for Cloud gives you control: create PDFs from scratch or from HTML, XML, template, database, XPS or an image. Render PDFs to image formats such as JPEG, PNG, GIF, BMP, TIFF and many others. Aspose.Pdf for Cloud helps you manipulate elements of a PDF file like text, annotations, watermarks, signatures, bookmarks, stamps and so on. Its REST API also allows you to manage PDF pages by using features like merging, splitting, and inserting. Add images to a PDF file or convert PDF pages to images.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Imran Anwar

php sdk pdf aspose aspose cloud

05/07 2018

18.6.0

18.6.0.0 https://products.aspose.cloud/pdf/cloud

Aspose.PDF for Cloud is a REST API for creating and editing PDF files. It can also be used to convert PDF files to different formats like DOC, HTML, XPS, TIFF and many more. Aspose.Pdf for Cloud gives you control: create PDFs from scratch or from HTML, XML, template, database, XPS or an image. Render PDFs to image formats such as JPEG, PNG, GIF, BMP, TIFF and many others. Aspose.Pdf for Cloud helps you manipulate elements of a PDF file like text, annotations, watermarks, signatures, bookmarks, stamps and so on. Its REST API also allows you to manage PDF pages by using features like merging, splitting, and inserting. Add images to a PDF file or convert PDF pages to images.

  Sources   Download

MIT

The Requires

 

The Development Requires

php sdk pdf aspose aspose cloud

14/06 2018

18.5.0

18.5.0.0 https://products.aspose.cloud/pdf/cloud

Aspose.PDF for Cloud is a REST API for creating and editing PDF files. It can also be used to convert PDF files to different formats like DOC, HTML, XPS, TIFF and many more. Aspose.Pdf for Cloud gives you control: create PDFs from scratch or from HTML, XML, template, database, XPS or an image. Render PDFs to image formats such as JPEG, PNG, GIF, BMP, TIFF and many others. Aspose.Pdf for Cloud helps you manipulate elements of a PDF file like text, annotations, watermarks, signatures, bookmarks, stamps and so on. Its REST API also allows you to manage PDF pages by using features like merging, splitting, and inserting. Add images to a PDF file or convert PDF pages to images.

  Sources   Download

MIT

The Requires

 

The Development Requires

php sdk pdf aspose aspose cloud

15/05 2018

18.4.0

18.4.0.0 https://products.aspose.cloud/pdf/cloud

Aspose.PDF for Cloud is a REST API for creating and editing PDF files. It can also be used to convert PDF files to different formats like DOC, HTML, XPS, TIFF and many more. Aspose.Pdf for Cloud gives you control: create PDFs from scratch or from HTML, XML, template, database, XPS or an image. Render PDFs to image formats such as JPEG, PNG, GIF, BMP, TIFF and many others. Aspose.Pdf for Cloud helps you manipulate elements of a PDF file like text, annotations, watermarks, signatures, bookmarks, stamps and so on. Its REST API also allows you to manage PDF pages by using features like merging, splitting, and inserting. Add images to a PDF file or convert PDF pages to images.

  Sources   Download

MIT

The Requires

 

The Development Requires

php sdk pdf aspose aspose cloud

20/04 2018

18.3.0

18.3.0.0 https://products.aspose.cloud/pdf/cloud

Aspose.PDF for Cloud is a REST API for creating and editing PDF files. It can also be used to convert PDF files to different formats like DOC, HTML, XPS, TIFF and many more. Aspose.Pdf for Cloud gives you control: create PDFs from scratch or from HTML, XML, template, database, XPS or an image. Render PDFs to image formats such as JPEG, PNG, GIF, BMP, TIFF and many others. Aspose.Pdf for Cloud helps you manipulate elements of a PDF file like text, annotations, watermarks, signatures, bookmarks, stamps and so on. Its REST API also allows you to manage PDF pages by using features like merging, splitting, and inserting. Add images to a PDF file or convert PDF pages to images.

  Sources   Download

MIT

The Requires

 

The Development Requires

php sdk pdf aspose aspose cloud

15/03 2018

18.2.0

18.2.0.0 https://products.aspose.cloud/pdf/cloud

Aspose.PDF for Cloud is a REST API for creating and editing PDF files. It can also be used to convert PDF files to different formats like DOC, HTML, XPS, TIFF and many more. Aspose.Pdf for Cloud gives you control: create PDFs from scratch or from HTML, XML, template, database, XPS or an image. Render PDFs to image formats such as JPEG, PNG, GIF, BMP, TIFF and many others. Aspose.Pdf for Cloud helps you manipulate elements of a PDF file like text, annotations, watermarks, signatures, bookmarks, stamps and so on. Its REST API also allows you to manage PDF pages by using features like merging, splitting, and inserting. Add images to a PDF file or convert PDF pages to images.

  Sources   Download

MIT

The Requires

 

The Development Requires

php sdk pdf aspose aspose cloud

15/03 2018

2.0.0

2.0.0.0 https://products.aspose.cloud/pdf/cloud

Aspose.PDF for Cloud is a REST API for creating and editing PDF files. It can also be used to convert PDF files to different formats like DOC, HTML, XPS, TIFF and many more. Aspose.Pdf for Cloud gives you control: create PDFs from scratch or from HTML, XML, template, database, XPS or an image. Render PDFs to image formats such as JPEG, PNG, GIF, BMP, TIFF and many others. Aspose.Pdf for Cloud helps you manipulate elements of a PDF file like text, annotations, watermarks, signatures, bookmarks, stamps and so on. Its REST API also allows you to manage PDF pages by using features like merging, splitting, and inserting. Add images to a PDF file or convert PDF pages to images.

  Sources   Download

MIT

The Requires

 

The Development Requires

php sdk pdf aspose aspose cloud

26/03 2016

1.0.0

1.0.0.0 https://github.com/asposepdf/Aspose_Pdf_Cloud_SDK_For_PHP

Aspose.Pdf for Cloud is a Cloud API to work with Pdf files. This is the repository for Aspose.Pdf Cloud SDK for PHP. Using this SDK, Aspose.Pdf Cloud APIs can be easily used in PHP applications.

  Sources   Download

The Requires

 

by Imran Anwar

php pdf aspose aspose cloud