-
Notifications
You must be signed in to change notification settings - Fork 8
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
pdf size parameters #9
Comments
@deurloo |
Any update on this. I am generating pdf but just because few charts are going out of the context of single page and they are hidden now. How can I generate multi page pdf. var window = jsdom.window;
} function saveToFolder(folder, image) { function saveToS3(bucket, key, image) { |
Finally when I am creating the PDF only few charts which are fit in first page are coming in single page. How can I control it and can make it of multi page. |
@chdharm |
I am trying to figure out how I can provide parameters for exportTo to pdf to set the page size (e.g. A4) and/or how to create multiple pages. Any suggestions?
The text was updated successfully, but these errors were encountered: