Aspose.PDF for C++ V26.5

Released: May 18, 2026

V26.5 버젼 업데이트

기능

  • 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 the document, generates embeddings, and upserts records into a vector store.
  • Chunking behavior can be configured with ChunkingOptions, including MaxChunkSize and OverlapSize. The ingestion pipeline is based on Microsoft.Extensions.AI and Microsoft.Extensions.VectorData abstractions, so it can be used with different embedding providers and vector stores.
  • Signing with Certificate and TSA - Extended digital signing support for workflows that require certificate-based signatures together with a timestamp authority (TSA). Added new constructor overloads for PKCS7 and PKCS7Detached that accept TimestampSettings.

수정사항

  • PDF to TIFF - Conversion taking long processing time.
  • HTML(RTL) to PDF - RTL text is rendering incorrectly.
  • PDF to DOCX - Images are rendering incorrectly.
  • XPS to PDF - Incorrect Z-index of image.
  • HTML to PDF - Some Chines characters render incorretly.
  • Deterioration of compliance with the PDF/UA standard when merging documents.
  • Fixed badly formed XML comment IgnoreDestinationTokens RtfParser.
  • PDF to DOCX - Highlight annotation still obscures text.
  • BookMark navigation is broken while importing bookmark form XML.
  • Multiline textbox auto font size.
  • When TextSegment.Text is set to empty string "", the code is hanging and takes more and more of memory.
  • System.StackOverflowException while opening PDF file.
  • TextExtraction hangs for specific PDF file.
  • Accessing PDF page throws Cross reference table or cross refference stream not found.
  • Page numbers symbols($p,$P) issue in Footer.
  • Setting value of ComboBoxField for existing options leads to double encoded value.
  • PDF to DOCX - Contents missing in resultant file.
  • AddStamp method consumes all available system memory.
  • PdfViewer - Characters are missing in resultant print out.
  • PDF to HTML - CSS not applying properly when generated from HTML.
  • HtmlFragment is not rendering hyperlink.
  • PDF A-1A compliance lost and form corrupted after save.
  • PDF to PDFA - Semi-transparency is lost when converting to PDF/A.
  • XFA form to Standard form conversion loses formatting.
  • PDF to PDFA - Conversion time issue.
  • PDF to PDFA - Text overlapping.
  • Filling PDF does not respect field formatting.
  • PDF to PDFA3b: corrupt the document.
  • PDF to DOCX conversion performance issue.
  • PDF to Excel - Table image is being ignored.
  • Problem setting a transparent background for a text stamp.
  • Processing of corrupt files.
  • TIFF to PDF - Resultant PDF is too large.
  • Calculated form field returns empty value.
  • PDF to PDFA - Text rendering issue.
  • Merging corrupted PDF document.
  • PdfFileEditor.Extract throws NullReferenceException when extracting all pages.
  • Multiple issues with PS document.
  • Extended rights of PDF form are not being preserved.
  • PDF to TIFF - Some characters are not rendered in the output files.
  • System.NullReferenceException when using PdfFormat.ZUGFeRD.
  • Unable to convert PDF to PDF/A-1b.