We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I dunno if this project is abandoned or not but in case not, could be possible to add support for base64 url?
Thanks in advance :)
The text was updated successfully, but these errors were encountered:
You mean in img tag right? If so create new Node extending img Node and override createSource function with something like (Imagine required):
$temp = tempnam(sys_get_temp_dir(), 'TMP_'); (new Imagine())->load(base64_decode($this->getAttribute('src')))->save($temp, ['format' => 'png']); return new \PHPPdf\Core\Engine\ZF\Image($temp);
Sorry, something went wrong.
Yes. Okay thank you so much. I'll try it :) 👍
No branches or pull requests
Hi, I dunno if this project is abandoned or not but in case not, could be possible to add support for base64 url?
Thanks in advance :)
The text was updated successfully, but these errors were encountered: