Browse our Products

Aspose.PDF for Java 22.9 Release Notes

Improvements and Changes

KeySummaryCategory
PDFJAVA-42043Add property for modify the order of the subject rubrics (E=, CN=, O=, OU=, ) into the signatureFeature
PDFJAVA-41960Transparent pixels should stay transparent after WMF to PNG conversionEnhancement
PDFJAVA-42044Convert PDF to PNG with transparent backgroundEnhancement
PDFJAVA-41936PDF to DOCX: Recognize paragraphs inside multi-columnsEnhancement
PDFJAVA-41913Error while converting PNG to PDF: OutOfMemoryErrorBug
PDFJAVA-41862PDF to TIFF: Evaulation watermark in Pivotal CloudFoundry environment with Metered LicenseBug
PDFJAVA-41983LinkAnnotation.getRect() throws NullPointerExceptionBug
PDFJAVA-41946Text with Noto Sans Arabic font does not render in output PDFBug
PDFJAVA-41047Issue while extracting tables from PDFBug
PDFJAVA-41995Content are lost after PDF to Excel conversionBug
PDFJAVA-41937PDF to DOCX: Page number should be in another sectionBug
PDFJAVA-41971PDF to DOCX: A table that spanned over two pages is extracting as two tables.Bug
PDFJAVA-41985PDF to DOCX: Text was incorrectly merged into tableBug
PDFJAVA-42026PDF to DOCX: Empty line should be addedBug
PDFJAVA-41987Multi-columns section height is incorrect when exporting to WordBug
PDFJAVA-41912PDF to XLSX: Cells are merged into a single cellBug
PDFJAVA-41953PDF to Excel : Cells are incorrectly merged togetherBug
PDFJAVA-42027PDF to XLSX : Some cells are shiftedBug
PDFJAVA-40890A table that spanned over two pages is extracting as two tables.Bug

Public API and Backwards Incompatible Changes

Added new methods:

  • com.aspose.pdf.devices.PngDevice.isTransparentBackground()
  • com.aspose.pdf.devices.PngDevice.setTransparentBackground(boolean)
  • com.aspose.pdf.SignatureCustomAppearance.isUseDigitalSubjectFormat()
  • com.aspose.pdf.SignatureCustomAppearance.setUseDigitalSubjectFormat(boolean)

Unimplemented class com.aspose.pdf.facades.AutoFiller was removed from public API.