Since some days/weeks ago we have problems with the export of the Month view, it is cut and not all the last row of days are missing. I didn’t change anything so I suppose it’s a change from the export online service. Looking for the properties of the generated PDF document I see a difference on the PDF producer:
We have the app deployed in the Intranet, is not that easy to export a part of it to make it public. If you could solve the zoom problem in your demo maybe I can apply the fix to our app and see if thatfixes the problem.
Could you confirm that you changed the PDF motor the last weeks? And that broken the zoom functionality (and maybe others)?
Hi again,
we’ve fixed the zoom functionality, please try if it works properly now.
we have problems with the export of the Month view, it is cut and not all the last row of days are missing
Unfortunately we hadn’t faced with with issue yet, but you can try to use ‘scales’ field to manage x- and y- axis separately, please try something like this
scheduler.exportToPDF({scales: {x:1, y:1.2}})
This will force the increasing of y-axis so it should return the missing row back.
How can I avoid using the new version?
Sorry, there is no way to use old pdf export.