Lançamentos do Aspose.PDF for C++
Released: Jun 19, 2026
Atualizações na V26.6
Recursos
- Integrated OCR for PDF Text Recognition
- Introduced integrated OCR support for extracting plain text from PDF pages that need optical character recognition. Added the Aspose.Pdf.Ocr namespace with OcrTextAbsorber, OcrTextRecognitionOptions, and OcrLanguage.
- The OCR absorber follows the familiar Aspose.PDF visitor pattern. You can recognize text from a single Page, from a whole Document, or by passing the absorber to Page.Accept or PageCollection.Accept. Recognition options allow you to...
Released: May 18, 2026
Atualizações na V26.5
Recursos
- Marker-like PDF Chunking for AI and RAG Workflows - Introduced Marker-like PDF chunking for AI-driven document processing. This enables splitting PDF documents into semantic DocumentChunk objects that can be used in Retrieval-Augmented Generation (RAG), semantic search, and vector indexing workflows. The new API provides extension methods on Document:
- GetChunksAsync - Converts a PDF to Markdown and splits it into DocumentChunk objects.
- IngestAsync - Runs the complete pipeline: chunks...
Released: Apr 21, 2026
Atualizações na V26.4
Recursos
- Improved TIFF image creation performance.
- Improved PDF to image conversion performance.
- Improved PDF/UA structure tree processing performance.
Correções
- Large HTML to PDF conversion performance issue.
- Page orientation changes when adding Table in Header.
- Oswald font is not reflecting as excepted in new generator.
- HTML to PDF - Significant loss of Fidelity in resultant file.
- PDF to XPS - Resultant XPS is missing images.
- PDF to DOCX - Bottom and Right table borders do not appear.
- UB...
Released: Mar 18, 2026
Atualizações na V26.3
Recursos
- Lossless image stream recompression during PDF optimization. The OptimizationOptions.CompressAllContentStreams property now also compresses image XObject streams with the lossless FlateDecode filter when no other filter has already been applied to an image.
- Image compression encoding during PDF optimization. With this change, image recompression is now aligned with the selected encoding during optimization, making the results more predictable when resizing images, limiting resolution...
Released: Feb 18, 2026
Atualizações na V26.2
Recursos
- RTF to PDF Conversion - Added support for direct conversion of Rich Text Format (RTF) files to PDF format. The conversion can be achieved by using the RtfLoadOptions class, which should be passed as a parameter when creating an instance of the Document class.
- Complete Deletion of Invisible Text Objects - Added support for the complete detection and deletion of invisible text objects from PDF documents. The TextFragmentAbsorber class can now properly identify and remove text fragments...
Released: Jan 23, 2026
Atualizações na V26.1
Correções
- Poor performance when adding text to document.
- Text appearing on different location for tiles with same dimensions.
- Re-sizing PDF pages results in blank PDF.
- API is not honoring line color in HTML to PDF conversion.
- NumberingStyle is not working for Heading object.
- JPEG2000 file to PDF conversion problem.
- XFA to Standard - Text overlaps each other.
- Unable to export and then import all annotations.
- PDF to HTML - The vertical text on the left side of PDF is missing.
- HTML to PDF - Word...
Released: Dec 16, 2025
Atualizações na V25.12
Recursos
- Added the ability to create a logical structure from HTML tags to meet accessibility requirements. This feature allows for creating tagged PDFs that are more accessible by defining reading order and marking up the content hierarchy. Set the HtmlLoadOptions.CreateLogicalStructure property to true to use this functionality.
- A new capability to extract unsigned content from a digitally signed PDF has been introduced. This enhancement is implemented by the UnsignedContentAbsorber class...
Released: Nov 25, 2025
Atualizações na V25.11
Recursos
- Configurable Highlight Colors in SideBySidePdfComparer - Introduced the ability to configure highlight colors for changes in the SideBySidePdfComparer output. This enhancement improves the readability of comparison results by allowing users to specify custom colors for additions and deletions. The SideBySideComparisonOptions class now includes DeleteColor and InsertColor properties, which can be used to set the highlight colors for deleted and inserted content, respectively.
- Enhanced...
Released: Oct 20, 2025
Atualizações na V25.10
Recursos
- Improved macOS Compatibility: The macOS version of the library no longer requires external dependencies on fontconfig and freetype. These libraries were previously necessary for proper font handling, but their functionality is now built into Aspose.PDF for C++. This change simplifies not only the setup process, but also the usage and distribution of applications that rely on the library in the macOS environment.
- All dynamic libraries (.dylib files) included in Aspose.PDF for C++ are now...
Released: Sep 19, 2025
Atualizações na V25.9
Recursos
- Improved loading performance of DJVU and CDR files.