BYTES, new DataMatrixVersion class with extensive predefined sizes, and removal of legacy fields (FULL, CUSTOM).Shape.GetActualBox(), XmlLoadOptions.ConvertNumericOrDate, NumberFormat, DateFormat, IgnoreRootAttributes; added FileFormatType.MicrosoftCabinet and FileFormatType.Rtf; deprecated FileFormatType.Numbers (use Numbers09). Behavior change for Cells.StandardWidth to adjust default column widths.FontConfigs to both Diagram level and LoadOptions for per‑font configuration.PersonalStorage.deleteItem(String entryId) for PST item deletion; StorageProcessing event with StorageProcessingEventArgs; new splitInto(long chunkSize, String partFileNamePrefix, String path) overload for PST splitting; added properties to CalendarReader (Count, IsMultiEvents, Method, Version) and loadAsMultiple() method.RasterImage; unified naming conventions; synchronized page/format‑specific collections for multipage images.ParsingErrorInfo type with constructor, getMessage(), and AttachedFile.getParsingErrorInfo() for detailed parsing error handling.RecognitionSettings, ReceiptRecognitionSettings, IDCardRecognitionSettings, PassportRecognitionSettings, CarPlateRecognitionSettings, and InvoiceRecognitionSettings to improve OCR on white‑on‑black text.OutputIntent and PrintScaling; numerous new methods (e.g., HtmlSaveOptions.title, LoadOptions.disableFontLicenseVerifications, matrix transformations, vector graphics handling, Operator.equals, optimization options, Rectangle.fromRect, tagged structure init, TextFragmentState.isFitRectangle). Added Graph(double,double) constructor; deprecated older Graph(float,float) and XpsSaveOptions.setUseNewImagingEngine.Fill property handling for shape layers; new warp types (arc & arch); PsdOptions.UpdateMetadata to control creator‑tool metadata; increased warp calculation area. Added several new API members for XMP handling and versioning.SaveFormat.Md, MarkdownSaveOptions with flavors and export types); HTML5 options to save images externally (EmbedImages, OutputPath).WeekDay.DayWorking auto‑set when adding working times; pre‑save checks for UniqueId limits; reading material unit abbreviations for Primavera formats.DigitalSignature.SignatureValue to obtain signature bytes; navigation properties Row.NextRow, Row.PreviousRow, Cell.NextCell, Cell.PreviousCell; mustache tag support in MailMerge.GetRegionsHierarchy and GetFieldNamesForRegion; ElementAt/ElementAtOrDefault extensions in LINQ Reporting Engine templates; warning for fixed‑page HTML documents.Cells.StandardWidth to keep default column widths consistent with new standard width settings.ElementAt support broaden template capabilities; warning for fixed‑page HTML helps avoid unexpected loading behavior.GlyphAccessor.GetGlyphById() returning null for a specific Type1 font (FONTNET‑552).PdfFileEditor.resizeContentsWithNormalization array index error, and other conversion anomalies.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>23.7</version>
<type>pom</type>
</dependency>
</dependencies>
Gradle
repositories {
maven {
url 'https://mvn.conholdate.com/'
}
}
compile(group: 'com.conholdate', name: 'conholdate-total', version: '23.7')
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="23.7">
<artifact name="conholdate-total" ext="pom"/>
</dependency>
SBT
resolvers += Resolver.url("Conholdate Repository", url("https://mvn.conholdate.com/"))
libraryDependencies += "com.conholdate" % "conholdate-total" % "23.7"
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-04-09
2024-03-08
2024-01-31
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