We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm trying to set window size when printing, but it seem it is not working.
I run: docker run -v "$(pwd):/workspace" pink33n/html-to-pdf --url http://google.com --window-size=1920,1080 --pdf out.pdf
docker run -v "$(pwd):/workspace" pink33n/html-to-pdf --url http://google.com --window-size=1920,1080 --pdf out.pdf
But the generated pdf file is still cropped which indicates a small screen size in headless.
P.S: This also did not help: docker run -v "$(pwd):/workspace" pink33n/html-to-pdf --url http://google.com --pdf out3.pdf --window-size 3600,1200
docker run -v "$(pwd):/workspace" pink33n/html-to-pdf --url http://google.com --pdf out3.pdf --window-size 3600,1200
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm trying to set window size when printing, but it seem it is not working.
I run:
docker run -v "$(pwd):/workspace" pink33n/html-to-pdf --url http://google.com --window-size=1920,1080 --pdf out.pdf
But the generated pdf file is still cropped which indicates a small screen size in headless.
P.S: This also did not help:
docker run -v "$(pwd):/workspace" pink33n/html-to-pdf --url http://google.com --pdf out3.pdf --window-size 3600,1200
The text was updated successfully, but these errors were encountered: