Aspose.PDF for C++ V25.6
Released: Jun 18, 2025
V25.6 での更新項目
機能
- The ability to get and set alternative text for images has been added for the XImage class. New GetAlternativeText and TrySetAlternativeText methods allow you to get and set the alternative text corresponding to an image.
- Information about the Aspose.PDF license is now accessible from code, eliminating the need for third-party apps to explore the license file.
- Interruption of operations is now working when processing large HTML-fragments. Use the InterruptMonitor class in the same way as previously to control other operations.
- SetTextStyle method family has been added to the FreeTextAnnotation class. They enable you to set formatting for individual text fragments (or the entire text) in an annotation.
- The usual use case for SignatureCustomAppearance is to create text over a signature image. However, in some cases, Users prefer to do the opposite: position the signature image in the foreground and the text in the background. This is now possible thanks to the new IsForegroundImage setting.
- The property LinkDuplicateStreamsScanLevel was initially conceived to strike a balance between speed and quality when optimizing a document, aiming to reduce the load in complex search cases. Now that the search for duplicate objects has been significantly optimized, this option is no longer needed and has been removed.
- Reduced page optimization time.
- You can now tag PDF documents for alternate text of logos and images.
- Improved table processing performance for 10000 rows.
- Decreased memory usage during the processing of a large volume of text data.
- Optimized the Operator Collection indexing logic to enhance generator performance.
不具合の修正
- Chinese font gets garbled after the font is embedded.
- Performance degradation in the RegressionTests_v10_0.PDFNEWNET_37920 test in C++ version.
- Incorrect hyperlinks when exporting from HTML and PDF are encrypted.
- Font subset is throwing an internal exception.
- Resultant PDF is too large after adding a PNG image.
- Exception "Not supported image type" occurred while retrieving stamps.
- PDF to PNG - Images are not rendering correctly.
- PDF to PNG - Chinese Font is not rendering correctly.
- PDF to PNG - Resultant image is not correct.
- Text becomes invisible after changing the font.
- PDF to Image - Text Annotation is not appearing in the output image when added using Aspose.PDF.
- API does not detect a digital signature.
- Error "Input string was not in a correct format" occurs while binding the PDF stream.
- When PDF is converted to HTML, the produced HTML looks poor in Internet Explorer.
- Document constructor throws NotSupportedException while opening EPS because BinaryFormatter is prohibited in web applications.
- Slow performance and huge memory consumption while converting a 2-page PDF to PNG.
- Quality of PDF to HTML conversion critically degraded starting from version 24.4.
- System.InvalidOperationException in parallel TextAbsorber processing.
- Slow filling of form fields in a PDF document.
- PDF to DOC - the index out of bounds error occurred.
- PDF to DOCX Conversion Issues.
- Font substitution for Arial ignored in Tagged PDF on Linux.
- Adding tagged content after PdfFileEditor.Concatenate makes conversion impossible to PDF/UA-1.
- PDF to HTML raises "Index was outside the bounds of the array".
- ProcessParagraphs() stuck in an infinite loop.
- TextBuilder raises a NullReferenceException on AWS Lambda.
- Missing page numbers in the XML output.
- Sanitization.SanitizationException during redaction.
- $P tag is not displaying the total page count.
- IndexOutOfRangeException occurs when appending a TextFragment to TextBuilder.
- TextFragmentAbsorber.Visit(page) throws NullReferenceException: "Object reference not set to an instance of an object.".
- TextFragmentAbsorber.Visit(page) throws IndexOutOfRangeException: "Index was outside the bounds of the array.".
- ArgumentOutOfRangeException: "Index and length must refer to a location within the string. Arg_ParamName_Name" is thrown when setting the value to TextFragment.Text.
- Type 1 fonts are not getting embedded into the PDF.
- PDF to DOCX conversion: Bullets are being rendered incorrectly.
- PDF to HTML: Performance issue.
- The setting of the form field value process is slow.
- API throws EmptyValueException upon updating the empty creation date field.
- PDF to PNG conversion renders incorrect text.
- Import of Annotation throws ApplicationException for line annotation.
- Slow generation of PDF Table with many columns.
- PDF to HTML: background image is missing.
- Paragraph.Text sometimes fails to recognize the empty space between words.