Skip to content

Releases: gotenberg/gotenberg-php

v2.11.0

22 Dec 15:18
Compare
Choose a tag to compare

This release brings the client up-to-date with the latest Gotenberg version.

New method:

  • $pdfEngines->split
  • $chromium->pdf()->split
  • $libreOffice->split

See https://github.com/gotenberg/gotenberg/releases/tag/v8.15.0 for more details.

v2.10.1

29 Nov 15:43
Compare
Choose a tag to compare

This release brings PHP 8.4 support.

v2.10.0

18 Nov 08:52
Compare
Choose a tag to compare

This release brings the client up-to-date with the latest Gotenberg version.

New method:

  • $chromium->pdf()->generateDocumentOutline

See https://github.com/gotenberg/gotenberg/releases/tag/v8.14.0 for more details.

v2.9.0

05 Nov 14:29
Compare
Choose a tag to compare

This release brings the client up-to-date with the latest Gotenberg version.

New methods:

  • $chromium-> failOnResourceHttpStatusCodes
  • $chromium-> failOnResourceLoadingFailed

See https://github.com/gotenberg/gotenberg/releases/tag/v8.13.0 for more details.

v2.8.0

29 Sep 17:34
Compare
Choose a tag to compare

This release brings the client up-to-date with the latest Gotenberg version.

Updated method:

  • $chromium->skipNetworkIdleEvent() => $chromium->skipNetworkIdleEvent($skip) (optional parameter).

See https://github.com/gotenberg/gotenberg/releases/tag/v8.11.0 for more details.

v2.7.1

23 Sep 13:48
Compare
Choose a tag to compare

All Stream arguments (e.g., form files) are now non-mandatory, as files may be downloaded by Gotenberg directly using the downloadFrom form field.

v2.7.0

21 Sep 08:30
Compare
Choose a tag to compare

This release brings the client up-to-date with the lastest Gotenberg version.

New methods:

  • $libreOffice->downloadFrom
  • $chromium->downloadFrom
  • $pdfEngines->downloadFrom
  • $libreOffice->password

See https://github.com/gotenberg/gotenberg/releases/tag/v8.10.0 for more details.

v2.6.0

03 Jul 15:18
Compare
Choose a tag to compare

This release brings the client up-to-date with the lastest Gotenberg version.

New methods:

  • $libreOffice->allowDuplicateFieldNames
  • $libreOffice->exportBookmarks
  • $libreOffice->exportBookmarksToPdfDestination
  • $libreOffice->exportPlaceholders
  • $libreOffice->exportNotes
  • $libreOffice->exportOnlyNotesPages
  • $libreOffice->exportNotesInMargin
  • $libreOffice->convertOooTargetToPdfTarget
  • $libreOffice->exportLinksRelativeFsys
  • $libreOffice->exportHiddenSlides
  • $libreOffice->skipEmptyPages
  • $libreOffice->addOriginalDocumentAsStream
  • $libreOffice->quality
  • $libreOffice->maxImageResolution

See https://github.com/gotenberg/gotenberg/releases/tag/v8.8.0 for more details.

v2.5.0

13 Jun 11:41
Compare
Choose a tag to compare

This release brings the client up-to-date with the lastest Gotenberg version.

New methods:

  • $chromium->userAgent
  • $libreOffice->losslessImageCompression
  • $libreOffice->reduceImageResolution

See https://github.com/gotenberg/gotenberg/releases/tag/v8.7.0 for more details.

Also, you can now pass only one argument to $pdfEngines->merge, thanks @mariusjp!

v2.4.0

25 Apr 16:39
Compare
Choose a tag to compare

This release brings the client up-to-date with the lastest Gotenberg version.

New methods:

  • $chromium->width
  • $chromium->height
  • $chromium->clip

See https://github.com/gotenberg/gotenberg/releases/tag/v8.5.0 for more details.