com.aspose.threed.GltfSaveOptions now includes getExternalDracoEncoder() / setExternalDracoEncoder(String) to enable an external Draco encoder for faster compression..docx) format (OCRJAVA-118).ThresholdValue (OCRJAVA-116).Format enum and overloaded save(String, Format) method (public API).setThresholdValue(int) method (public API).Document(byte[]), PdfConverter.mergeImages(...), PdfConverter.mergeImagesAsTiff(...), FileSpecification.setContents(byte[]), Image.setBlackWhiteForGrayScale(boolean), Image.isBlackWhiteForGrayScale(), PdfFormatConversionOptions.setPageByPageFontProcess(boolean), PdfFormatConversionOptions.isPageByPageFontProcess(), RedactionAnnotation.setQuadPoints(Point[]), RedactionAnnotation.getQuadPoints().ImageMergeMode.SlideUtil.alignShape() now supports alignment within GroupShape (SLIDESNET-42457).IAudioFrame.getPlayAcrossSlides(), setPlayAcrossSlides(boolean), getRewindAudio(), setRewindAudio(boolean).AudioPlayModePreset.InClickSequence enum value.VideoPlayModePreset.InClickSequence enum value.setEmbeddedData(...) / getEmbeddedData() (replacing obsolete API).SlideUtil.alignShapes(...) (support for IBaseSlide, IGroupShape, and indexed shapes).CleanupOptions.UnusedBuiltinStyles property added to clean unused built‑in styles.Fill.Solid() overloads to set solid fills.StructuredDocumentTagRangeStart and StructuredDocumentTagRangeEnd made public; new RemoveAllChildren() and RemoveSelfOnly() methods; LINQ support added to StructuredDocumentTagRangeStart.Select and SelectMany extension methods in template syntax (ASSEMBLYNET‑194 & 193).FileStream property for Texture to load images from streams (THREEDNET-864).StartAccessCache()/CloseAccessCache(); new CSV handling properties (ExportQuotePrefix, TreatQuotePrefixAsValue); global collation key methods; new ImageType.WebP; new OleObject.SetEmbeddedObject(); new WorkbookDesigner.LineByLine; new HtmlSaveOptions.ExportCellCoordinate; new AutoFitterOptions.DefaultEditLanguage..docx output format.Document.getRange().replace() fixes, JavaDoc updates, and numerous bug resolutions across conversion, rendering, and layout.isBlackWhite() (PDFJAVA‑40319); bullet indent recognition (PDFJAVA‑40302); PDF optimization exception (PDFJAVA‑36353); merging dictionary error (PDFJAVA‑37047); missing icon link in PDF‑to‑HTML (PDFJAVA‑36573); low image quality PDF‑to‑PPTX (PDFJAVA‑36666); FlattenSettings API link issue (PDFJAVA‑40370); IllegalStateException converting PDF‑to‑DOCX (PDFJAVA‑40268); UnsupportedClassVersionError for EPUB (PDFJAVA‑40283); Tomcat ThreadLocal cleanup failure (PDFJAVA‑39880); memory leakage (PDFJAVA‑40033); multithreaded licensing issue (PDFJAVA‑40280); security exception during certification (PDFJAVA‑40117); blank images in PDF‑to‑Image (PDFJAVA‑39559); IBM z/OS support investigation (PDFJAVA‑40134); merging documents exception (PDFJAVA‑36771); PDF/A‑2A compliance issue (PDFJAVA‑40276).replace() issues, OLE object insertion, NetInputStream skipping, regular‑expression substitution extra symbols, DOCX‑to‑PDF argument out‑of‑range, URL changes after conversion, revision format changes, chart series loss, X‑axis title rendering, NC sync failures, barcode fields, infinite conversion loops, content formatting after XmlMapping, unused style cleanup, SDT content updates, FileCorruptedExceptions, table export errors, ghost formatted tables, SVG rendering in DOCX‑to‑HTML, stray w:instrText elements, metafile rendering, Asian/Latin number spacing, form‑field default text, bitmap rendering quality, VML shape font color, vertical Chinese text collapse, PDF conversion failures, ODT‑to‑PDF index errors, missing footnotes, LINQ reporting NPE, PDF‑to‑DOCX table loss, HTML saving issues, UpdatePageLayout exceptions, style import errors, chart corruption, bar chart rendering, PDF icon missing, content shift after conversion, Japanese text orientation, barcode position changes, bookmarks loss, background issues, etc.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.4</version>
<type>pom</type>
</dependency>
</dependencies>
Gradle
repositories {
maven {
url 'https://mvn.conholdate.com/'
}
}
compile(group: 'com.conholdate', name: 'conholdate-total', version: '21.4')
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.4">
<artifact name="conholdate-total" ext="pom"/>
</dependency>
SBT
resolvers += Resolver.url("Conholdate Repository", url("https://mvn.conholdate.com/"))
libraryDependencies += "com.conholdate" % "conholdate-total" % "21.4"
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