Browse our Products

Aspose PDF for Python via .NET 26.5

Improvements and Changes

Public API and Backward Incompatible Changes

Added APIs

  • Type: aspose.pdf.ai.ChunkingOptions
  • Type: aspose.pdf.ai.DocumentChunk
  • Type: aspose.pdf.ai.DocumentExtensions
  • Method: aspose.pdf.ai.ChunkingOptions.init() None
  • Method: aspose.pdf.ai.ChunkingOptions.validate() None
  • Method: aspose.pdf.ai.DocumentChunk.init(str, str, int, str) None
  • Method: aspose.pdf.forms.PKCS7.init(aspose.pdf.TimestampSettings) None
  • Method: aspose.pdf.forms.PKCS7Detached.init(aspose.pdf.TimestampSettings) None
  • Property: aspose.pdf.ai.ChunkingOptions.max_chunk_size int
  • Property: aspose.pdf.ai.ChunkingOptions.overlap_size int
  • Property: aspose.pdf.ai.DocumentChunk.content str
  • Property: aspose.pdf.ai.DocumentChunk.context str
  • Property: aspose.pdf.ai.DocumentChunk.id str
  • Property: aspose.pdf.ai.DocumentChunk.index int
  • Property: aspose.pdf.ai.ChunkingOptions.DEFAULT_MAX_CHUNK_SIZE int
  • Field: aspose.pdf.ai.ChunkingOptions.DEFAULT_OVERLAP_SIZE int
  • Field: aspose.pdf.ai.ChunkingOptions.MAXIMUM_CHUNK_SIZE int
  • Field: aspose.pdf.ai.ChunkingOptions.MINIMUM_CHUNK_SIZE int

Removed APIs

No removings.