Download the PHP package owly-digital/pdf-api-client without Composer
On this page you can find all versions of the php package owly-digital/pdf-api-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download owly-digital/pdf-api-client
More information about owly-digital/pdf-api-client
Files in owly-digital/pdf-api-client
Package pdf-api-client
Short Description Client for owly-digital/pdf-api
License
Homepage https://github.com/owly-digital/pdf-api-client
Informations about the package pdf-api-client
PDF API Client
Working with PDF files in PHP can be a significant challenge. It requires not only the integration of multiple technologies but also the ability to configure the server. To address this, we have developed our own PDF server that handles the most critical operations seamlessly.
Content
- Setup
- Retrieve Token
- Initialization
- Endpoints
- Merge
- Convert
- HTML to PDF
Setup
Install with Composer
Retrieve Token
You can retrieve token by contacting us at [email protected]
Initialization
Endpoints
List of available endpoints will change over time. You can also suggest new features by creating issue.
Merge
Convert
Convert PDF files (also with multiple pages) into various formats.
Parameters:
- Formats:
jpg
,png
,webp
(defaultjpg
) - Quality: (detected automatically when omited)
jpg
: 0 - 100 (default85
)png
: 0 - 9 (default9
)webp
: (default80
)
- Resolution (in pixels per inch) (default
600
- suitable for printing)
Example
PDF with multiple pages
When PDF with multiple pages passed, to each page is added suffix with page number.
HTML to PDF
Basic conversion
Advanced conversion
You can customize conversion with DevTools Protocol Options