Center alignment is not respected for list numbering.
Expected:
Actual:
Import archives without an end-of-central-directory record.
Although it is mandatory according to the specification, it seems like other applications don't require this record. Trying to open such an archive with RadZipLibrary currently throws an InvalidDataException.
Exporting to PDF of a table with a first cell having preferred width of 100% and a second cell having preferred width of auto will result in missing the second cell.
This is happening because the cell with preferred width 100% takes all the available width and all other columns are rendered with no available width which causes the height of the table to grow big. WORKAROUND: Either clear the cell PreferredWidth property or set it to value which is smaller than 100%.
When the table is nested in another table with fixed-width and the nested one has more than one cell in the row, where the one has a preferred width set to auto and the other has content that split on more than one row, then the first cell is exported with a wrong width.
PdfFormatProvider: Table cells are exported with the wrong width when the table is nested in another table and the cells of the nested one have a preferred width set to 100%.
When the nested table has Width set in %, the value is calculated relative to the page, instead of relative to the parent table.
Workaround: Clear the cell PreferredWidth property.
The Indent property of Table is not respected by PdfFormatProvider.
This is done due to wrong column widths weights calculations.
When the table width is set to fixed with the value of zero:
<w:tblW w:w="0" w:type="dxa"/>