Browse our Products

Aspose.PDF for Java 23.1 Release Notes

Improvements and Changes

KeySummaryCategory
PDFJAVA-42369Add support to get the actual font name through the public APINew Feature
PDFJAVA-42451Create PrinterMark annotationNew Feature
PDFJAVA-42309PDF to Excel: Remove text under vector imagesBug
PDFJAVA-42423PDF to DOCX: Extra bordersBug
PDFJAVA-42157PDF to DOCX: No space between table and paragraph below itBug
PDFJAVA-42346PDF to DOCX: Page number should be in another sectionBug
PDFJAVA-42361PDF to DOCX: Textlines are mergedBug
PDFJAVA-42382OutOfMemoryError while converting PDF to DOCXBug
PDFJAVA-42415PDF to Excel: Border colors are incorrectBug
PDFJAVA-41958Example shows compile time errorsBug
PDFJAVA-41796Two “Overview” nodes in Aspose.PDF for Java documentationBug
PDFJAVA-40734Problem adding a visible but non selectable text watermarkBug
PDFJAVA-38598setDraw method renders incorrect stampBug
PDFJAVA-41830Concatenating a PDF results in mismatched bookmarks and linksBug
PDFJAVA-42348Method PdfFileEditor.resizeContentsWithNormalization fails with some PDF filesBug
PDFJAVA-42340PDF concatenate throws NullPointerExceptionBug

Public API and Backwards Incompatible Changes

Added new classes

  • com.aspose.pdf.ColorBarAnnotation
  • com.aspose.pdf.PrinterMarkAnnotation

Added new methods

  • com.aspose.pdf.AnnotationSelector.visit(ColorBarAnnotation)
  • com.aspose.pdf.Font.getActualFontName()
  • com.aspose.pdf.WatermarkAnnotation.changeAfterResize(Matrix)

Added new fields

  • com.aspose.pdf.AnnotationType.ColorBar