Download the PHP package dynamicpdf/api without Composer

On this page you can find all versions of the php package dynamicpdf/api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package api

PHP Client (php-client)

The PHP Client (php-client) project uses the DynamicPDF API's PHP client library to create, merge, split, form fill, stamp, obtain metadata, convert, and secure/encrypt PDF documents.

The DynamicPDF API consists of the following endpoints.

For more information, please visit DynamicPDF API. Support for other languages/platforms (PHP, C#, Node.js) is available on GitHub (DynamicPDF API at GitHub).

Requirements

Installation

Use Composer to install the client library.

Composer

The preferred method is via Composer. Install Composer as follows.

Documentation

Endpoint REST Endpoint REST Endpoint Client Library Description
dlex-layout API Users Guide - dlex-layout dlex-layout Returns a PDF after processing a DLEX file with it's associated JSON data.
image-info API Users Guide - image-info image-info Returns image metadata as a JSON document.
pdf API Users Guide - pdf pdf Returns a PDF after performing one of the pdf endpoint's tasks (page, dlex, image) or merging.
pdf-info API Users Guide - pdf-Info pdf-info Returns PDF metadata as a JSON document.
pdf-text API Users Guide - pdf-text pdf-text Returns the text from a PDF as a JSON document.
pdf-xmp API Users Guide - pdf-xmp pdf-xmp Returns XMP metadata from a PDF.

REST Client

Tutorials

The following table lists the available tutorials.

Tutorial Title Tutorial Location
Merging PDFs https://dpdf.io/docs/tutorials/cloud-api/merging-pdfs
Completing an AcroForm https://dpdf.io/docs/tutorials/cloud-api/form-completion
Creating a PDF Using a DLEX and the pdf Endpoint https://dpdf.io/docs/tutorials/cloud-api/dlex-pdf-endpoint
Adding Bookmarks to a PDF https://dpdf.io/docs/tutorials/cloud-api/bookmarks
Creating a PDF Using the dlex-layout Endpoint https://dpdf.io/docs/tutorials/cloud-api/dlex-layout
Extracting Image Metadata https://dpdf.io/docs/tutorials/cloud-api/image-info
Extract PDF Metadata https://dpdf.io/docs/tutorials/cloud-api/pdf-info
Extracting PDF's Text https://dpdf.io/docs/tutorials/cloud-api/pdf-text
Extract XMP Metadata https://dpdf.io/docs/tutorials/cloud-api/pdf-xmp

For more information on the tutorials and example code, refer to

Support

The primary source for the DynamicPDF API support is through Stack Overflow. Please use the "dynamicpdf-api" tag to ask questions. Our support team actively monitors the tag and responds promptly to any questions. Also, let us know you asked the question by following up with an email to [email protected].

Pro Plan Subscribers#

Ticket support is available to Pro Plan subscribers. But we still encourage you to help the community by posting on Stack Overflow when possible. You can also email [email protected] if you need to ask something specific to your use case that may not help the DynamicPDF API community.

License

The php-client library is licensed under the MIT License.


All versions of api with dependencies

PHP Build Version
Package Version
Requires php Version >=7.3
ext-curl Version *
ext-fileinfo Version *
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package dynamicpdf/api contains the following files

Loading the files please wait ....