coupej
coupej
Had the same issue. Made a pull request just in case you would feel it's usefull. thank you very much for all the hard work creating this library.
I have a similar problem. As long as I run it in a webbrowser it seems to work fine, but when using a background worker the problem occurs. Probably because...
Explicity resetting all attributes seem to fix the issue, but wouldn't recommend ;-). $this->fpdi =null; $this->fpdi = new Fpdi(); $this->tmpFiles = null; $this->tmpFiles = collect([]); $this->files = null; $this->files =...
Any chance this could be merged?
Did anyone find the solution/pointer on this. Especially in a backgound worker context this issue is killing me.