At least one of minimum, optimum, or maximum IPD must be specified on table - XSL-FO Apache FOP

偶尔善良 提交于 2019-12-11 08:31:40

问题


I am writing an XSL stylesheet for XSL-FO transfomration to create a PDF, with tables, using Apache FOP library. I have succeeded in getting PDF document with data. But having some issues with the layout. The following lines are getting printed to my Netbeans IDE console, while creating PDF.

[ERROR] At least one of minimum, optimum, or maximum IPD must be specified on table.
[INFO] area contents overflows area in line

My table cell contents are getting overlapped due to this. I want to know what IPD is and how to set it. I am a beginner in using XSL-FO and so any help is highly appreciated.

来源:https://stackoverflow.com/questions/5935782/at-least-one-of-minimum-optimum-or-maximum-ipd-must-be-specified-on-table-xs

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!