BYTES、新的 DataMatrixVersion 类(含丰富的预定义尺寸),并移除了旧版字段(FULL、CUSTOM)。Shape.GetActualBox()、XmlLoadOptions.ConvertNumericOrDate、NumberFormat、DateFormat、IgnoreRootAttributes;新增 FileFormatType.MicrosoftCabinet 和 FileFormatType.Rtf;弃用 FileFormatType.Numbers(请改用 Numbers09)。Cells.StandardWidth 行为变更:调整默认列宽。Diagram 类和 LoadOptions 类添加 FontConfigs,以支持按字体单独配置。PersonalStorage.deleteItem(String entryId) 用于 PST 项删除;StorageProcessing 事件及 StorageProcessingEventArgs;PST 分割新增 splitInto(long chunkSize, String partFileNamePrefix, String path) 重载;CalendarReader 新增属性(Count、IsMultiEvents、Method、Version)及 loadAsMultiple() 方法。RasterImage 支持 alpha 混合;统一命名规范;为多页图像同步页面/格式特定集合。ParsingErrorInfo 类型,含构造函数、getMessage() 及 AttachedFile.getParsingErrorInfo(),用于详细解析错误处理。RecognitionSettings、ReceiptRecognitionSettings、IDCardRecognitionSettings、PassportRecognitionSettings、CarPlateRecognitionSettings 和 InvoiceRecognitionSettings 中新增自动颜色反转设置,以提升黑白反色文字的 OCR 效果。OutputIntent 和 PrintScaling 类;新增多个方法(例如 HtmlSaveOptions.title、LoadOptions.disableFontLicenseVerifications、矩阵变换、矢量图形处理、Operator.equals、优化选项、Rectangle.fromRect、标签结构初始化、TextFragmentState.isFitRectangle)。新增 Graph(double,double) 构造函数;弃用旧版 Graph(float,float) 与 XpsSaveOptions.setUseNewImagingEngine。Fill 属性进行处理;新增扭曲类型(弧线与拱形);PsdOptions.UpdateMetadata 用于控制创建工具元数据;扩大扭曲计算区域。新增多个用于 XMP 处理与版本控制的 API 成员。SaveFormat.Md、MarkdownSaveOptions 支持多种风格及导出类型);HTML5 选项支持将图片外部化保存(EmbedImages、OutputPath)。WeekDay.DayWorking;保存前检查 UniqueId 限制;支持读取 Primavera 格式的材料单位缩写。DigitalSignature.SignatureValue 用于获取签名字节;新增导航属性 Row.NextRow、Row.PreviousRow、Cell.NextCell、Cell.PreviousCell;mustache 标签支持在 MailMerge.GetRegionsHierarchy 和 GetFieldNamesForRegion 中使用;LINQ 报告引擎模板支持 ElementAt/ElementAtOrDefault 扩展;新增对固定页面 HTML 文档的警告。Cells.StandardWidth 行为变更,使默认列宽与新的标准宽度设置保持一致。ElementAt 支持扩展了模板能力;对固定页面 HTML 的警告有助于避免意外加载行为。GlyphAccessor.GetGlyphById() 对特定 Type1 字体返回 null 的问题(FONTNET‑552)。PdfFileEditor.resizeContentsWithNormalization 数组索引错误及其他转换异常。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-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