Releases: gotenberg/gotenberg-php
v2.11.0
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
v2.10.0
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
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
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
v2.7.0
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
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
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
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.