How to create a PDF

Hi All,

I hope you help me with a problem. I followed the cookbook here (How to create a PDF document in the Backendless
) on creating a PDF using JSPDF.

The problem is that it outputs on PDF just 10 lines of data from a data table. Expected output is 23 lines excluding the header and footer. I thought it might have something to do with the query page size but I am not really sure.

I am hoping someone can help? Thanks in advance.

Regards,
Ramon

Hello @Ramon_Reyes

You could increase page size to 100. But if you want more than 100, you must implement paging for that.

Regards, Dima.

Thanks for your response. I know how to do paging on UI builder. The hard one to tackle is on JS. I made a work around the problem by keeping the output to within 10 rows.