Conholdate.Total for Java

23.3
2023-05-02 0.05 GB

What's new in 23.3

Added

  • Aspose.CAD – SHX support for attributes, DWFX page handling, font changes, PDF thick‑line correction, and viewport‑frame fixes.
  • Aspose.Cells – New “group” object generation from SmartArt, GridWeb load option, support for margin on <img> tags in HTML import.
  • Aspose.EmailGetTotalItemsCount() for OLM storage, IsTemplate property to detect OFT vs MSG, NSF file format detection, and extended OFT saving options.
  • Aspose.Imaging – Full support for BigTIFF images.
  • Aspose.Note – Complete drawing support with new Ink node types (InkNode, InkDrawing, InkParagraph, InkWord) and related constants.
  • Aspose.OCR – A new, slimmer API: OcrInput, unified Recognize method, DetectRectangles, ImageProcessing (Render/Save), and CalculateSkew.
  • Aspose.OMR – Markup properties for text styling (font_size, font_family, font_style) and corresponding global page settings.
  • Aspose.Tasks – Primavera readers enhancements (hyperlinks, enum‑typed properties, view initialization), unified notes API for tasks/resources/assignments.
  • Aspose.Words – New fill‑color properties (ForeThemeColor, BackThemeColor, ForeTintAndShade, BackTintAndShade), chart axis gridline flags, ImportFormatOptions.AdjustSentenceAndWordSpacing, TextBox.NoTextRotation, and progress callbacks for MOBI/AZW3 saving.
  • Aspose.Slides – Trim‑video settings (TrimFromStart, TrimFromEnd), animation timing rewind flag, and IChartDataPoint.Index property.
Improved
  • Aspose.Imaging – Faster ICC color conversion cache.
  • Aspose.Slides – Updated PPTX compression handling.
  • GroupDocs.Parser – Optimized GetFileInfo method for better performance.
Fixed
  • Aspose.BarCode – Fixed DotCode image recognition issue (BARCODEJAVA‑1539).
  • Aspose.CAD – Resolved SHX attribute handling, DWFX page detection, viewport frame rendering, and PDF line distortion bugs.
  • Aspose.Cells – Fixed numerous rendering and conversion bugs including chart legend height, PDF diagram label positioning, scatter chart line loss, CSV/PDF inconsistencies, and password handling for ODS files.
  • Aspose.Diagram – Fixed PNG export to remove white canvas background (DIAGRAMJAVA‑50641).
  • Aspose.Email – Fixed bugs related to attachment filenames, MIME generation, duplicate attachments, template engine variable replacement, and IMAP fetching.
  • Aspose.Imaging – Fixed PNG opening issues on Photoshop, closed‑file access on Linux EMZ conversion, TIFF corruption on save, and WMF cropping exceptions.
  • Aspose.Note – Fixed rendering of hand‑written elements and various drawing bugs.
  • Aspose.OCR – Addressed deprecation warnings and ensured legacy APIs remain functional until removal.
  • Aspose.OMR – Fixed font‑related errors when generating printable forms.
  • Aspose.Pdf – Resolved conversion issues for numbered/bullet lists, row height mismatches, extra lines, image‑text spacing, and signature extraction on Linux.
  • Aspose.Slides – Fixed video trim handling, animation timing, 3‑D shadow loss, chart rendering glitches, and various loading exceptions.
  • Aspose.Tasks – Fixed assignment hyperlink handling, leveling delay fields, task hyperlink writing, base‑calendar updates, and task duration changes after recalculation.
  • Aspose.Words – Fixed TIFF rendering in PDF, URL handling, culture exceptions, fill‑color rendering, chart gridline effects, and numerous layout, conversion, and rendering bugs across formats.


Instalação

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

Gradle

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

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

SBT

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

libraryDependencies += "com.conholdate" % "conholdate-total" % "23.3"
Histórico de versões