Aspose.PDF for Python via .NET Releases
Released: Jun 30, 2026
Updates in V26.6
Features
- 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: Jun 5, 2026
Updates in V26.5
Features
- 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: May 19, 2026
Updates in V26.4
Features
- Improved PdfFileEditor.SplitToBulks methods.
Released: Apr 16, 2026
Updates in V26.3
Features
- 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: Apr 16, 2026
Updates in V26.2
Features
- RTF to PDF Conversion - Added support for direct conversion of Rich Text Format (RTF) files to PDF format. RTF is a widely compatible, cross-platform file format developed by Microsoft to enable easy document sharing between different word processors. It supports basic text formatting such as fonts, colors, bold, and italics, as well as images, offering more styling options than plain text.
- Table Placement After Last Page Element - Tables can now be added precisely after the last...
Released: Feb 4, 2026
Updates in V26.1
Fixes
- 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-wrap...
Released: Jan 2, 2026
Updates in V25.12
Features
- 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 12, 2025
Updates in V25.11
Features
- 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 13, 2025
Updates in V25.10
Features
- Enhanced PDF Layer Visibility Control - Introduced enhanced control over PDF layer visibility. You can now programmatically set the initial visibility state of a layer and lock it to prevent users from changing its visibility in a PDF viewer. Additionally, a new Layer.DefaultState property has been added. This property allows you to set the default visibility of a layer to either visible or hidden using the DefaultState enum.
- Improved Dash Pattern Scaling - Aspose.PDF now correctly...
Released: Sep 25, 2025
Updates in V25.8
Features
- Added support for generating fully accessible Tagged Table of Contents (TOC) pages with proper navigation to corresponding sections, ensuring PDF/UA-1 compliance. This feature enables the creation of TOC pages with linked headers and nested sublists, thereby improving document accessibility.
- You can now change the document size by automatically scaling the content on its pages. The PdfFileEditor.ResizeContents API supports resizing the entire document or specific pages, with flexible...