Skip to content
This repository has been archived by the owner on Jan 2, 2023. It is now read-only.

Possible to remove margins only on cover page? #3579

Closed
zakiaziz opened this issue Jul 28, 2017 · 1 comment
Closed

Possible to remove margins only on cover page? #3579

zakiaziz opened this issue Jul 28, 2017 · 1 comment

Comments

@zakiaziz
Copy link

I'm making a call something like this:

$ wkhtmltopdf --lowquality --margin-bottom '0mm' --margin-left '0mm' --margin-right '0mm' --margin-top '0mm' --orientation 'landscape' --title 'Test.pdf' --footer-html 'footer.html' --header-html 'header.html' cover 'cover.html' 'body.html' 'test.pdf'

The command takes out the margins on the cover page but also the margins and the header/footer on the body. Is it possible to remove only the margins on the cover page?

@ajtis
Copy link

ajtis commented Oct 21, 2017

Please check: #3635

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

No branches or pull requests

4 participants