Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Add Auto Height #68

Open
Baltazar5000 opened this issue May 7, 2024 · 0 comments
Open

Feature request: Add Auto Height #68

Baltazar5000 opened this issue May 7, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Baltazar5000
Copy link

Hello.

Add Auto Height, please.

For example, in Converter.js:

        if (options.hasOwnProperty('height')) {
            if(options.height == 'auto'){
                let bodyHeight = await page.evaluate(() => document.body.scrollHeight);
                options.height = bodyHeight;
            }
        }

        return this._getPdf(page, options)
@Baltazar5000 Baltazar5000 changed the title Add Auto Height Feature request: Add Auto Height May 8, 2024
@spiritix spiritix added the enhancement New feature or request label May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants