Browse our Products

Aspose.PDF for Java 25.9 Release Notes

Improvements and Changes

KeySummaryCategory
PDFJAVA-43776Implement Html to Pdf PluginsNew Feature
PDFJAVA-45444Add Support for PDF 1.6 conformanceNew Feature
PDFJAVA-45381Extend com.aspose.IDocument with AutoCloseableEnhancement
PDFJAVA-45196Regression: Document decryption time optimizationEnhancement
PDFJAVA-45025Behavior of PdfFileEditor.resizeContents() methodEnhancement
PDFJAVA-45158Slow XML to PDF/A-1b conversion for small inputEnhancement
PDFJAVA-45197PDF to DOCX: Not all bullet items are recognizedBug
PDFJAVA-45344PDF to DOCX – NullPointerException in EnhancedFlow modeBug
PDFJAVA-45345PDF to Excel: Incorrect column horizontal alignmentBug
PDFJAVA-45198PDF to DOCX: Text line was not recognized as bullet itemBug
PDFJAVA-35008PDF to HTML: resultant image contains backgroundBug
PDFJAVA-36392When XFA PDF document is merged with regular PDF document, the values on form are lostBug
PDFJAVA-36392When XFA PDF document is merged with regular PDF document, the values on form are lostBug
PDFJAVA-45336PDF/A-3b Verification Error: CIDset in subset font is incompleteBug
PDFJAVA-44889Pdf to PDF_A_1B: “FontNotFoundException: Font OpenSansRegular can not found.” Linux OSBug
PDFJAVA-44548PDF to PDF/A-2B: PDF becomes huge and has flawed imagesBug
PDFJAVA-44947Rotation not retained from XFDFBug
PDFJAVA-43769Annotation decoration not applied when importing xfdfBug
PDFJAVA-43961Layers are disappeared after lock a PDF layerBug
PDFJAVA-44951Enable automatic text wrapping for replaced text in static TextFragmentsBug
PDFJAVA-45070Using FontReplace.RemoveUnusedFonts causes used fonts to no longer be embedded in PDF/ABug

Public API and Backwards Incompatible Changes

Added new methods:

  • com.aspose.pdf.facades.IPdfFileEditor.ContentsResizeParameters.isChangeMediaBox()
  • com.aspose.pdf.facades.IPdfFileEditor.ContentsResizeParameters.setChangeMediaBox(boolean)
  • com.aspose.pdf.XForm.close()

Added new enum value:

  • com.aspose.pdf.PdfFormat#PDF_E_1

Refactored the TextRenderingMode class. It now uses a standard Java enum for constants.

Renamed package com.aspose.pdf.plugins into com.aspose.pdf.lowcode

java version 1.6 is not supported. The minimum version required is 1.7.