Just in time for the release of PHP 8.4, we have released version 5 of our IDML creator. PHP versions 8.2, 8.3 and 8.4 are supported. The update brings performance improvements and some other adjustments:
- The namespace was changed from
IDML
toBitAndBlack\IdmlCreator
. - The minimum version of the library used
bitandblack/iccprofile
is now1.0
. - The minimum version of the library used
bitandblack/idml-writer
is now2.0
. - The minimum version of the library used
bitandblack/image-information
is now3.0
. - The minimum version of the library used
bitandblack/qr-code
is now1.0
.
Since version 4.0
, the IDML Creator has a so-called factory with which components of an IDML document can be created and registered more easily.
What is IDML Creator?
The IDML Creator is a library that can be used to create IDML documents. The library was written in PHP and creates the IDML documents natively, i.e. from scratch and without the need for existing templates. The IDML documents can be opened and processed with Adobe InDesign. The IDML Creator is an automation tool for the printing industry and everyone involved in publishing.
Find out more about the IDML Creator
More information about the IDML Creator can be found at www.idml.dev/en/ idml-creator-php.html.
A complete list of changes can be found at www.idml.dev/en/idml-creator-php/changelog.html.