Conholdate.Total for Java

22.11
2022-12-01 3.65 GB

What's new in 22.11

Added

  • Aspose.Words – Document processing, rendering, and conversion improvements; layout handling enhancements.
  • Aspose.Cells – Cell IsDynamicArrayFormula property, SparklineGroup.Sparklines and Worksheet.SparklineGroups properties, Excel-to-HTML/PDF rendering improvements, chart-label positioning fixes, image handling improvements, large XLSB file loading fixes, formula calculation and Excel parsing exception fixes.
  • Aspose.Slides – PowerPoint presentation-to-video conversion, slide transition animations in generated video frames, shape and text animation support for video generation, PDF 1.7 output support, PDF/A compliance options (PDF/A-2a, PDF/A-2u, PDF/A-3), presentation effects and animation settings handling improvements, 3D shape effects export to PDF fixes.
  • Aspose.PDF – Balanced-tree support for PDF page-tree nodes, PDF linearization improvements, PNG-to-PDF conversion improvements, image insertion into PDF documents, PDF-to-Excel conversion (row heights, merged cells, borders, images), PDF-to-DOCX conversion (columns, whitespace, line spacing, text ordering, page breaks), CJK formatting and text extraction APIs, TextFormattingMode.Flatten for text extraction.
  • Aspose.Imaging – Integrated Aspose.Fonts functionality, reworked memory allocation using buffered file-cache approach, EMF-to-PNG conversion improvements, WEBP loading improvements, DICOM-to-APNG conversion improvements, EMF-to-SVG conversion improvements, CDR-to-JPG conversion improvements, EMF formula rasterization fixes.
  • Aspose.EmailMapiItemType API for determining MAPI item type, decoding signed MAPI content, standard IPM folder identification APIs, additional TNEF functionality, StickyNote/DistList/IPM.Document item handling improvements, PST operations/distribution lists/MSG/EML conversion/MSG/MHTML conversion/attachment rendering fixes.
  • Aspose.BarCode – MaxiCode recognition improvements, multiple MaxiCode encoding mode support, MaxiCodeMode and MaxiCodeEncodeMode enums, MaxiCodeExtCodetextBuilder, byte and extended codetext handling, double-byte numbers in QR codes fixes.
  • Aspose.CAD – Inverter DWG files conversion to standard DWG, viewport properties and entity positions modification during DWG conversion, DWG-to-PDF layout rendering improvements, DXF-to-JPEG rendering on Amazon Linux 2, CadPolyline3D and Cad3DVertex properties writing support, DWG layout rendering and object-section processing fixes.
  • Aspose.Tasks – Direct property access for Project, Task, Resource, and ResourceAssignment entities, Primavera UIDs preservation when importing XER and P6XML files, read-only access to Primavera-specific task properties, XER/P6XML parsing improvements, timephased data/rates/work/cost/duration/percentage-complete values fixes, Primavera baselines and project sorting improvements.
  • Aspose.NoteOutlineGroup element support for processing OneNote documents.
  • GroupDocs.Parser – OCR support for text and text areas extraction from images and PDF documents, attachment extraction from presentation/spreadsheet/word-processing documents, OCR connector configuration and OCR-specific options, new APIs for controlling OCR-based text extraction.
  • GroupDocs.Conversion – Document conversion engine improvements and continued support for converting documents across Office, PDF, image, CAD, ebook, web, and other formats (70+ file formats).
  • GroupDocs.Comparison – Document comparison capabilities improvements for reliable comparison and improved processing behavior.
  • GroupDocs.Editor – Document editing and HTML-based document representation improvements.
  • GroupDocs.Metadata – Metadata extraction and manipulation capabilities updates for document/image/audio/video/PDF/spreadsheet/presentation formats.
  • GroupDocs.Search – Boolean, fuzzy, faceted, homophone, case-sensitive, and date-range searches, search filters, search result highlighting, custom text extraction, document and metadata indexing.
  • GroupDocs.Signature – Electronic document signing and signature verification functionality improvements.
Improved
  • Aspose.Words – Microsoft Word document processing, rendering, conversion, and document layout handling.
  • Aspose.Cells – Spreadsheet rendering and conversion reliability.
  • Aspose.Slides – Presentation rendering and conversion capabilities.
  • Aspose.PDF – PDF document structure, conversion, and extraction.
  • Aspose.Imaging – Font handling and image conversion.
  • Aspose.Email – MAPI and TNEF data handling.
  • Aspose.BarCode – MaxiCode generation and recognition.
  • Aspose.CAD – DWG processing and CAD rendering.
  • Aspose.Tasks – Project entities access and Primavera support.
  • Aspose.Note – OneNote document processing.
  • Aspose.3D, Aspose.Diagram, Aspose.Font, Aspose.HTML, Aspose.Page, Aspose.PSD, Aspose.PUB, Aspose.TeX, Aspose.OCR – Updates from the corresponding 22.11 releases.
Fixed
  • Aspose.Words – Numerous bug fixes and compatibility improvements.
  • Aspose.Cells – Chart-label positioning, rendering issues, and various Excel conversion issues.
  • Aspose.Slides – 3D shape effects when exporting presentations to PDF and animation handling issues.
  • Aspose.PDF – PDF structure, conversion, and extraction bugs.
  • Aspose.Imaging – Font handling, image conversion issues (EMF formula rasterization, WEBP loading, DICOM-to-APNG, EMF-to-SVG, CDR-to-JPG, etc.).
  • Aspose.Email – PST operations, distribution lists, MSG/EML conversion, MSG/MHTML conversion, attachment rendering, MAPI issues.
  • Aspose.BarCode – MaxiCode recognition, barcode generation, and double-byte QR code issues.
  • Aspose.CAD – DWG layout rendering and object-section processing issues.
  • Aspose.Tasks – Timephased data, rates, work, cost, duration, percentage-complete values, Primavera baselines, and project sorting.
  • Aspose.Note – OutlineGroup element processing.
  • GroupDocs.Total – Document processing improvements and stability fixes across the suite.

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

Gradle

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

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

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

SBT

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

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