Conholdate.Total for Java

21.7
2021-08-02 0.05 GB

What's new in 21.7

Added

  • Aspose.3D – support for exporting scenes to USDZ format (THREEDNET‑870) and a new FileSystemFactory API to customise file system handling for improved server‑side security (THREEDNET‑901).
  • Aspose.Email – added CRAM‑MD5 authentication for IMAP, POP3 and SMTP clients (EMAILNET‑40250).
  • Aspose.OCR – new line‑area detection, confidence rating for matches, and a property indicating the presence of a table in the image (OCRJAVA‑141, OCRJAVA‑143, OCRJAVA‑138).
  • Aspose.Words – PDF/A‑2 compliance support (PdfCompliance PDF/A‑2), new Fill.Patterned methods and PatternType enum (WORDSNET‑22279), a Frameset API for working with frames (WORDSNET‑17557), and an extended DocumentBuilder.InsertHtml overload with HtmlInsertOptions (WORDSNET‑18852).
  • Aspose.Imaging – ability to set the number of loops (cycles) in GIF animations (IMAGINGJAVA‑7847) and several enhancements for CDR, EPS, TIFF and PNG processing (e.g., palette handling, DPI preservation).
  • Aspose.CAD – added export support for FBX, WebP, DCM, and raster image rotation improvements.
  • GroupDocs.Assembly – new options to customise restrictions on dynamic cell merging for Word, Spreadsheet, Presentation and email templates (ASSEMBLYNET‑196‑199).
  • Aspose.Tasks – new ExecutingWebRequest event for Project Online/Project Server interactions (TASKSNET‑4903) and extended OLE object handling (display‑as‑icon, visual placement).
  • Aspose.PDF – new OptimizedMemoryStream class and methods to control clipping of extra content in headers/footers.
  • Aspose.PSD – API for editing font name via TextPortions (PSDJAVA‑362).

Improved

  • Aspose.Imaging – faster ICC colour conversion caching and reduced memory usage when handling large GIF frames.
  • Aspose.Email – added encoding options for MboxrdStorageReader and global formatting for MHT headers, improving reliability of mailbox processing.
  • Aspose.OCR – compressed ML model reduces package size and adds linesFiltration setting for cleaner line detection.
  • Aspose.Words – improved handling of PDF/A‑2 output, including stricter validation of fonts and colour spaces.
  • Aspose.CAD – enhanced raster image rotation and quality improvements for PLT‑to‑PDF conversion.
Fixed
  • Aspose.BarCode – fixed multiple barcode recognition issues (e.g., Aztec zeros, QR data unreadable, JPG barcode read failures).
  • Aspose.CAD – numerous rendering and export fixes for DWG, DGN, IFC, PLT, STL and other formats (e.g., NURBS rendering, layer access, export exceptions).
  • Aspose.Cells – fixed bugs in sheet rendering, chart export, pivot table percentages, VBA project signing, and numerous property extraction issues.
  • Aspose.Diagram – resolved fill‑color extraction, shape‑to‑image conversion, API extraction of formulas, and NameU property retrieval bugs.
  • Aspose.Email – addressed CRAM‑MD5 related crashes, missing body text in MHT, attachment loss in Office 365, TNEF round‑trip errors, and signature removal exceptions.
  • Aspose.Imaging – resolved stack‑overflow on JPG loading, PNG palette resize errors, EPS to PNG conversion issues, and EMF saving exceptions.
  • Aspose.OCR – eliminated NullPointerExceptions and improved stability of text‑area detection methods.
  • Aspose.PDF – fixed stack overflow during PDF optimisation and improved grayscale rendering for vector graphics.
  • Aspose.PSD – fixed ImageSaveException when converting PSD to PNG and added robust font name handling.
  • Aspose.Slides – fixed loading errors, PDF conversion glitches, bevel effect loss, and class‑cast issues for ODP export.
  • Aspose.Tasks – resolved resave exceptions for MPP files, ole object frame persistence, assignment duration recalculation, and time‑phased data updates.
  • Aspose.Words – numerous bugs covering fill pattern rendering, document comparison, HTML conversion, PDF accessibility, image handling, chart rendering, and many edge‑case crashes.
  • GroupDocs.Assembly – fixed NullReferenceExceptions when using DocumentAssemblyOptions.RemoveEmptyParagraphs for Word, Presentation and email documents.

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

Gradle

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

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

SBT

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

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