Remove whitespace/blank spaces in table columns XSL-FO
The link has a table in a PDF generated using Apache-FOP. I am unable to remove the blank spaces/empty spaces in the table column headers and column values. The PDF has limitation of 120 characters and thus unable to display all the text. The application does supply the column width. But unsure how to use it in the xsl-fo file Please suggest how to define widths of the table columns to hold only the text and without any blank/unused spaces. Use fo:table-column (see https://www.w3.org/TR/xsl11/#fo_table-column ) and the column-width property to specify the width of each column. For example: <fo