PDF Header Line Graph not work (for java )

Java 5 and Lastest Apose.Total for java 3.3 above :

I tried both java programitcal coding and xml template configure ; none works for me ...

There is code snippets for xml :



Header -- page: $p of $P






The line did not come ...

Any suggestions ?

Hello Minpu,

Thanks for considering Aspose.

I have tested the issue and I’m able to reproduce the same problem. I have logged it in our issue tracking system as PDFJAVA-10258. We will investigate this issue in detail and will keep you updated on the status of a correction. We apologize for your inconvenience.

Hello,

“Aspose pdf for java” does not support Graph in Header/Footer at present. We will support it in the next release. Maybe it’s a good idea to use the following code to get the desired effect:

header.getBorderInfo().setBorderSide(BorderSide.Bottom);
header.getBorderInfo().getBottom().setLineWidth(1);


You can refer to “Aspose.Total Product Family” to get more information.

Thank you for using our product.

The issues you have found earlier (filed as 10258) have been fixed in this update.


This message was posted using Notification2Forum from Downloads module by aspose.notifier.