I have a table in a reactive app that I require to print in pdf. However, the table has multiple columns and requires a landscape format. Is this possible with this extension?
Hello Tasneem,
it should certainly be possible.
But you have to modify the component.
I have highlighted in the image the part that handles the options with which to instantiate the library.
To get the orientation you have to add orientation parameters to the options, as shown here:https://github.com/eKoopmans/html2pdf.js#options
I hope the information can be helpful to you.
If you can edit the component to parameterize the orientation, let me know so I can update it.
Thank you,
GB