Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #26546

    What should i do to render thead column on every page?
    I am using CSS like
    @media print
    {
    thead
    {
    display:table-header-group;
    }
    tfoot
    {
    display:table-footer-group;
    }
    }
    which displays thead column on every PDF page in other PDF generation tool but PD4ML is not.
    So, is there any way to generate thead on every page without using
    pd4ml.setPageHeader(pageMark);

    #28506

    For the time being PD4ML does not support THEAD tag.

    But you may achieve the needed behavior if you trigger pd4ml.enableSmartTableBreaks(). If will reproduce table headers (leading table rows consist of TH elements only) on each relevant page.

    #28507

    Thank you very very much for your help

Viewing 3 posts - 1 through 3 (of 3 total)

The forum ‘HTML/CSS rendering issues’ is closed to new topics and replies.