PDF orientation #243
-
| How to change PDF orientation? If there is no such option, then in the future it will be very necessary |
Beta Was this translation helpful? Give feedback.
Answered by graphieros Sep 1, 2025
Replies: 1 comment
-
| Hi @glazkoag Thank you :) You can upgrade to v3.0.13 to use the new orientation features As you may know, using the PDF feature implies users install the JsPDF peer dependency. The new orientation features will therefore apply in the case where users choose to use JsPDF. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by glazkoag
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Hi @glazkoag
Thank you :)
You can upgrade to v3.0.13 to use the new orientation features
As you may know, using the PDF feature implies users install the JsPDF peer dependency.
The other way to generate PDF is to use the userOptions.callbacks.pdf callback which returns base64 which users can plug to their own PDF generation method.
The new orientation features will therefore apply in the case where users choose to use JsPDF.