Table Header is not repeating over consecutive pages using XSL-FO

Hi,

We have an issue while converting XSL-FO to PDF. Table Headers are not repeating over Consecutive Pages. We are using FO Tag table-omit-header-at-break="false" but we are unable to get heades in multiple pages. Please suggest is there any alternative way

Thanks in Advance

Hi Pavan,


Thanks for contacting support.

Can you please share the resource XSL and code snippet which you are using so that we can test the scenario at our end. We are sorry for this inconvenience.

This is the Code Snippet we are using and attached the FO file

Aspose.Pdf.Generator.Pdf app = new Aspose.Pdf.Generator.Pdf();

app.BindFO("TestTable.fo");

app.Save("TestTableAspose.pdf");

Hi Pavan,


Thanks for sharing the resource file.

I have tested the scenario and I am able to
notice the same problem. For the sake of correction, I have logged this problem
as PDFNEWNET-36794 in our issue tracking system. We will further
look into the details of this problem and will keep you updated on the status
of correction. Please be patient and spare us little time. We are sorry for
this inconvenience.

Hi Nayyar,


Any update regarding this issue

Hi Pavan,


As we recently have been able to notice this
issue, so development team requires little time to investigate and figure out
the reasons of this problem. Nevertheless, as soon as we
have made some definite progress towards its resolution, we would be more than
happy to update you with the status of correction.

any update on this?


Hi Pavan,


The development team has been busy resolving
other priority issues and I am afraid the above stated problem is not yet
resolved. Nevertheless, as soon as we have some updates regarding its resolution, I
would be more than happy to update you with the status of correction. Please be
patient and spare us little time.


Furthermore, please note that as a normal rule of practice, issues are resolved in first come and first serve basis; but the problems logged/reported under Enterprise or Priority support model, have high precedence in terms of resolution, as compare to issues under normal/free support model.


We are sorry for this delay and inconvenience.

Hi Pavan,


Thanks for your patience.

Thanks for your patience.

The development team has further investigated the issue reported earlier and as per our current estimates, we plan to get this problem resolved in Q4-2014. As soon we have some further updates, we will let you know.

Hi Pavan,


Thanks for your patience.

We are pleased to share that the issue reported earlier is resolved and its fix will be included in upcoming release of Aspose.Pdf for .NET 9.7.0 (which is planned to release in October-2014). In order to generate correct output, please try using following code snippet.

[C#]

Aspose.Pdf.XslFoLoadOptions options
=
new
Aspose.Pdf.
XslFoLoadOptions();<o:p></o:p>

options.UseOldXslFoEngine = false;

Aspose.Pdf.Document pdfDocument = new Aspose.Pdf.Document(@"F:\ExternalTestsData\TestTable.fo", options);

pdfDocument.Save(@"F:\ExternalTestsData\36794.pdf");

The issues you have found earlier (filed as PDFNEWNET-36794) have been fixed in Aspose.Pdf for .NET 9.7.0.


This message was posted using Notification2Forum from Downloads module by Aspose Notifier.