I’m generating a report from an XML file and the output format is XSL-FO PDF. I’m having these issues with the post-processors:
When RenderX is used:
How can I remove the automatically generated RenderX footer in the PDF?
When Apache-FOP is used:
The report is set up as a four-column table. The column widths defined in the XSL file are not recognized, the PDF is generated with four equal-width columns, which I don’t want, and I’m getting the following error:
[ERROR] Error in column-width property value '40%':
org.apache.fop.fo.expr.PropertyException: No conversion defined
I’m also getting this warning:
[WARNING] table-layout=auto is not supported, using fixed!
I don’t know if it's something I should be concerned about.