Jake Jackson

Results 68 comments of Jake Jackson

I did some checking against the changes from 8.0.17 to 8.1 to see what may have caused this regression and I believe it's this key section of the new asset...

@GuyPaddock @murraycollingwood The cause of the problem in the codebase may be the same as this specific issue, but from your comments it sounds like two separate and distinct use...

> @jakejackson1 It seems that the code @finwe is planning on updating (and there are only 4-5 lines) are the exact same lines of code that will resolve the issues...

> Hi folks, any movement on this? Even using 128 bits on setProtection() with a 50 char password can be instantly cracked by sites such as: https://smallpdf.com/unlock-pdf Can it? I...

You can't arbitrarily split a HTML string into chunks and pass it to WriteHTML. 9 times out of 10 you will be passing malformed HTML to this method which will...

Composer is one metric to look at, but it's always going to be skewed towards projects using more modern tooling, and therefore more likely to keep PHP updated. Over in...

That's not quite accurate. I myself use the latest version of mPDF via composer and distribute it in a WordPress plugin to a not insubstantial ~50,000 active websites. About ~25,000...

> You install composer libraries with a different PHP version then you run them on? You lock composer [into the lowest version of PHP you plan on supporting](https://github.com/GravityPDF/gravity-pdf/blob/development/composer.json#L8-L10). It doesn't...

@sztyup no. This functionality isn't high on my priority list, but others are more than welcome to contribute.

We've forked the library over at https://github.com/GravityPDF/Upload and have made a number of improvements, including PHP8.2 support. Happy to accept any PRs to continue improving the library.