danfickle / danfickle/openhtmltopdf
PDF generated with unexpected spacing margin and not align center like html.
Open
- Dominant language
- Java
- Stars
- 2.2k
- Forks
- 423
- PR merge metrics
- No merged PRs in 30d
Description
Between `` and `
`, a confused spacing margin has been rendered. And align center in html is broken.
- PDF
- HTML

author: any
- HTML

Here is the html source.
```html
body {
margin: 0 48px;
line-height: 1.5;
font-size: 16px;
}
img {
width: 100%;
height: auto;
object-fit: cover;
}
demo
author: any
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.