Conholdate.Total for Java

21.12
2022-01-25 3.09 GB

What's new in 21.12

Added

  • Aspose.3D – line import and export support for U3D format.
  • Aspose.BarCode – new fields, methods and classes for Royal Mail Mailmark 4‑state barcodes (encoding & decoding).
  • Aspose.CAD – a set of enhancements covering DWG/DXF export, layout/layer API unification, and proxy entity parsing.
  • Aspose.Cells – interruptible WorkbookDesigner.process, ability to modify PDF producer attribute, and several new API members.
  • Aspose.Diagram – (no new features; focus on bug fixes).
  • Aspose.Email – OLM file traversal API that skips corrupted items, and export of Zimbra calendar & contacts to iCalendar/VCard.
  • Aspose.Font – (bug‑only release).
  • Aspose.HTML – license now supports SHA‑256 encoding.
  • Aspose.Imaging – file‑extension‑aware image saving; added support for APNG, FODG, DICOM, HTML5 Canvas, EPS; async save/load capabilities.
  • Aspose.OCR – new output formats: .xlsx and searchable PDF (original text structure); added Xlsx value to Format enum.
  • Aspose.Page – (bug‑only release).
  • Aspose.PDF – example fixup creation, reduced memory allocations during PDF conversion, and new conversion methods.
  • Aspose.Slides – low‑code API for common tasks, section and summary zoom support, and numerous new convenience methods.
  • Aspose.Tasks – (bug‑only release).
  • Aspose.Words – ability to retrieve OOXML of content controls, font‑search‑cache save/load, Fill.SetImage overloads, WordOpenXML property for content controls, and ReportBuildOptions.UseLegacyHeaderFooterVisiting enum member.
Improved
  • Aspose.3D – memory‑efficiency improvements for scenes with many nodes and entities.
  • Aspose.Imaging – faster ICC color conversion cache, overall image‑processing performance boosts, and async operations for better throughput.
  • Aspose.CAD – conversion speed improvements for CAD files.
  • Aspose.PDF – performance enhancements for text addition and memory usage during conversions.
  • Aspose.Cells – performance tuning for FormatConditionCollection.addArea() and other validation/conditional‑formatting operations.
  • Aspose.Slides – improved rendering of charts, SmartArt, and other elements in PDF output; reduced processing time for large presentations.
  • Aspose.Words – various performance and stability improvements including font cache loading, handling of non‑standard footnotes, and SkiaSharp integration fixes.
Fixed
  • Aspose.3D – fixed crashes on large RVM files, incorrect Node.Name after FBX export/import, and failures with unsupported diffuse definitions.
  • Aspose.BarCode – (no explicit bug fixes listed).
  • Aspose.CAD – numerous rendering and export bugs (e.g., dashed line export, DWG PDF conversion, DGN loading, zip entry extraction).
  • Aspose.Diagram – fixed issues with straight line connectors and related drawing bugs.
  • Aspose.Email – resolved KeyNotFoundException in MailQueryBuilder.From.OrderBy and infinite loop when adding messages to PST.
  • Aspose.Font – corrected transformation matrix calculation for CFF fonts.
  • Aspose.HTML – (no explicit bug fixes listed).
  • Aspose.Imaging – fixed casting exceptions when rendering WMF to PNG, bounding‑box errors, and loading failures for EPS, TGA, and DICOM files.
  • Aspose.OCR – addressed a regression causing KeyNotFoundException and other stability issues.
  • Aspose.Page – fixed NullPointerException when converting PS to PDF.
  • Aspose.PDF – myriad bug fixes including MS Mincho replacement, hyphenation behavior, text overlapping, Chinese font handling, and table recognition errors.
  • Aspose.Slides – extensive bug fixes for chart callouts, PPT/PPTX loading errors, PDF conversion anomalies, SmartArt rotation, ink content loss, and layout differences.
  • Aspose.Tasks – fixed overflow, P6 XML loading exceptions, formula parsing errors, and license setting stack overflow.
  • Aspose.Words – a large set of bug fixes covering document conversion inconsistencies, rendering issues (SVG, charts, SmartArt), layout problems, font handling, and numerous .NET‑related regressions.

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

Gradle

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

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

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

SBT

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

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