Skip to content

Zoom #17

@dschm1dt

Description

@dschm1dt

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions