mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-08-19 05:30:35 +00:00
442e612202
This allow to create and configure the standard instance of the external PDF libary, before returning it to the standard writer. Or, more powerful, this allow to provide a custom implementation of the external PDF library, allowing for custom behaviors. An example of that would something like: https://tcpdf.org/examples/example_003/ Closes #266