Conholdate.Total for Java

22.2
2022-03-01 0.05 GB

Apa yang Baru di Versi 22.2

Yang Ditambahkan

  • Aspose.3D – Ability to embed external textures into PDF and U3D files (PdfSaveOptions.embedTextures, U3dSaveOptions.embedTextures).
  • Aspose.3D – Export/import of scene and node meta‑data for USD (UsdSaveOptions.exportMetaData).
  • Aspose.3DAssetInfo.getCopyright() to retrieve copyright information from 3D files.
  • Aspose.OCR – New DetectAreasMode enum (DOCUMENT, PHOTO, COMBINED, NONE) allowing selection of area‑detection mode.
  • Aspose.Imaging – Faster resize method and support for pixel‑perfect text alignment.
  • Aspose.Email – Reference attachment support with ReferenceAttachment, AttachmentPermissionType, and AttachmentProviderType.
  • Aspose.EmailMessageClass property added to ExchangeMessageInfo.
  • Aspose.Words – Loading of AZW3 (Kindle KF8) documents.
  • Aspose.WordsFieldStart.FieldData property for custom field data.
  • Aspose.WordsHtmlSaveOptions.ExportShapesAsSvg to export shapes as SVG when saving to HTML/MHTML/EPUB.
  • Aspose.Words – Saving‑progress notifications for HTML‑based and XAML‑based flow formats.
  • Aspose.PDF – New classes: DateField, NumberField, DigestHashAlgorithm, ThumbnailDevice.
  • Aspose.PDF – New methods for strict validation, form field checks, page paragraph handling, rendering options, and timestamp settings.
  • Aspose.CAD – Multiple enhancements (DXF Linux conversion, DWG/PNG rendering fixes, fallback font, DWF page size extraction, etc.).
  • Aspose.Cells – New API members: NameCollection.Filter(), NameScopeType enum, MsoDrawingType.Timeline enum.
  • Aspose.Tasks – New TimeDelta class with extensive constructors, arithmetic, parsing, and conversion methods; expanded SaveFileFormat and TaskKey enums.
  • Aspose.TeX – Font subsetting, no‑ligatures mode, formula rasterization mode, and several new rendering‑related interfaces and methods.
  • GroupDocs.Assembly – Options to always generate an object for JSON or XML root elements, support for array type identifiers in template syntax, and ability to parse several exact date‑time formats while loading JSON.
Improved
  • Aspose.Imaging – Performance improvements: faster resize, reduced package size, and overall speed increase for OCR area‑detection.
  • Aspose.OCR – Reduced package size and increased processing speed with the new detection‑mode capabilities.
  • Aspose.Email – Enhanced handling of reference attachments and MIME message classes.
  • Aspose.Words – Added saving‑progress notifications improve user feedback during large HTML/XAML saves.
  • GroupDocs.Assembly – Improved error reporting with added context for exceptions thrown during expression evaluation.
Fixed
  • Aspose.3D – Fixed texture binding issue in USD exporter/importer (THREEJava‑1058).
  • Aspose.BarCode – Fixed incorrect barcode size for Compact/Truncated Pdf417 and NoClassDefFoundError when using module path.
  • Aspose.CAD – Resolved numerous rendering and conversion errors (DXF Linux conversion, DWG to PNG “Parameter is not valid”, DWF rendering issues, fallback font handling, etc.).
  • Aspose.Cells – Fixed multiple bugs: corrupted workbooks with pivot tables, PDF conversion layout shifts, scientific number format mismatches, memory‑out‑of‑exception, formula loss, chart label issues, and more.
  • Aspose.Diagram – Fixed missing background picture when converting VST to HTML.
  • Aspose.Email – Fixed reference‑attachment handling, message‑class retrieval, TNEF plain‑text body issue, SMTP handshake errors, metadata FROM field mismatch, and OutOfMemoryError during nested message conversion.
  • Aspose.Imaging – Fixed EMF cache bug, CDR image loading failure, CMX “Invalid color model” exception, GIF‑to‑WebP export, WMZ‑to‑JPG conversion, and multithreaded Image.save exception.
  • Aspose.OCR – Fixed issues with optimized model import and post‑processing bugs.
  • Aspose.PDF – Fixed RTL support in PDF‑to‑XLSX, button border styling, IBM z/OS UnsupportedOperationException, background‑color detection for DOCX, locale‑related conversion exception, redaction font size, brotli dependency, and missing underscores in DOCX conversion.
  • Aspose.Slides – Fixed PDF conversion exceptions, missing images, NotImplementedException on PPT loading, and WordArt rendering issues.
  • Aspose.Tasks – Fixed rendering of timescale to fit page width and API inconsistency for Slack properties.
  • Aspose.TeX – Fixed issues with eurosym package, implemented font subsetting, no‑ligatures, and formula rasterization modes.
  • Aspose.Words – Resolved extensive table layout, rendering, pagination, and content‑loss bugs across DOC/DOCX/PDF/HTML conversions; fixed memory, null‑reference, and exception cases in many document scenarios.
  • GroupDocs.Assembly – Fixed InvalidCastException errors for Word Processing, email (HTML/RTF), Spreadsheet, and Presentation documents; fixed JSON data source handling when a single array property is present.

Instalasi

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

Gradle

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

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

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

SBT

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

libraryDependencies += "com.conholdate" % "conholdate-total" % "22.2"
Riwayat Rilis