Browse our Products

Aspose.PDF for Java 24.1 Release Notes

Improvements and Changes

KeySummaryCategory
PDFJAVA-37532InterruptMonitor support for JavaNew Feature
PDFJAVA-43506Implement PDF to Markdown conversionNew Feature
PDFJAVA-40955API is taking long time while subsetting the fontsEnhancement
PDFJAVA-43232PDF to JPG - Specified argument was out of the range of valid values.Bug
PDFJAVA-42341PDF to PDF/A : Title mismatchBug
PDFJAVA-42447PDF to PDF/A: Misplaced textBug
PDFJAVA-41860PDF to PDFA: Exception “Cannot access a disposed object” is thrownBug
PDFJAVA-42277Signed pdf cannot be converted to pdf/aBug
PDFJAVA-41190API is unable to detect tables in PDFBug
PDFJAVA-43461Cells are merged when using TableAbsorberBug
PDFJAVA-39023Problem extracting tablesBug
PDFJAVA-43501Cells are merged when using TableAbsorberBug
PDFJAVA-43489PDF to DOCX: Some alignments are incorrectBug
PDFJAVA-38930All images are not FlateDecodeBug
PDFJAVA-43116Attaching signed file to PDF/A-2A - validation errorBug
PDFJAVA-42732Inconsistent Truncation of the text when adding TOCBug
PDFJAVA-42564Inquiries on PDF fonts embeddingBug
PDFJAVA-42583Annotating the PDF corrupts text in Adobe AcrobatBug
PDFJAVA-40866Redaction area is not correctBug
PDFJAVA-36946The text has slightly moved down after flattening document.Bug

Public API and Backwards Incompatible Changes

Added new classes

  • com.aspose.pdf.FdfReader
  • com.aspose.pdf.markdownoptions.EmphasisStyle
  • com.aspose.pdf.markdownoptions.HeadingRecognitionStrategy
  • com.aspose.pdf.markdownoptions.HeadingStyle
  • com.aspose.pdf.markdownoptions.LineBreakStyle
  • com.aspose.pdf.markdownoptions.MarkdownSaveOptions

Added new methods

  • com.aspose.pdf.DocSaveOptions.isConvertType3Fonts()
  • com.aspose.pdf.DocSaveOptions.setConvertType3Fonts(boolean)
  • com.aspose.pdf.facades.PdfAnnotationEditor.importAnnotationsFromFdf(String)
  • com.aspose.pdf.Point.distance(Point,Point)
  • com.aspose.pdf.TextState.getfontSize()