PDF Generating Tool Support Forum

HOME   Login   Register    Search




  Subject: What should i do to render thead column on every page?
   PostPosted: 12 Apr 2011, 11:57 
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);


  Subject: Re: What should i do to render thead column on every page?
   PostPosted: 12 Apr 2011, 14:54 
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.


  Subject: Re: What should i do to render thead column on every page?
   PostPosted: 12 Apr 2011, 15:54 
Thank you very very much for your help



[Reply]     [ 3 posts ] 

Copyright ©2004-10 zefer|org. All rights reserved. Bookmark and Share