Nick Dickinson Wilde
Nick Dickinson Wilde
Could probably be done with WebAssert::elementsCount or a regexp (depending on the exact needs), but not as easily or as good of performance.
@stof Updated to be case insensitive, thanks.
Looks like that dependency doesn't support symfony/process 5 or 6. Short term fix if you're composer required (ie not using the .phar): ```composer require "symfony/process:v4.4.41 as v5.0.0"``` That may interfer...
and a bunch of changes to the code: - reworked/improved as per Jshint/lint and latest jQuery guidelines. - Added paddingTop argument - Added paddingTopElement argument (YAY for responsiveness) - Adjusted...
Tests failing is mostly whatever here - Mostly about feedback on the proposed solution right now.
@iog3 As you can probably guess from Issue #14 & #15 I'm using this in a project and the ability to add tags is definitely strongly desired from the tag...
@mglaman any chance of a look at #183 and a new release soon? thanks!
I was originally envisioning it for more than just field groups - but only have fieldgroups in my head when writing or right now so I can definitely see it...
A full error dump would help. However, I *think* that is because you need to change the path to the pdftk binary. src\Pdftk\Pdftk.php, line 37: ``protected $sBinary = '/usr/local/bin/pdftk';`` Changer...