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.
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.
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.