Conholdate.Total for Java

22.6
2022-06-30 3.75 GB

22.6 Έκδοση - Τι νέο υπάρχει

Προστέθηκε

  • Modular per‑TFM NuGet packages for GroupDocs and Aspose libraries.
  • GroupDocs.ConversionConversionEvents aggregator and OnFontSubstituted event.
  • Aspose.OCR – AI‑driven natural‑language query processor for OCR results; new detection mode DetectAreasMode.TABLE; RecognitionSettings.setAutoDenoising(boolean) for automatic noise removal; document‑type detection APIs (rule‑based and AI‑based).
  • Aspose.Words – OOXML compliance property; PDF form‑field JavaScript triggers for date/time fields.
  • Aspose.Medical – JPEG XL transfer syntaxes for DICOM.
  • Aspose.Signature, Aspose.Watermark, etc. – Multi‑framework NuGet delivery.
  • Aspose.3DFileFormat.getFormatByExtension(String); Scene.save(String) allowing save without explicit format.
  • Aspose.BarCode – GS1 Composite barcode generation; new GS1CompositeBarParameters class, properties, and related enums (TwoDComponentType).
  • Aspose.Font – Extensive language and platform ID enums (MSLanguageId, MacLanguageId, etc.), new NameId, NameRecord, PlatformId APIs and related methods.
  • Aspose.CAD – DXB format support; cancellation support on document load; numerous enhancements for DWG/DWF/PLT/HPG handling.
  • Aspose.Cells – PivotTable row formatting API (PivotTable.FormatRow); CellsDataTableFactory class and property; new Cell.GetDependentsInCalculation / Cell.GetPrecedentsInCalculation; obsolete members removed/renamed; several new properties and overloads for charts and shapes.
  • Aspose.DiagramHTMLSaveOptions.setResolution(int) for DPI control.
  • Aspose.Email – MailGun and SendGrid delivery service clients; GS1CompositeBar support; MapiCalendarIcsSaveOptions.setKeepOriginalDateTimeStamp.
  • Aspose.Imaging – Support for loading specific ODG, DCM, CDR files; enhanced EMF rectangle rendering; proper handling of GIF multiframe contrast/gamma adjustments; DICOM image reading improvements.
  • Aspose.Page – Maintenance release migrated from .NET; stability improvements.
  • Aspose.PDF – Integration of latest Bouncy Castle version; Excel column export as numeric.
  • Aspose.Slides – New chart adjustment coordinates feature; removal of obsolete LoadAndRelease_Legacy_TemporaryDefault.
  • Aspose.Tasks – Export control for XLSX sheets; PrimaveraReadOptions.UndefinedConstraintHandlingBehavior.
  • Aspose.TeX – Fixed composite glyph building, image sizing, and hyperlink alignment bugs.
  • Aspose.Words – PDF to fixed‑format conversion without intermediate layout; gradient, texture, pattern fills for charts; solid text fill inheritance; ODT loading progress notifications; new PdfFixedRenderer class for direct PDF rendering to HTML/XPS/Image/PDF.
Βελτιώσεις
  • Engine upgrades across GroupDocs.Annotation, GroupDocs.Assembly, and GroupDocs.Conversion delivering faster rendering and lower memory usage.
  • Faster ICC color conversion cache in Aspose.Imaging.
  • Optimized GetFileInfo method in GroupDocs.Parser.
  • Updated compression handling for PPTX files in Aspose.Slides.
  • Performance and stability enhancements throughout all Aspose Java libraries (e.g., reduced memory footprints, faster loading of large documents, improved multi‑threaded operations).
Διορθώσεις
  • Annotation: fixes for image, Visio, HTML annotations.
  • Assembly: dependency resolution and chart rendering fixes.
  • Conversion: PDF‑to‑Markdown image handling; XFA PDF conversion hangs; on‑font‑substituted handling.
  • Editor: empty email document handling.
  • Metadata: HTML body extraction in MSG files.
  • Parser: assorted parsing improvements.
  • Redaction, Search, Signature, Watermark: numerous bug fixes across all products.
  • Aspose.BarCode: GS1 Composite barcode generation stability.
  • Aspose.CAD: exceptions when opening DWG/DWF/PLT/HPG files, missing lines in Acrobat, Linux viewer issues, and more.
  • Aspose.Font: fixed issues with name table handling, added extensive language/platform support.
  • Aspose.Imaging: rounded‑corner EMF rendering, ODG/DCM/CDR loading errors, GIF contrast/gamma adjustments, DICOM image processing bugs.
  • Aspose.OCR: PDF result saving issue, image denoising model integration, detection mode bugs.
  • Aspose.PDF: PDF‑to‑Excel numeric format, text shifting, blank DOCX page, page index exception, radio button flattening, TIFF conversion text loss, Docker image quality variance, merge optimization hang, mixed English/Arabic font problems.
  • Aspose.Slides: chart adjustment coordinates, obsolete load‑and‑release removal, PPTX read exceptions.
  • Aspose.Tasks: export sheet toggles, Primavera XML constraint handling, recalculation work reduction bugs, infinite loop in calendar recalculations, work contour timephased data generation.
  • Aspose.TeX: composite glyph building, image sizing, hyperlink alignment fixes.
  • Aspose.Words: extensive list of bugs covering XHTML entity resolution, bookmark text, picture layout, revision rendering, ODT loading, PDF conversion issues, chart rendering, document compare, shape visibility, fill gradients, PDF digital signature algorithms, and many more across both Java and .NET APIs.
  • Critical crash fixes: .NET 8 binary serialization crash in GroupDocs.Annotation, PDF‑to‑PNG stack overflow in Aspose.HTML, XFA PDF conversion hangs in GroupDocs.Conversion, and additional stability fixes across the entire suite.

Εγκατάσταση

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

Gradle

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

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

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

SBT

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

libraryDependencies += "com.conholdate" % "conholdate-total" % "22.6"
Ιστορικό εκδόσεων