Spire.PDF 7.1

Spire.PDF 7.1 supports customizing signed image when signing PDF

We are glad to announce the release of Spire.PDF 7.1. This version supports customizing the signed image when signing PDF and enhances the conversions from PDF to Excel as well as from XPS to PDF. More details are given below.

Here is a list of changes made in this release

Category ID Description
New Feature SPIREPDF-1136 Supports customizing signed image when signing PDF.
PdfSignature signature = new PdfSignature(doc, page, cert, "123456");
signature.ConfigureCustomGraphics(DrawGraphics);
 private void DrawGraphics(PdfCanvas g)
{
   PointF point1 = new PointF(10, 20);
   PointF point2 = new PointF(25, 50);
   PointF point3 = new PointF(60, 20);
   PointF[] pntArr = { point1, point2, point3 };
   PdfRGBColor color = new PdfRGBColor(Color.Red);
   g.DrawPolygon(new PdfPen(color), pntArr);
   g.DrawRectangle(new PdfPen(Color.Green), new RectangleF(70, 10, 20, 30));
   g.DrawLine(new PdfPen(Color.Blue), new PointF(120, 50), new PointF(95, 5));
   g.DrawLine(new PdfPen(Color.Blue), new PointF(100, 30), new PointF(130, 20));
 }
Bug SPIREPDF-970
SPIREPDF-1791
SPIREPDF-3869
Fixes the issue that entering the PIN multiple times when using Smart Card certificate and USB token to sign PDF.
Bug SPIREPDF-3554 Fixes the issue that the converted PDFA3B document from PDF did not meet the PDFA3B standard.
Bug SPIREPDF-3783 Fixes the issue that content order was incorrect when extracting pdf text.
Bug SPIREPDF-3851 Fixes the issue that the table cell merged format was lost when converting PDF to Excel.
Bug SPIREPDF-3872 Fixes the issue that the application threw an error "The object reference is not set to the instance of the object" when converting PDF to Excel.
Bug SPIREPDF-3914 Fixes the issue that some characters were not converted successfully when converting XPS to PDF.
Bug SPIREPDF-3937 Fixes the issue that Justify alignment style of text in grid cells did not take effect.
Click the link to download Spire.PDF 7.1:
More information of Spire.PDF new release or hotfix: