com.aspose.threed.JtLoadLevelOfDetail class; Added com.aspose.threed.JtSaveOptions class; Added FileFormat.SiemensJT10 member; Added getLevelOfDetail() and setLevelOfDetail(JtLoadLevelOfDetail) members to JtLoadOptions.EncodeGS1SeparatorInByteMode option to QR encoder (setEncodeGS1SeparatorInByteMode(boolean) and getEncodeGS1SeparatorInByteMode() to QrParameters); Added QrExtCompactionMode enum with values AUTO, NUMERIC, ALPHA_NUMERIC, BYTES, KANJI; Extended QrExtCodetextBuilder with addCodetextWithCompactionMode() methods; Extended QREncodeMode.EXTENDED with compaction mode selectors \auto, \num, \alnum, \byte, \kanji.Cell zoom level control via PdfSaveOptions.ZoomBehavior and PdfSaveOptions.ZoomFactor; Added Dynamic Array formulas support in Smart Markers; Added HtmlSaveOptions.SpaceMode (enum HtmlSpaceMode) for accounting format spacing; Added FilterColumn.FilterValues property, FilterColumn.SelectAll() method, FilterValue, FilterValueCollection, MultipleFilterCollection.Count property; Added custom filter with two criteria via CustomFilterCollection.Custom(OperatorType, Object, boolean, OperatorType, Object); Added shape copy overload with CopyOptions; Added PivotCache, PivotCacheCollection, PivotTable.PivotCache, PivotTable.CalculateData(PivotTableCalculateOption), PivotTable.GetPivotTablesWithSamePivotCache(), PivotCacheCalculateOption.RefreshOption; Added Slicer.UnselectItems(String[]), Timeline.GetSelectedDateTimeRange(), Timeline.Select(DateTime, DateTime, boolean); Added WorksheetCollection.PivotCaches, GridJsService.Dispose(), GridJsService.SetWarningCallback(IWarningCallback); Added FileFormat.Ofd.SaveFileFormat.DRAWIO.MapiRecipientCollection.add(...) and MapiAttachmentCollection.add(...) now return newly created instances.Rotate, RotateFlip, and Resize methods; Improved WebP format processing, SVG rendering, Arabic font rendering, XMP complex property handling; Fixed CDR save exception.DetectDocumentType method returning DocTypeOutput with docType (enum DocType), source, page, confidence.Document.ReadabilityStatistics.FleschReadingEasy, FleschKincaidGradeLevel); Added ListLevel.RemoveTabStop() method.AppleArchive, AppleArchiveEntry, AppleArchiveEntrySettings, AppleLz4CompressionSettings, AppleLzfseCompressionSettings, AppleLzmaCompressionSettings, AppleZlibCompressionSettings, AppleStoreCompressionSettings; Added .aar composition and extraction; Added CRC32 checksum handling; Added cancellation support for extraction.JsonDataSource: array elements silently dropped when same field name reused on different JSON path.TtcFont); Added text-based PPT/PPS support; Added CSS properties; Added XML processing instructions and XML-Stylesheet support; Added options setMergeEmptyAdjacentCells(boolean) / getMergeEmptyAdjacentCells() and setExportBogusRowData(boolean) / getExportBogusRowData() in SpreadsheetEditOptions; PDF editing support added.PdfFormat enum and PdfTypePackage.getPdfFormat(), isPdfA(), isPdfX(); Added FileTypeFeatureSupport.getSupportedFileTypeFeatures(...) with supporting types; Fixed MSG HTML body preservation on save (MsgWrapper.save(Stream)); Fixed WordProcessing OOXML compliance on save.LoadOptions(FileType) to specify file type; Added support for Slides POTX/POTM/OTP, Words OTT; Switched HTML/Markdown processing to Aspose.Words; Fixed Aspose.Imaging issues (EXIF, DICOM, multipage images, WordsEmbeddedImageAccessor.readImage); Improved EXIF processing (additional properties, skip failures); Added StreamHelper, StringProcessingResult; Removed AsposeHtmlStreamAdapter..log and .md files; Added FileType.LOG; Skip missing documents during search instead of throwing exceptions; Clear exception when max array size is exceeded.PreviewOptions.resolution property; Added DigitalSignOptions.useLtv (Long Term Validation); Added search/verify overloads with Predicate<T> filters; Added PdfSaveOptions.permissions/permissionsPassword; Added ImageDigitalSignOptions/ImageDigitalVerifyOptions for LSB steganography; Added ICustomSignHash interface for external HSM signing; Fixed invisible signature image; Respects existing digital signatures when adding new ones; Fixed Word large text shapes spanning multiple pages.MailMessageViewInfo class to return email message properties through specialized view info; Added support for xml-stylesheet processing instruction; Improved CSS color parsing; Fixed DXF loading, PDF rendering performance, PPT/PPS rendering, spreadsheet HTML rendering (5-digit row numbers, font preservation), EML Chinese character rendering, raw URI detection, default font application.Rotate, RotateFlip, Resize methods using parallelization (measurable speedups reported); Improved WebP processing, SVG rendering, Arabic font rendering, XMP reading; Fixed CDR save.ILogger, ConsoleLogger, CultureInfo, FontsHelper, Path, TemporaryFileManager, DefaultTemporaryFileManager, TemporaryFileManagerFactory, IgnoreChangeSensitivitySettings); Fixed IllegalAccessError on license activation (missing Aspose.Tasks resource in packaged jar).FileNotFoundException for Aspose.Common.Drawing 26.6 on .NET Framework 4.6.2.ArrayIndexOutOfBoundsException on Workbook() constructor.MapiMessage.SaveAsTnef ArgumentException; Fixed VCard Anniversary date field in vcf 4.0; Fixed duplicate X-VCARD-PRODID header; Fixed binary libraries detected as MHT; Fixed NullReferenceException in fromMailMessage (regression since 26.5).Cr2Writer.insertBytes high-byte sign-extension; Fixed ImagesDocument.getSize() exception wrapping; Fixed NoteRootPackage null-guard; Fixed PresentationPreviewCreator slide index off-by-one; Fixed PdfFormat Javadoc; Updated evaluation date.ClassNotFoundException when parsing .msg.WordsEmbeddedImageAccessor.readImage; Improved EXIF processing; Migrated CI/CD to PowerShell.Maven
<repositories>
<repository>
<id>repository.conholdate.com</id>
<name>Conholdate Repository</name>
<url>https://mvn.conholdate.com/</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>com.conholdate</groupId>
<artifactId>conholdate-total</artifactId>
<version>26.7.0</version>
<type>pom</type>
</dependency>
</dependencies>
Gradle
repositories {
maven {
url 'https://mvn.conholdate.com/'
}
}
compile(group: 'com.conholdate', name: 'conholdate-total', version: '26.7.0')
Ivy
<ivysettings>
<settings defaultResolver="chain"/>
<resolvers>
<chain name="chain">
<ibiblio name="Conholdate Repository" m2compatible="true" root="https://mvn.conholdate.com/"/>
</chain>
</resolvers>
</ivysettings>
<dependency org="com.conholdate" name="conholdate-total" rev="26.7.0">
<artifact name="conholdate-total" ext="pom"/>
</dependency>
SBT
resolvers += Resolver.url("Conholdate Repository", url("https://mvn.conholdate.com/"))
libraryDependencies += "com.conholdate" % "conholdate-total" % "26.7.0"
2026-08-26
2026-07-23
2026-05-22
2026-04-14
2025-11-03
2025-08-21
2025-08-18
2025-06-23
2025-04-30
2025-03-13
2025-02-10
2025-01-15
2024-12-07
2024-11-13
2024-10-11
2024-09-09
2024-08-09
2024-07-12
2024-06-13
2024-05-10
2024-04-09
2024-03-08
2024-01-31
2024-01-01
2023-12-11
2023-10-31
2023-09-28
2023-08-31
2023-08-01
2023-06-30
2023-05-31
2023-05-02
2023-05-02
2023-02-28
2023-01-31
2023-01-02
2022-12-01
2022-10-31
2022-10-12
2022-09-01
2022-07-31
2022-06-30
2022-05-31
2022-04-28
2022-04-04
2022-03-01
2022-02-17
2022-01-25
2021-11-30
2021-10-30
2021-09-30
2021-09-02
2021-08-02
2021-07-01
2021-05-31
2021-04-30
2021-03-31
2021-03-05