QualitySettings.getFastScanOnly() and QualitySettings.setFastScanOnly(boolean) methods for fast‑scan‑only mode.Name.getRefersTo() method.Range.autoFill() method.Comment.isThreadedComment property.HtmlSaveOptions.ignoreInvisibleShapes property.Range.currentRegion property.AxisBins class.SheetRender.getPageSizeInch(int) and WorkbookRender.getPageSizeInch(int) methods (obsoleting getPageSize(int)).AppointmentMsgSaveOptions).AppointmentIcsSaveOptions (replaces obsolete IcsSaveOptions).MsgLoadOptions.preserveRtfContent and MailConversionOptions.preserveRtfContent for preserving RTF bodies.MhtTemplateName.OPTIONAL_ATTENDEES to expose optional attendees in MHT headers.CffParsingException and CffFontException types with multiple constructors.GlyphId.toGlyphStringId(), GlyphId.toGlyphUInt32Id(), GlyphStringId.toGlyphStringId(), GlyphUInt32Id.toGlyphUInt32Id().Median and ContrastCorrection.RecognitionSettings.setAutoContrast(boolean) and RecognitionSettings.setAllowedCharacters(CharactersAllowedType).CharactersAllowedType enum.PDFJAVA-40947).PDFJAVA-40120).SLIDESNET-42515).SLIDESNET-41114).SLIDESNET-40217).TASKSJAVA-1539).TASKSNET-4609).TASKSNET-10333).WORDSNET-18317).Fill.oneColorGradient, Fill.twoColorGradient).Fill.gradientAngle, Fill.gradientVariant, Fill.gradientStyle properties.GradientStop, GradientStopCollection, and related collection methods.Fill.textureAlignment property and TextureAlignment enum.StructuredDocumentTag.appearance property and SdtAppearance enum.HtmlLoadOptions.convertSvgToEmf option.LoadOptions.flatOpcXmlMappingOnly option.FindReplaceOptions.ignoreFootnotes).MailMergeRegionInfo.parentRegion property.FONTNET-286, FONTNET-274, FONTNET-275).THREEDNET-962).THREEDNET-970).THREEDNET-965).PropertiesView during deserialization (THREEDNET-967).THREEDNET-963).THREEDNET-956).THREEDNET-954).BARCODENET-37855).BARCODENET-37880).FastScanOnly setting for 1D recognition (BARCODENET-37889).CELLSJAVA-43768).FontUnderlineType string value on XLSX load (CELLSJAVA-43875).ArrayIndexOutOfBoundsException on XLSX load (CELLSJAVA-43876).CELLSJAVA-43646).CELLSJAVA-43760).CELLSJAVA-43786, CELLSJAVA-43838, CELLSJAVA-43839, CELLSJAVA-43842).CELLSJAVA-43848).CELLSJAVA-43880).CELLSJAVA-43867).excelToHtml (CELLSJAVA-43812).CELLSJAVA-43871).CELLSJAVA-43883).CELLSJAVA-43881).CELLSJAVA-43892).CELLSJAVA-43787, CELLSJAVA-43885, CELLSJAVA-43874).DIAGRAMJAVA-50782).PinPos values (DIAGRAMJAVA-50784, DIAGRAMJAVA-50788).DIAGRAMJAVA-50789).ShapeShdwScaleFactor issue (DIAGRAMJAVA-50796).EMAILNET-40449).EMAILNET-40440).ClientSubmitTime during EML → MSG conversion (EMAILNET-40446).PrefferedTextEncoding option behavior (EMAILNET-40455).EMAILNET-40436).EMAILNET-40425).GraphMessageInfo.getSize() always returning -1 (EMAILJAVA-34961).IGraphClient.NextPage functionality (EMAILJAVA-34954).GraphClient.listFolders incomplete results (EMAILJAVA-34957).FONTNET-286).FONTNET-274).FONTNET-275).IMAGINGJAVA-7949).IMAGINGJAVA-7935).Image.Size for EPS images (IMAGINGJAVA-7933).IMAGINGJAVA-7932).IMAGINGJAVA-7930).IMAGINGJAVA-7924).IMAGINGJAVA-7918).Image.save occasional exception (IMAGINGJAVA-7888).IMAGINGJAVA-7885).IMAGINGJAVA-7876).IMAGINGJAVA-7950).OCRJAVA-164).OCRJAVA-163).OCRJAVA-169).PDFJAVA-40947 – new feature).PDFJAVA-40120 – enhancement).PDFJAVA-37353).PDFJAVA-39695).TableAbsorber showing duplicate tables (PDFJAVA-40881).SLIDESJAVA-35828).TextAnchoring type for TextFrame text (SLIDESJAVA-33403).SLIDESJAVA-35675, SLIDESJAVA-34390).SLIDESJAVA-38571).SLIDESJAVA-38642).SLIDESJAVA-34047, SLIDESJAVA-33346).SLIDESJAVA-38600).SLIDESJAVA-38630, SLIDESJAVA-38612).SLIDESJAVA-38622).SLIDESJAVA-33716).SLIDESJAVA-38514).SLIDESJAVA-38610).SLIDESJAVA-34120, SLIDESJAVA-33334).SLIDESJAVA-36435).SLIDESJAVA-34594).SLIDESJAVA-34223).SLIDESJAVA-36046).SLIDESJAVA-34604).SLIDESJAVA-37316).SLIDESJAVA-33715).SLIDESJAVA-35322).SLIDESJAVA-34683)..xer files (TASKSNET-10344).TASKSNET-4757).TASKSJAVA-1534).WORDSNET-18317).WORDSJAVA-2568).WORDSJAVA-2578).Document.getPageCount() NPE (WORDSJAVA-2581).WORDSJAVA-2605).WORDSJAVA-2607, WORDSJAVA-2608).WORDSJAVA-2615).WORDSJAVA-2614, WORDSJAVA-2653).WORDSNET-xxxx bugs listed in source).LINEAR INDEX out‑of‑range, missing fonts, footnote handling, etc.) as detailed in the source tables.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>21.10</version>
<type>pom</type>
</dependency>
</dependencies>
Gradle
repositories {
maven {
url 'https://mvn.conholdate.com/'
}
}
compile(group: 'com.conholdate', name: 'conholdate-total', version: '21.10')
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="21.10">
<artifact name="conholdate-total" ext="pom"/>
</dependency>
SBT
resolvers += Resolver.url("Conholdate Repository", url("https://mvn.conholdate.com/"))
libraryDependencies += "com.conholdate" % "conholdate-total" % "21.10"
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