MIvanIsten

Results 13 issues of MIvanIsten

Update to issue [#22](https://github.com/hanneskod/libmergepdf/issues/22#issuecomment-2796722633) _"Since FPDI 2.4.0 link annotations with an URI action are imported if the $importExternalLinks parameter of the [importPage()](https://manuals.setasign.com/fpdi-manual/v2/the-fpdi-class/#c_setasignFpdiFpdiTraitimportPage) method is set to true."_ change the line...

**Short description of what this feature will allow to do:** enum is not extendible, but having support for all standard bootstrap colors (or at least info) would be nice. **Example...

**Describe the bug** With the new Button component action buttons without label rendered wrong. **To Reproduce** ```php public function configureActions(Actions $actions): Actions { $testAction = Action::new('test') ->linkToUrl('#') ->setIcon('text-dark fa-fw fa-solid...