-
Notifications
You must be signed in to change notification settings - Fork 59
Closed
Description
Hello,
when I am creating pdf's with the library the content is much smaller as if I just create it with wkhtmltopdf. I experimented with diffrent setting mechanisms and discovered that zoom has no affect at all... My code looks as follows:
HtmlToPdf.create()
.zoom(10)
.pageSize(PdfPageSize.A4)
.object(HtmlToPdfObject.forHtml(html))
.convert(destination);
Every value submitted to zoom creates the same output.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels