Spire.PDF 6.11.0

Spire.PDF 6.11.0 supports setting no borders for grid cell

We're pleased to announce the release of Spire.PDF 6.11.0. This version supports setting no borders for grid cell, and also fixes some issues that occurred when converting XPS to PDF, extracting and drawing text. More details are listed below.

Here is a list of changes made in this release

Category ID Description
New Feature SPIREPDF-3693 Supports setting no borders for grid cell.
Row.Cells[0].Style.Borders.Left.DashStyle = PdfDashStyle.None;
Row.Cells[0].Style.Borders.Right.DashStyle = PdfDashStyle.None;
Row.Cells[0].Style.Borders.Top.DashStyle = PdfDashStyle.None;
Row.Cells[0].Style.Borders.Bottom.DashStyle = PdfDashStyle.None;
or
PdfPen pen = new PdfPen();
pen.DashStyle = PdfDashStyle.None;
Row.Cells[0].Style.Borders.All = pen
Bug SPIREPDF-2933 Fixes the issue that the application threw an error "lost private key" when signing a pdf with LTV.
Bug SPIREPDF-3509 Fixes the issue that the application threw an error "CLR/System.InvalidOperationException" when creating PDFTrueTypeFont on Mac.
Bug SPIREPDF-3564 Fixes the issue that the shadow was incorrect when converting XPS to PDF.
Bug SPIREPDF-3516 Fixes the issue that the content was garbled when extracting text.
Bug SPIREPDF-3707 Fixes the issue that the text was overlapped when drawing text.
Click the link to download Spire.PDF 6.11.0:
More information of Spire.PDF new release or hotfix: