Browse our Products

Aspose.PDF for Java 22.12 Release Notes

Improvements and Changes

KeySummaryCategory
PDFJAVA-40098support base 64 svg string in stampFeature
PDFJAVA-42353Convert PDF to DICOM ImageFeature
PDFJAVA-40696PDF to PDF/A uses High memoryEnhancement
PDFJAVA-42248PDF to Excel long conversionEnhancement
PDFJAVA-42334PDF to Excel: Table is split into twoBug
PDFJAVA-42242PDF to Excel - Alignment issues in output Excel fileBug
PDFJAVA-42302PDF to Excel: Alignment of some text is incorrectBug
PDFJAVA-40869PDF to Excel - formatting and styling is lostBug
PDFJAVA-41846PDF to Excel - formatting is messy in the output Excel fileBug
PDFJAVA-42269PDF to Excel: Row height is incorrectBug
PDFJAVA-42121PDF to Excel: Cell background is absentBug

Public API and Backwards Incompatible Changes

Added new class:

  • com.aspose.pdf.devices.DicomDevice

Added new methods:

  • com.aspose.pdf.OperatorCollection.precalculateOperatorsCount()
  • com.aspose.pdf.StampAnnotation.setBase64SVGImage(String)

Added new TextFormattingMode element:

  • com.aspose.pdf.ImageFormat.Dicom = 6;

Methods were renamed:

  • com.aspose.pdf.HtmlSaveOptions.getCompressSvgGraphicsIfAny()-> isCompressSvgGraphicsIfAny()
  • com.aspose.pdf.HtmlSaveOptions.getSplitCssIntoPages()-> isSplitCssIntoPages()
  • com.aspose.pdf.HtmlSaveOptions.getSplitIntoPages()-> isSplitIntoPages()
  • com.aspose.pdf.HtmlSaveOptions.getFixedLayout()-> isFixedLayout()
  • com.aspose.pdf.HtmlSaveOptions.getUseZOrder ()-> isUseZOrder()
  • com.aspose.pdf.HtmlSaveOptions.getConvertMarkedContentToLayers()-> isConvertMarkedContentToLayers()
  • com.aspose.pdf.HtmlSaveOptions.getPreventGlyphsGrouping()-> isPreventGlyphsGrouping()
  • com.aspose.pdf.HtmlSaveOptions.getSimpleTextboxModeGrouping()-> isSimpleTextboxModeGrouping()