Spire.PDF

Spire.PDF 4.6.8 supports to remove rows or columns from PdfGrid

We're pleased to announce that Spire.PDF hotfix version 4.6.8 is released today. This version supports to remove rows or columns from PdfGrid, and also enhances the document conversion and printing features. More details are shown below.

New features:

  • Adds new methods to remove rows or columns from PdfGrid.
  • Grid.Rows.Remove(row);
    Grid.Rows.RemoveAt(index);
    
    Grid.Columns.Remove(col);
    Grid.Columns.RemoveAt(index);
    

Bug Fixes:

  • Fixes the issue that the text cannot be found when using the method FindText.
  • Fixes the issue that the vertical text was displayed incorrectly when converting EMF to PDF.
  • Fixes the issue that the background of image changed to black when converting PDF to Word.
  • Fixes the issue that the text was cut off when printing PDF.
  • Fixes the issue that the content was wrong when printing.

Get the most recent version of Spire.PDF 4.6.8 here:
More information of Spire.PDF new release or hotfix: