Skip to content
New issue

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

Allow data-uris as source for pictures. #20

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Binary file modified demo/demo_oo_text.odt
Binary file not shown.
1 change: 1 addition & 0 deletions demo/demo_oo_text.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
$x_bt = true;
$x_bf = false;
$x_delete = 1;
$x_pic = 'data:image/png;base64,' . base64_encode(file_get_contents('pic_1234f.png'));

// -----------------
// Load the template
Expand Down
Loading