simonbengtsson / jsPDF-AutoTable

jsPDF plugin for generating PDF tables with javascript
https://simonbengtsson.github.io/jsPDF-AutoTable/
MIT License
2.33k stars 624 forks source link

HorizontalPageBreak page break can continue on same page if vertical space is enough #1051

Open damosvag-ali opened 6 months ago

damosvag-ali commented 6 months ago

HorizontalPageBreakRepeat column page break can continue on same page if vertical space is enough to finish not create a new page

mmghv commented 6 months ago

What do you mean by that? can you give an example?

damosvag-ali commented 6 months ago

Hi Thank you for your response As you see on the Pdf Created there is enough space to continue printing on the first page document.pdf

mmghv commented 6 months ago

You mean in case it's a single page and there's vertical space to continue printing the second horizontal page in the current page?

That sounds like a good idea. maybe could be the default behavior.

damosvag-ali commented 6 months ago

Yes , It is very nice option i have it on Desktop application using Delphi with Fastreport CrossTab Object printing large Horizontal columns, if you make the update can inform me

Thank You

On Thu, Apr 25, 2024 at 10:00 AM Mohamed Gharib @.***> wrote:

You mean in case it's a single page and there's vertical space to continue printing the second horizontal page in the current page?

That sounds like a good idea. maybe could be the default behavior.

— Reply to this email directly, view it on GitHub https://github.com/simonbengtsson/jsPDF-AutoTable/issues/1051#issuecomment-2076503338, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABGGG5WRINY4N7MOWLPIQLDY7CSX3AVCNFSM6AAAAABGGBAJTGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANZWGUYDGMZTHA . You are receiving this because you authored the thread.Message ID: @.***>

mmghv commented 6 months ago

This could take a while since we're currently working on v4, but I'll keep it in my mind.

solveigsun commented 5 months ago

We are also using your plugin and would love this feature!