Conholdate.Total for Java

22.3
2022-04-04 0.05 GB

¿Qué hay de nuevo en la versión 22.3?

Añadido

  • Aspose.3D – New static factory methods Scene.fromStream and Scene.fromFile with overloads for cancellation tokens and load options; Node.merge for merging scene nodes.
  • Aspose.BarCode – No new features; focus on bug fixes.
  • Aspose.CAD – Added BigFont support for font handling.
  • Aspose.Cells – New public API members: HtmlSaveOptions.ExcludeUnusedStyles default changed to true; new methods for Cell.GetLeafs, Range.SetInsideBorders; new enums SaveFormat.Ots, LoadFormat.Ots; FormulaSettings class introduced to encapsulate formula‑related settings.
  • Aspose.Diagram – Added Page.addText method for inserting text with explicit positioning.
  • Aspose.Email – Ability to set the X‑ALT‑DESC header in iCalendar (.ics) files; new IMAP attachment‑info API (ImapAttachmentInfo, listAttachments) to retrieve attachment metadata without downloading the data.
  • Aspose.Imaging – Export from Aps to vectorized PSD; retain original DICOM tags on export; added locale handling API (LocaleOptions.setLocale, getLocale, clear).
  • Aspose.Note – Introduced metered licensing (com.aspose.metered.Metered with related methods).
  • Aspose.OCR – Extended recognition result object; new AreasType.WORDS enum value; License.setLicense(InputStream) method.
  • Aspose.PDF – PDF to ODS conversion now supports right‑to‑left (RTL) languages.
  • Aspose.Slides – Support for Bevel effects on charts; new AutoShape.isTextBox method to differentiate text‑box shapes; added informative exception when saving a disposed presentation.
  • Aspose.Tasks – New enumeration value CalculationType.Formula; memory‑allocation reduction when reading view data.
  • Aspose.TeX – SVG output support; inclusion of PS/EPS and XPS/OXPS graphics via graphics(x) package; tikz package support; extensive new rendering APIs (e.g., SvgMathRenderer, SvgDevice, opacity controls).
  • Aspose.Words – Added PDF 2.0 compliance (PdfCompliance.Pdf20); progress notifications for TXT saving; improved DML chart axis scaling; enhanced table comparison algorithm; LINQ Reporting now supports comment syntax.
Mejorado
  • Aspose.3D – Performance improvements for large mesh export to U3D/PDF and simplified scene‑merging functions.
  • Aspose.CAD – Numerous enhancements: transparency handling, PLT→PDF conversion stability, DWG rendering fixes, DWF/OBJ export robustness, IFC→PDF performance, memory usage improvements, and more.
  • Aspose.Cells – Updated default behavior for HTML style exclusion, refined formula settings architecture, added inside‑border setting for ranges, and streamlined loading/saving of OTS/XLT formats.
  • Aspose.Email – Performance improvement when reading 5 MB attachment details via IMAP.
  • Aspose.Imaging – Faster ICC color conversion cache; better handling of TIFF option combinations; resolved transparency loss in PNG→BMP export; fixed DICOM page count detection.
  • Aspose.PDF – Preservation of text justification and multilevel bullet lists when converting to DOCX; use of FIPS‑compliant Bouncy Castle.
  • Aspose.Slides – High‑CPU usage and long conversion times for PPTX→PDF addressed; numerous rendering fixes for 3D charts, tables, and shapes.
  • Aspose.Tasks – Reduced memory allocations during view data reads; calculation type enum clarified.
  • Aspose.TeX – Added numerous rendering and device APIs enabling fine‑grained control over stroke/fill opacity, graphic inclusion, and SVG generation.
  • Aspose.Words – PDF 2.0 support, updated digital‑signature defaults, improved encryption handling, and several PDF save‑option refinements.
Corregido
  • Aspose.3D – Fixed glTF export validation issue when Draco compression is enabled.
  • Aspose.BarCode – Fixed MicroPDF417 encoder ignoring Row/Columns properties; corrected UseOldBarcodeDetector flag behavior.
  • Aspose.CAD – Fixed transparency rendering, PLT→PDF hangs, blank DWG output, DWF→PNG export exceptions, DXF version validation errors, DWF encryption handling, and numerous other rendering and export bugs.
  • Aspose.Cells – Resolved shape height, Excel‑to‑DOCX conversion issues, percentage format loss, cell width errors, conditional formatting after custom properties, corrupted Excel files, range copying anomalies, row header height mismatches, grid web image persistence, chart color issues, data‑label loss, and signature line exceptions.
  • Aspose.Diagram – Fixed missing fonts and font‑substitution reporting via API.
  • Aspose.Email – Fixed X‑ALT‑DESC header handling, attachment extraction errors, MAPI message sender null issue, MAPI calendar attachment null, PST extraction failures, and GraphClient .msg handling.
  • Aspose.Imaging – Resolved unsupported TIFF options, ColorSpaceClass profile errors, DCM page count visibility, PNG transparency loss in BMP export, TIFF stream save exception, locale‑setting issues, and unsupported locale handling.
  • Aspose.Note – Fixed image saving rework bug and OneNote.Online document reading issue.
  • Aspose.OCR – Fixed COMBINE mode logic for area recognition, added word‑coordinate extraction, and enabled license loading from streams.
  • Aspose.PDF – Fixed annotation corruption during resizeContents, redaction token removal bug, language attribute extraction, and RTL support in ODS conversion.
  • Aspose.Slides – Fixed numerous PDF conversion bugs: chart value rounding, 3D chart rendering, table issues, background artifacts, comment and note handling exceptions, SVG style errors, and high CPU usage scenarios.
  • Aspose.Tasks – Fixed timescale start/finish display, MPP12 file compatibility, and project timescale reading bugs.
  • Aspose.TeX – Fixed various rendering and inclusion bugs for graphics and TikZ support.
  • Aspose.Words – Fixed chart line omissions, document comparison inaccuracies, table revision errors, PDF rendering misalignments, bookmark page offsets, SmartArt rotation, RTF blank line removal, encryption and permission exceptions, SVG rendering issues, and numerous other bugs across formats (DOCX, PDF, HTML, RTF, etc.).

Instalación

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

Gradle

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

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

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

SBT

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

libraryDependencies += "com.conholdate" % "conholdate-total" % "22.3"
Historial de versiones