Browse our Products

Aspose.PDF for Java 24.10 Release Notes

Improvements and Changes

KeySummaryCategory
PDFJAVA-44410PDF to DOCX: Improve space calculation between tables and paragraphsEnhancement
PDFJAVA-44187FIeldType.DateTime throws not support errorEnhancement
PDFJAVA-44415PDF to Excel: Column is split into two during conversionBug
PDFJAVA-40590Columns shifted left in PDF to XLSX conversionBug
PDFJAVA-40637PDF to XLSX: Columns shifted to leftBug
PDFJAVA-44372PDF to DOCX: Extra borderBug
PDFJAVA-44349PDF to DOCX: incomplete horizontal table bordersBug
PDFJAVA-44391PDF to Excel: Image is lost during conversionBug
PDFJAVA-44359PDF to Excel: Text aligned to the left instead of rightBug
PDFJAVA-44350PDF to Excel: Extra borderBug
PDFJAVA-44357PDF to Excel: The column width is too largeBug
PDFJAVA-44352PDF to Excel: Text position is incorrectBug
PDFJAVA-44416PDF to Excel: Column is shiftedBug
PDFJAVA-44365PDF to Excel: The row is split during conversionBug
PDFJAVA-44348PDF to Excel: Text is jumbled during conversionBug
PDFJAVA-42347PDF/A compliance lost after adding document bookmarkBug
PDFJAVA-44293PDF to Excel: Empty columns on second pageBug
PDFJAVA-42301Text is lost when creating document using DocumentFactoryBug
PDFJAVA-44297Image save issueBug
PDFJAVA-40974HTML to PDF: NullPointerException for image behind proxyBug
PDFJAVA-43094HTML to PDF: Parameter is invalidBug
PDFJAVA-42810Incorrect PDF from html conversionBug
PDFJAVA-44346PDF to Excel: Text in superscript disappears during conversionBug
PDFJAVA-44283PDF to DOCX: Some borders are not recognizedBug
PDFJAVA-44326PDF to Excel: Cells are shiftedBug
PDFJAVA-44424PDF to DOCX: Some text disappears during conversionBug
PDFJAVA-44442PDF to Excel: Row is splitBug
PDFJAVA-44419Error with Aspose pdf when converting PDF to DOCXBug
PDFJAVA-44410PDF to DOCX: Improve space calculation between tables and paragraphsBug
PDFJAVA-44304Regression: TextFragmentAbsorber fails to detect text fragments using regex in versions newer than 23.10Bug
PDFJAVA-42096PDF to JPG conversion generates incorrect outputBug
PDFJAVA-44420Incorrect date format after manual changeBug
PDFJAVA-42459Spammy javascript causes freeze in Document loadBug
PDFJAVA-42301Text is lost when creating document using DocumentFactoryBug
PDFJAVA-44297Image save issueBug
PDFJAVA-40974HTML to PDF: NullPointerException for image behind proxyBug
PDFJAVA-43094HTML to PDF: Parameter is invalidBug
PDFJAVA-44452PDF File Size Increases After Opening and SavingBug

Public API and Backwards Incompatible Changes

Added new classes:

  • com.aspose.pdf.boundscheckablelist.BoundsCheckableList
  • com.aspose.pdf.boundscheckablelist.BoundsCheckMode
  • com.aspose.pdf.boundscheckablelist.IBoundsCheckableItem
  • com.aspose.pdf.FlowInput

Added new methods:

  • com.aspose.pdf.drawing.Arc.checkBounds(double,double)
  • com.aspose.pdf.drawing.Circle.checkBounds(double,double)
  • com.aspose.pdf.drawing.Curve.checkBounds(double,double)
  • com.aspose.pdf.drawing.Ellipse.checkBounds(double,double)
  • com.aspose.pdf.drawing.Graph.setShapes(BoundsCheckableList)
  • com.aspose.pdf.drawing.Line.checkBounds(double,double)
  • com.aspose.pdf.drawing.Path.checkBounds(double,double)
  • com.aspose.pdf.drawing.Rectangle.checkBounds(double,double)
  • com.aspose.pdf.drawing.Shape.checkBounds(double,double)
  • com.aspose.pdf.Page.addImage(InputStream,Rectangle,Rectangle)
  • com.aspose.pdf.Page.addImage(String,InputStream,Rectangle,Rectangle)
  • com.aspose.pdf.Page.addImage(InputStream,Rectangle,int,int,boolean,Rectangle)
  • com.aspose.pdf.printing.PrintPaperSize.toNativePaperSize(PrintPaperSize)
  • com.aspose.pdf.Rectangle.contains(Point,boolean)
  • com.aspose.pdf.Rectangle.getArea()

Added argument in method:

  • com.aspose.pdf.Page.addImage(InputStream,Rectangle,CompositingParameters) in com.aspose.pdf.Page.addImage(InputStream,Rectangle,Rectangle,CompositingParameters)

Removed outdated methods:

  • com.aspose.pdf.RadioButtonOptionField.getOptionName_Rename_Namesake()
  • com.aspose.pdf.RadioButtonOptionField.setOptionName_Rename_Namesake(String)