John,
This usually means that you've created a table with columns whose widths add up to greater than the page width + margins.
1. Make sure that you have set the page width <fo:simple-page-master page-width = "8.5in"
2. Make sure you are setting your column widths <fo:table-column column-width="30mm"/>
3. Add up the number of columns and their widths and make sure they are less than the page width minus the margins
Chuck Paussa
Woods, John T. wrote:
I am converting a very large fo file into PDF and I get this error message at the very end of the conversion process. This is causing the PDF file to not open due to a file damaged error. Has anyone seen this error before?
[INFO]: [119] [WARN]: Sum of fixed column widths 461480 greater than maximum specified IPD 460 913 [INFO]: [120] [INFO]: [121] [INFO]: [122] [INFO]: [123] [INFO]: [124] [INFO]: [125] [WARN]: Sum of fixed column widths 461480 greater than maximum specified IPD 460 913 [ERROR]: null
-John Woods
