Skip to content
This repository has been archived by the owner on Apr 23, 2020. It is now read-only.

watermark #103

Open
llocani opened this issue Jul 4, 2019 · 0 comments
Open

watermark #103

llocani opened this issue Jul 4, 2019 · 0 comments

Comments

@llocani
Copy link

llocani commented Jul 4, 2019

i'm trying to add an image to every pdf page.
With another library i'm getting it with this css:
content: "";
position: absolute;
z-index: 9999;
top: 0;
bottom: 0;
opacity: 0.5;
left: 0;
right: 0;
background: url('data:image/jpg;base64,.......') 0 0/100% 100vh;

But not with pechkin.
So two question, is vh supported by Pechkin? Is there any other way to get an image in every page?
Thanks in advance!

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

No branches or pull requests

1 participant