Conholdate.Total for Java

21.9
2021-09-30 0.05 GB

Apa yang Baru di Versi 21.9

Yang Ditambahkan

  • Aspose.3D – PCD export support, XYZ import/export, triangle‑area based point‑cloud surface generation, Point Cloud import/export in A3DW format.
  • Aspose.BarCode – Refactored BarcodeReader interface and timeout‑exceeding exception handling.
  • Aspose.Cells – New public properties: AutoFitterOptions.FormatStrategy, MsoFormatPicture.Transparency, overloaded PivotTableCollection.Remove(), ImageOrPrintOptions.IsOptimized.
  • Aspose.DiagramdependsOnShapes property added to Shape for retrieving dependent shape IDs.
  • Aspose.Email – PST‑to‑MSG extraction speed improvement.
  • Aspose.Imaging – Support for “PANTONE goe coated” palette in CDR, blurred GIF‑to‑PDF conversion, WMZ‑to‑PNG conversion, corrected CDR loading errors, PowerClip rendering fixes, two‑color raster image support, SVG‑to‑PNG conversion, DICOM image loading, GIF frame watermark fix, WebP color correction, Tiff saving fix.
  • Aspose.Note – Complete public API for OneNote tags; new interfaces (ITaggable, ITag, INoteTag), classes (CheckBox, NoteCheckBox), and extensive static factory methods for creating tag types.
  • Aspose.OCR – Multithreading support, batch image recognition from a list, preprocessing filters for image correction.
  • Aspose.PDF – PDF‑to‑XLSX conversion now preserves images; interface for custom implementations; PDF‑to‑DOCX paragraph indent detection in EnchantedFlow mode.
  • Aspose.Slides – Automatic table cell fill‑color retrieval, HTML5 export support (SaveFormat.Html5 and Html5Options), access to ChartDataWorksheetCollection, IAccessiblePVIObject interface for effective effect data.
  • Aspose.Tasks – AutoFilter reading with multiple values (FilterComparisonType.IsOneOf); new task fields Tsk.HAS_OVER_ALLOCATED_RESOURCE and enumeration TaskKey.HasOverallocatedResource.
  • Aspose.TeX – Vector graphics drawing support for pict2e package, \graphicspath command support, JPG image inclusion, and ColoredStroke class for line‑stroke properties.
  • Aspose.Words – Custom number‑style format for lists (ListLevel.CustomNumberStyleFormat), static method ListLevel.GetEffectiveValue(), PDF export of triangular gradients, logical structure for comments in PDF, and numerous bug‑fixes across platforms.
Improved
  • Aspose.3D – Reduced lock contention in FBX importer.
  • Aspose.BarCode – Enhanced barcode reader data unpacking and timeout handling.
  • Aspose.Cells – Improved handling of auto‑fitter options and image optimization.
  • Aspose.Imaging – Faster ICC color conversion cache, optimized rendering of PowerClip objects, improved SVG to PNG conversion quality.
  • Aspose.PDF – Updated compression handling for PPTX, performance enhancements in PDF‑to‑XLSX/Docx conversion.
  • Aspose.Slides – Performance improvements for slide cloning, multi‑threaded PPTX‑to‑PNG conversion stability, better handling of shape effects (glow, shadow, reflection) in PDF/HTML outputs.
  • Aspose.Tasks – Better handling of over‑allocation flags and auto‑filter comparisons.
  • Aspose.TeX – Enhanced IInputWorkingDirectory file retrieval methods and refined ColoredStroke API.
  • Aspose.Words – License verification now tolerant of complex environments; added support for custom list number styles and triangular gradient export.
Fixed
  • Aspose.3D – Fixed PointCloud export to PLY, USDZ‑to‑OBJ conversion exception, and GC‑induced lock contention.
  • Aspose.BarCode – Fixed issues related to barcode reader interface refactoring.
  • Aspose.Cells – Fixed numerous bugs affecting Excel‑to‑HTML/PDF conversion, chart rendering, conditional formatting, hyperlink handling, array formula evaluation, and file corruption on save.
  • Aspose.Diagram – Fixed shading loss in VSDX‑to‑PDF, incorrect LineColor from InheritLine, PinPos handling, arrow value retrieval, and line‑color retrieval for sheet shapes.
  • Aspose.Email – Resolved slow PST‑to‑MSG extraction, custom flag generation, MAPI stream loading, inline attachment visibility, SMTP address checks, appointment loading, calendar recurrence, multipart handling, EML date display, IMAP header collection, and recurring event display bugs.
  • Aspose.Imaging – Fixed exceptions when converting WMZ to PNG, loading CDR files, PowerClip rendering, SVG distortion, DICOM loading, GIF watermarking, WebP color issues, Tiff saving, and PNG export failures.
  • Aspose.Note – Addressed obsolete members, removed NoteTagCore, and corrected tag‑related property behaviors.
  • Aspose.OCR – Fixed multithreading synchronization, preprocessing filter application, and batch recognition logic.
  • Aspose.PDF – Resolved PNG blank output after PDF conversion, resource usage spikes, invalid date format exceptions, XLSX formatting issues, and various conversion bugs.
  • Aspose.Slides – Fixed missing text after save, lost glow/shadow/reflection effects, missing SmartArt, EMF image visibility, text boldness in SVG, duotone effect exceptions, slide merging misalignments, thumbnail generation errors, animation sequence changes, font loading issues, and numerous rendering bugs.
  • Aspose.Tasks – Fixed dictionary‑key exceptions on MPP open, stack overflow on Primavera XML, index‑out‑of‑bounds errors, TotalSlack values, resource overallocation updates, and over‑allocation flag inconsistencies.
  • Aspose.TeX – Fixed image rotation problems and closed‑stream write errors.
  • Aspose.Words – Fixed a large set of licensing errors across environments, unsatisfied link errors, invalid license signatures, document initialization failures, custom property handling, comment comparison, blank page creation, font rendering, equation alignment, chart rendering, PDF tagging, and many other bugs reported by Java and .NET users.

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

Gradle

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

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

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

SBT

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

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