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

footer image issue #2358

Open
Silassiai opened this issue Dec 16, 2022 · 0 comments
Open

footer image issue #2358

Silassiai opened this issue Dec 16, 2022 · 0 comments

Comments

@Silassiai
Copy link

I created this footer image:

$footer = $section->addFooter();
        $footer->addImage('img/footer.jpg', [
            'height' => 24,
            'marginBottom'     => -1,
            'marginLeft'    => -1,
            'wrappingStyle' => 'behind'
        ]);

Which looks like:
image

And should look like:
image

Is this possible? And how?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants