Conholdate.Total for Java

23.1
2023-01-31 0.05 GB

What's new in 23.1

Added

  • Modular per‑TFM NuGet packages for GroupDocs and Aspose libraries.
  • ConversionEvents aggregator and OnFontSubstituted event (GroupDocs.Conversion).
  • AI‑driven natural‑language query processor for OCR results (Aspose.OCR).
  • OOXML compliance property for Word documents (Aspose.Words).
  • JPEG XL transfer syntaxes for DICOM (Aspose.Medical).
  • PDF form‑field JavaScript triggers for date/time fields (Aspose.Words).
  • Document type detection APIs (rule‑based and AI‑based) (Aspose.OCR).
  • Multi‑framework NuGet delivery for Aspose.Signature, Aspose.Watermark, etc.
  • Support for Aspose.Market in Aspose.Barcode.
  • Added 979 ISBN support and GS1 prefix in Aspose.Barcode.
  • Enhanced reading of rotated DataMatrix 2D barcodes (Aspose.Barcode).
  • New SVG export support in Aspose.Font.
  • Logging support in Aspose.OCR (new Logging class).
  • Page size and bubble‑color customization in Aspose.OMR (GlobalPageSettings).
  • Creation of PostScript documents from scratch (Aspose.Page).
  • New ColorBarAnnotation and PrinterMarkAnnotation classes in Aspose.PDF.
  • New ColorBar field in AnnotationType (Aspose.PDF).
  • New ChartDataLabel.Font and ChartDataLabelCollection.Font properties (Aspose.Words).
  • New IgnoreOleData option in LoadOptions (Aspose.Words).
  • New MetafileRenderingOptions.UseGdiRasterOperationsEmulation (Aspose.Words).
  • New shading theme color properties (ForegroundPatternThemeColor, BackgroundPatternThemeColor, ForegroundTintAndShade, BackgroundTintAndShade) (Aspose.Words).
  • New Range.Revisions property (Aspose.Words).
  • Ability to generate TOC for AZW3 documents (Aspose.Words).
  • Markdown list export mode (MarkdownListExportMode) (Aspose.Words).
  • Updated HtmlSaveOptions.ScaleImageToShapeSize to affect grouped raster images (Aspose.Words).
Improved
  • Engine upgrades across GroupDocs.Annotation, Assembly, and Conversion delivering faster rendering and reduced memory usage.
  • Faster ICC color conversion cache (Aspose.Imaging).
  • Optimized GetFileInfo method (GroupDocs.Parser).
  • Updated compression handling for PPTX (Aspose.Slides).
  • Performance and quality improvements for raster‑operation emulation in metafiles (Aspose.Words).
Fixed
  • Numerous fixes across annotation (image, Visio, HTML), assembly (dependency, chart rendering), conversion (PDF‑to‑Markdown images, XFA PDF hangs), editor (empty email docs), metadata (HTML body in MSG), parser, redaction, search, signature, watermark, and all Aspose products (BarCode, CAD, Cells, Diagram, Drawing, Email, Font, GIS, HTML, Imaging, Medical, OCR, Page, PSD, Slides, SVG, Tasks, TeX, Words, Zip).
  • Critical crash fixes for .NET 8 binary serialization in GroupDocs.Annotation, PDF‑to‑PNG stack overflow in Aspose.HTML, and XFA PDF conversion hangs in GroupDocs.Conversion, among many others.
  • Fixed special characters recognition in QR (Aspose.Barcode).
  • Fixed empty SVG/PNG output when converting DXF (Aspose.CAD).
  • Implemented 3DS format support and various DWG/DXF conversion enhancements (Aspose.CAD).
  • Fixed numerous bugs in Aspose.Cells (HTML export, chart legends, PDF conversion, etc.) and introduced several API changes (PivotGlobalizationSettings, JsonSaveOptions, Chart enhancements).
  • Resolved rendering issues in Aspose.Diagram (VSD to SVG icons).
  • Fixed multiple bugs in Aspose.Email (GraphClient, MboxMessageInfo, digital signatures, charset, MIME generation).
  • Fixed special characters in QR code recognition (Aspose.Barcode).
  • Fixed image export failures and DGN loading issues (Aspose.CAD).
  • Fixed PDF to DOCX conversion issues (extra borders, spacing, page numbers, merged textlines, memory errors).
  • Fixed PDF concatenation bookmark/link mismatches and NullPointerExceptions.
  • Fixed PDF to Excel border color and text under vector images.
  • Fixed various bugs in Aspose.OCR (logging, etc.).
  • Fixed OMR form generation errors (page size, bubble color).
  • Fixed Aspose.Page PDF creation bugs and added new constants for fonts and pages.
  • Fixed numerous bugs and added new features in Aspose.PDF (actual font name, printer marks, annotation enhancements).
  • Fixed Slide conversion bugs (HTML duplicate styles, underlined emails, MathML import, PNG conversion NPE, PPTX to PDF/A performance, audio frame options, table color).
  • Fixed Tasks API issues (Labor Units, priority column, fractional percentages, summary task duration, MPX compatibility, constraint dates, timephased data, calendar working days, link lag values).
  • Fixed Word document issues (German ß/SS rendering, raster operation performance, shading theme colors, TOC generation, Markdown list export, OLE handling, metafile raster emulation, etc.).

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

Gradle

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

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

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

SBT

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

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