Conholdate.Total for Java

21.5
2021-05-31 0.05 GB

What's new in 21.5

Added

  • Aspose.Cells – Support for connecting and removing PivotTable connections from slicers, TxtSaveOptions.ExportAllSheets option, Numbers 09 file format support, page orientation API for entire workbook, range move/insert/delete operations for GridWeb, and improved Japanese calendar calculations.
  • Aspose.Slides – PowerPoint Zoom support, autofit scale value reading, macro execution on button click, custom PPT root directory entry CLSIDs, and improved thumbnail generation/presentation rendering.
  • Aspose.HTML – JDK 11 support.
  • Aspose.TasksSaveOptions.TaskFilter and SaveOptions.TasksComparer support for CSV/XLSX export, improved task ID/handling, SaveOptions for improved Outline Code, XLSX headers with custom ProjectView configurations, formula parsing, and task splitting.
Improved
  • Aspose.Cells – PivotTable refresh, workbook saving, chart rendering, PDF font embedding, .numbers files, and GridWeb.
  • Aspose.Slides – Thumbnail generation and presentation rendering.
  • Aspose.HTML – Compatibility with modern Java runtime environments.
  • Aspose.Tasks – CSV/XLSX export, task ID/handling, Outline Code values, XLSX headers, formula parsing, and task splitting.
  • GroupDocs.Total – Document conversion accuracy for Office and PDF formats, rendering quality in document viewing components, digital signature compatibility across supported formats, and performance optimizations for large document processing.
Fixed
  • Aspose.Cells – PivotTable refresh, workbook saving, chart rendering, PDF font embedding, .numbers files, and GridWeb.
  • Aspose.Imaging – Image processing and format handling.
  • Aspose.PDF – PDF processing improvements and bug fixes.
  • Aspose.Words – Document-processing improvements and fixes for Microsoft Word formats, document conversion, rendering, and related functionality.
  • Aspose.BarCode, Aspose.CAD, Aspose.Diagram, Aspose.Email, Aspose.Font, Aspose.Metadata, Aspose.Note, Aspose.OCR, Aspose.Page, Aspose.PSD, Aspose.PUB, Aspose.TeX, Aspose.Watermark – Updates included from respective May 2021 releases.
  • GroupDocs.Total – Metadata, parser, comparison, and annotation APIs.

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

Gradle

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

compile(group: 'com.conholdate', name: 'conholdate-total', version: '21.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="21.5">
    <artifact name="conholdate-total" ext="pom"/>
</dependency>

SBT

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

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