Hi team,
I'm trying to force a different orientation for the PDF file exported.
I tried this:
<kendo-pdf-export #pdfExport [landscape]="false">
<kendo-scheduler-pdf fileName='Vergabekalender.pdf' margin='1cm' [avoidLinks]="true">
</kendo-scheduler-pdf>
</kendo-pdf-export>
I set the landscape attribute for forcing the portrait orientation. But after the export, I always get the scheduler in landscape orientation.
Could you please help me here? :)
Thank you.