May I ask if multiple PDF files downloaded in this example have inconsistent page numbers.
Please help answer, thank you.
May I ask if multiple PDF files downloaded in this example have inconsistent page numbers.
Please help answer, thank you.
Hello,
It is a bug in the export module that the last file is always scaled in bulk multipage export. Because of that, you may have different number of pages, but it has the correct data. The issue also occurs, if there is padding or something similar that causes empty space to occur on the page.
One of the possible workarounds is to manually calculate the exported page width:
http://snippet.dhtmlx.com/5/e5d68c3d9
Another possible workaround is to use padding
instead of margin
:
http://snippet.dhtmlx.com/5/d682ffc9b
The dev team will fix the bug in the future, but I cannot give you any ETA.