News & Releases
|
|

Spire.PDF 6.10.4 supports converting PDF to PDF/A3A, PDF/A3B
We are delighted to announce the release of Spire.PDF 6.10.4. This version adjusts converting PDF/A document interface to Spire.Pdf.Conversion, supports converting PDF to PDF/A3A, PDF/A3B and creating the custom property with null value, and also fixes the issues occurred in the course of converting PDF to Image/XPS/PCL. More details are listed below.
Here is a list of changes made in this release
| Category | ID | Description |
| New Feature | - | Adjusts converting PDF/A document interface to Spire.Pdf.Conversion, and supports converting to PDF/A3A, PDF/A3B.
PdfStandardsConverter newDOC = new PdfStandardsConverter(inputFile); newDOC.ToPdfA1A(outputFile); newDOC.ToPdfA1B(outputFile); newDOC.ToPdfA2A(outputFile); newDOC.ToPdfA2B(outputFile); newDOC.ToPdfA3A(outputFile); newDOC.ToPdfA3B(outputFile); |
| New Feature | SPIREPDF-3602 | Supports creating the custom property with null value.PdfDocumentInformation info = document.DocumentInformation;
info.SetCustomProperty("new", "");
|
| Bug | SPIREPDF-2916 | Fixes the issue that chinese characters were scrambled when converting PDF to Images. |
| Bug | SPIREPDF-3375 | Fixes the issue that the text was missing when printing PDF. |
| Bug | SPIREPDF-3573 | Fixes the issue that the application threw ArgumentException when converting PDF to XPS. |
| Bug | SPIREPDF-3619 | Fixes the issue that the hyperlinks was missing when using CreateTemplate() method to draw content. |
| Bug | SPIREPDF-3650 | Fixes the issue that the format of vertical text was incorrect when converting PDF to Images. |
| Bug | SPIREPDF-3657 | Fixes the issue that converting PDF to PCL stream failed. |
| Bug | SPIREPDF-3660 | Fixes the issue that the extracted text was incorrect. |
| Bug | SPIREPDF-3673 | Fixes the issue that the application threw NullReferenceException when merging PDFs. |
| Bug | SPIREPDF-3674 | Fixes the issue that the application threw IndexOutOfRangeException when searching text. |
Click the link to download Spire.PDF 6.10.4:
More information of Spire.PDF new release or hotfix: