• Resolved billgates107

    (@billgates107)


    Hi, thank you for your plugin, it saved me a lot of atime on my current project. I just have one problem. I have to create a product with a lot of meta informations. If the table content size is less than one pdf page it works great. But if the table size is longer than one page, the table doesn’t split on 2 pages, it shows the beginning of the table on the first page and truncates the end of my table. Only the pdf footer is shown on the second page.
    So is there a way to split the table on 2 pages and show its whole content ?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author David Jensen

    (@dkjensen)

    Hello

    Out of the box the table should wrap without issue to the second page of the PDF. Would you mind contacting me via email at [email protected] and sending me the link to your website so I can troubleshoot for you?

    Thread Starter billgates107

    (@billgates107)

    Hi thank you for your answer. I had to get it working fast so I took a look at your code and saw that you are using dompdf for pdf output. It seems that a lot of dompdf users have a problem with long tables overflow which create blank pages and truncate tables…
    I don’t know how it reacts with classic table and product meta datas, I’m using a custom order info plugin.
    So I modified my code to replace table cells with divs and now it works great.

    • This reply was modified 5 years, 1 month ago by billgates107.
    Plugin Author David Jensen

    (@dkjensen)

    That was going to be my other recommendation, glad you got it working!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Split table on several pages’ is closed to new replies.