Conholdate.Total for Java

21.6
2021-07-01 0.05 GB

Was ist neu in 21.6

Hinzugefügt

  • Aspose.3D – USD export support, zip‑archive file system for texture embedding, embedTextures property in FbxSaveOptions, material/texture export in USDC, RelativeFilename property for FBX textures.
  • Aspose.CAD – Object‑size definition feature, ability to read CadLine from overwritten AcDbObject, rendering of united 3‑D solids.
  • Aspose.Cells – New public API: PdfFontEncoding enum, PdfSaveOptions.FontEncoding, SlicerCacheItem.Value, GlobalizationSettings.GetProtectionNameOfPivotTable, FileFormatUtil.FileFormatToSaveFormat, Cell.IsNumericValue property, overloaded SetSharedFormula/SetArrayFormula/SetDynamicArrayFormula methods.
  • Aspose.DiagramsetEmfRenderSetting in SVGSaveOptions and getInheritTextBlock in Shape.
  • Aspose.Email – Support for “Return request client ID” identifier in EWSClient (ReturnClientRequestId property).
  • Aspose.HTML – Directory settings for font lookup via com.aspose.html.FontsSettings.
  • Aspose.ImagingApngImage.getOriginalOptions, getDefaultOptions, getModifyDate methods.
  • Aspose.OCR – New API CalcSkewImageFromUri(String uri), added Chinese OCR model and CalcSkewImage(uri) method.
  • Aspose.PDF – Image hiding via ImagePlacementAbsorber, new methods ImagePlacement.getOperator(), ImagePlacement.hide(), EI.toString(), XImage.detectColorType().
  • Aspose.Slides – XAML export support (IXamlOptions, XamlOptions, new Presentation.save(IXamlOptions) overload), cylinder column shape for 3‑D charts, XAML export, 3‑D bar chart, 3‑D transforms for thumbnails, shape thumbnail support for transparent background, a set of new 3‑D effect APIs, IEffect.getTargetShape() method.
  • Aspose.Tasks – API to specify a View object when saving to PDF/HTML/Image, rendering of left/top/inside/bottom text labels for Gantt task bars.
  • Aspose.Words – New features: chart series color API, drawing‑ML InkML rendering, texture handling (Fill.PresetTextured, Fill.PresetTexture), TxtSaveOptions.MaxCharactersPerLine, Document.LayoutOption for continuous‑section page numbering, JSON/XML root‑object generation option, new LayoutEntityType.Note enum value and related Kind values, CustomXmlPart.DataChecksum property, extensive chart formatting API (fill, stroke for series/points/markers).
Verbesserungen
  • Aspose.CAD – Performance boost for hatch export, corrected rotated dimension rendering, MTEXT alignment fix, pantone colors support, IGES parsing enhancements.
  • Aspose.Cells – Numerous stability and rendering improvements across chart, pivot, and HTML conversions; refined handling of hidden rows/columns and formula calculations.
  • Aspose.Imaging – Fixed animated‑GIF to APNG conversion, resizing cropping issues, JPEG‑YCbCr to BMP conversion, CDR text reading, EMF to PNG export, WEBP loading, TIFF to PNG overflow, Linux‑specific hangs, and other format‑specific enhancements.
  • Aspose.Slides – Enhanced 3‑D shape handling, improved thumbnail generation (shadow, blur, rotation), fixed connector display regressions, better XAML export stability.
  • Aspose.Tasks – Rendering logic for single‑page images, baseline date handling, improved exception messages, better Primavera XML task reading.
  • Aspose.Words – New layout enumeration capabilities, improved handling of footnotes/endnotes separators, added texture API, enhanced chart series formatting, better handling of continuous‑section page numbering, and numerous bug‑related performance refinements.
Behoben
  • Aspose.3D – Fixed GLB validation failures caused by special characters, corrected empty scene export to GLB.
  • Aspose.BarCode – Fixed Databar14 split pattern generation, DataBar Expanded recognition, QR code reading in PDF, various QR code exceptions.
  • Aspose.CAD – Fixed MTEXT alignment, entity coloring issues, IGES infinite loop, and other rendering bugs.
  • Aspose.Cells – Fixed ZipFile errors on ODS import, timeline break after save, PivotField.hideItem() not applied, HTML table cell truncation, incorrect formulas, document‑property extraction, chart series loss, PDF rendering layout inconsistencies, regression issues for numbers, ODS to PDF extra content, hidden settings loss, XML hidden‑setting removal, NullPointerException on HTML import, among others.
  • Aspose.Diagram – Fixed image, Visio, HTML annotation issues, XFA PDF hangs, empty email docs, HTML body in MSG metadata, and numerous other component bugs.
  • Aspose.Email – Resolved missing email text, appointment state flags loss, MAPI enumeration exception, HTML body inconsistencies, concurrent EWS client exception, and added faster body‑text extraction for MSG files.
  • Aspose.HTML – Fixed directory font lookup integration.
  • Aspose.Imaging – Resolved crashes and exceptions for APNG, GIF, JPEG, CDR, EMF, WEBP, TIFF conversions, and Linux stability issues.
  • Aspose.OCR – Fixed GPU‑related crashes, added stable Chinese OCR model, corrected skew calculation errors.
  • Aspose.PDF – Fixed image hiding, PDF to TIFF pipe stream conversion, HTML table loss, signature attachment removal, NPEs in threaded HTML to PDF, redaction border artifacts, SVG conversion, memory leak on Tomcat, PDF to Excel corruption, page color detection, color type API hangs, background transparency loss, annotation dictionary validation.
  • Aspose.Slides – Fixed connector display regressions, thumbnail shape direction, text shadow loss, blur shadow artifacts, chart value update errors, font size in notes, missing chart borders in PDF, shape direction in thumbnails, invalid operation exceptions during PDF conversion, gradient background errors, and other rendering bugs.
  • Aspose.Tasks – Fixed view rendering exceptions, baseline date issues, single‑page image rendering logic, license‑related exceptions, Primavera XML task reading, manual duration display, cost TD display, and other project‑file handling bugs.
  • Aspose.Words – Fixed numerous bugs across document conversion, chart rendering, footnote handling, list numbering, SVG shape loss, hidden text rendering, layout collection failures, PDF/A validation, XML/JSON processing, continuous‑section page numbering, text overlapping, font substitution, and many other stability and correctness issues.

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

Gradle

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

compile(group: 'com.conholdate', name: 'conholdate-total', version: '21.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="21.6">
    <artifact name="conholdate-total" ext="pom"/>
</dependency>

SBT

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

libraryDependencies += "com.conholdate" % "conholdate-total" % "21.6"
Veröffentlichungsverlauf