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

wkhtmlimages doesn't output multiple images when break-*:always are used #5282

Open
Fuseteam opened this issue Dec 9, 2022 · 0 comments
Open

Comments

@Fuseteam
Copy link

Fuseteam commented Dec 9, 2022

wkhtmltopdf version(s) affected: 0.12.6

OS information
Ubuntu 22.04

Description
wkhtmlimages seems to convert a document with page breaks into a single image with the different pages layered on top of each other

How to reproduce

<div style="break-after:always;">
some text
</div>
<div>
some more text
</div>

Expected behavior
wkhtmltoimage should output multiple images, one for each page

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

No branches or pull requests

1 participant