Skip to content

Commit

Permalink
version 5.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel committed Nov 29, 2022
1 parent c4dd62f commit 57ad27e
Show file tree
Hide file tree
Showing 4 changed files with 1,082 additions and 113 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,13 @@
Change Log
==========

5.10.0
------

- NEW: PdftoText API client for the converion from PDF to plain text
- NEW: ImageToPdf API client supports watermarks, backgrounds and PDF format options
- NEW: single-page-fit-ex mode for setSmartScalingMode API method

5.9.0
-----

Expand Down
2 changes: 1 addition & 1 deletion composer.json
@@ -1,7 +1,7 @@
{
"name": "pdfcrowd/pdfcrowd",
"type": "library",
"version": "5.9.0",
"version": "5.10.0",
"description": "A client library for the Pdfcrowd API. It lets you convert between HTML, PDF and various image formats",
"keywords": ["html", "pdf", "web service", "api", "client", "convert", "web page"],
"homepage": "https://pdfcrowd.com/api/",
Expand Down
4 changes: 2 additions & 2 deletions makefile
@@ -1,6 +1,6 @@
VERSION = 5.9.0
VERSION = 5.10.0
PHP ?= php
DIR_NAME := pdfcrowd-5.9.0
DIR_NAME := pdfcrowd-5.10.0

dist: dist/pdfcrowd-$(VERSION)-php.zip

Expand Down

0 comments on commit 57ad27e

Please sign in to comment.