Conholdate.Total for Java

25.5
2025-06-23 1.16 GB

What's new in 25.5

Added

  • CMYK color support for PDF barcode generation – new com.aspose.barcode.generation.CMYKColor class and PdfParameters API (Aspose.Barcode).
  • ONNX runtime session options for fine‑tuning OCR inference, exposed via OnnxRuntimeSessionOptions (Aspose.OCR).
  • Structural metadata export for glTF using EXT_structural_metadata with new enum and class support (Aspose.3D).
  • Type1 → TTF and Type3 → TTF converters added to PsDocument (Aspose.Page).
  • Expanded PDF API – new classes (AutoTaggingSettings, LicenseInfo), new field Color.Default, and many additional methods for signatures, tagging and XPS export (Aspose.PDF).
  • Microsoft Graph integration – contact, calendar and task management methods added to IGraphClient (Aspose.Email).
  • Spreadsheet API enhancementsCells.GetFirstDataRow, PictureCollection.Camera, ListColumn.IsArrayFormula, range clearing methods, gridline color properties for PaginatedSaveOptions and ImageOrPrintOptions (Aspose.Cells).
  • Chart style enumeration and ability to set chart style on existing and newly inserted charts (Aspose.Words).
  • HTML5 and SWF layout options (SlidesLayoutOptions) and new markdown export controls (RemoveEmptyLines, HandleRepeatedSpaces, SlideNumberFormat) (Aspose.Slides).
  • LZ4 archive settings – options to include block checksum and original content size, plus a saveLZ4Compressed method (Aspose.Zip).
  • Multiple layer effects and new imfx resource for PSD files, plus warp processing area control (Aspose.PSD).
  • Performance improvements in drawing (LockBits for Format32bppPArgb) and imaging (codec correctness, color handling) (Aspose.Drawing, Aspose.Imaging).
Improved
  • Headless mode tolerance – Aspose.HTML no longer throws HeadlessException and processes HTML‑to‑PDF in headless environments.
  • LockBits performance – faster bitmap lock/unlock for Format32bppPArgb (Aspose.Drawing).
  • Image codec correctness – more reliable handling of image file codecs and 2‑color palettes (Aspose.Drawing).
  • Conversion speed – PDF to ODS and PDF to JPG conversions receive performance enhancements (Aspose.PDF).
Fixed
  • Numerous bug fixes across all libraries, including:
    • Annotation rendering, assembly dependency handling, and conversion issues (GroupDocs components).
    • Color channel overflow in LinearGradientBrush, font style creation, and image loading edge cases (Aspose.Drawing).
    • Fixed EXT_structural_metadata import inconsistencies and added support for enum types (Aspose.3D).
    • Resolved PDF to DOCX layout problems such as incorrect margins, extra borders, and large gaps (Aspose.PDF).
    • Addressed Microsoft Graph API errors, signature image placement, MIME boundary changes, and hyperlink breaks (Aspose.Email).
    • Corrected HTML‑to‑PDF headless exceptions, dictionary handling in Web Accessibility, and document‑structure hangs (Aspose.HTML).
    • Fixed several rendering and export bugs in Slides (animation effects, chart display, SmartArt image rendering, Markdown encoding) (Aspose.Slides).
    • Resolved numerous issues in Cells related to HTML conversion, hidden columns, chart calculations, and Smart Markers (Aspose.Cells).
    • Fixed OCR session handling and added thread‑configuration warnings (Aspose.OCR).
    • Patched PSD layer mask defaults, multiple effects handling, AI stroke operators, warp processing, and PSB saving errors (Aspose.PSD).
    • Fixed LZ4 extraction memory allocations and added missing checksums (Aspose.Zip).
    • Resolved many PDF tagging, image rendering, and conversion crashes across the suite.

Installation

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>25.5</version>
      <type>pom</type>
   </dependency>
</dependencies>

Gradle

repositories {
    maven {
        url 'https://mvn.conholdate.com/'
    }
}

compile(group: 'com.conholdate', name: 'conholdate-total', version: '25.5')

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="25.5">
    <artifact name="conholdate-total" ext="pom"/>
</dependency>

SBT

resolvers += Resolver.url("Conholdate Repository", url("https://mvn.conholdate.com/"))

libraryDependencies += "com.conholdate" % "conholdate-total" % "25.5"
Release History