Browse our Products

Aspose.PDF for Java 23.9 Release Notes

Improvements and Changes

KeySummaryCategory
PDFJAVA-43159Adding image with ImageFilterType.Flate does not preserve transparencyFeature
PDFJAVA-43160Provide a way to remove a child annotation from a fillable fieldFeature
PDFJAVA-42972Adding TextStamp memory consumptionEnhancement
PDFJAVA-40546Attaching signed file to PDF/A-2A removes signature from the attachment.Bug
PDFJAVA-41844Image resolution is changed after PDF to PDF_A_1B conversionBug
PDFJAVA-42138Conversion of PDF to PDF_A_2A generate output with black backgroundBug
PDFJAVA-34884PDF to PDFA2b: Converting PDF, generated from pptx using Aspose.Slides, to PDFA2b fails the compliance (Linux)Bug
PDFJAVA-34875PDF to PDFA2b: Converting PDF, generated from pptx using Aspose.Slides, to PDFA2b fails the complianceBug
PDFJAVA-34874PDF to PDFA2a: Converting PDF, generated from pptx using Aspose.Slides, to PDFA2a fails the complianceBug
PDFJAVA-34883PDF to PDFA2a: Converting PDF, generated from pptx using Aspose.Slides, to PDFA2a fails the compliance (Linux)Bug
PDFJAVA-34885PDF to PDFA3b: Converting PDF, generated from pptx using Aspose.Slides, to PDFA3b fails the compliance (Linux)Bug
PDFJAVA-43060PDF to Excel: Column width is incorrectBug
PDFJAVA-43008PDF to XLSX - Some cells are splitBug

Public API and Backwards In- compatible Changes

Added new methods:

  • com.aspose.pdf.CheckboxField.addOption(String,int,Rectangle)
  • com.aspose.pdf.Form.removeFieldAppearance(Field,int)
  • com.aspose.pdf.TeXLoadOptions.getRequiredInputDirectory()
  • com.aspose.pdf.TeXLoadOptions.setRequiredInputDirectory(ITeXInputDirectory)

Added new exception:

  • com.aspose.pdf.exceptions.NotSupportedException