Browse our Products

Aspose.PDF for Java 25.11 Release Notes

Improvements and Changes

KeySummaryCategory
PDFJAVA-45669Add configurable background color for highlighted changes in SideBySidePdfComparer PDF outputNew Feature
PDFJAVA-45670Enhanced PDF Sanitization with HiddenDataSanitizerNew Feature
PDFJAVA-45671Improve file‑size reduction during PDF optimization by refining font subsettingNew Feature
PDFJAVA-45641Add exception when the output directory is missing in PdfExtractorEnhancement
PDFJAVA-40112Use SVG in StampAnnotation - image is not showing in the output PDFBug
PDFJAVA-45556PDF to DOCX: Paragraph spacing is incorrectBug
PDFJAVA-45230PDF to DOCX: No spacing between bullet itemBug
PDFJAVA-45007Add example of converting PDF to MobiXml in documentationBug
PDFJAVA-35026PDF to Image: API adds a comment sign in resultant ImageBug
PDFJAVA-44265Exception while converting HTML to PDFBug
PDFJAVA-36623MHT to PDF throws exception Value cannot be nullBug
PDFJAVA-38481The table radius borders are not honoring the background color propertiesBug
PDFJAVA-37318When convert PDF to PDFA, output file in Acrobat Reader returns errorBug
PDFJAVA-45130Unable to create PDF/UA (Tagged) PDF document [CONT.]Bug
PDFJAVA-45580Exception while generating PDF from EPUBBug

Public API and Backwards Incompatible Changes

Added new methods:

  • com.aspose.pdf.comparison.sidebysidecomparison.SideBySideComparisonOptions.getDeleteColor()
  • com.aspose.pdf.comparison.sidebysidecomparison.SideBySideComparisonOptions.setDeleteColor(Color)
  • com.aspose.pdf.comparison.sidebysidecomparison.SideBySideComparisonOptions.getInsertColor()
  • com.aspose.pdf.comparison.sidebysidecomparison.SideBySideComparisonOptions.setInsertColor(Color)
  • com.aspose.pdf.optimization.OptimizationOptions.getCompressAllContentStreams()
  • com.aspose.pdf.optimization.OptimizationOptions.setCompressAllContentStreams(boolean)

Added new classes:

  • com.aspose.pdf.lowcode.formexporter.FormExporterToJsonOptions
  • com.aspose.pdf.security.certificatevalidation.ValidationMethod
  • com.aspose.pdf.security.certificatevalidation.ValidationMode
  • com.aspose.pdf.security.certificatevalidation.ValidationOptions
  • com.aspose.pdf.security.certificatevalidation.ValidationResult
  • com.aspose.pdf.security.certificatevalidation.ValidationStatus
  • com.aspose.pdf.security.HiddenDataSanitizationOptions
  • com.aspose.pdf.security.HiddenDataSanitizer