Browse our Products

Aspose.PDF for Java 21.1 Release Notes

Improvements and Changes

KeySummaryCategory
PDFJAVA-39519After conversion to HTML the font is not fully embedded in the output.New Feature
PDFJAVA-40059Unable to add textbox inside Table cellBug
PDFJAVA-39948PDF to DOCX conversion: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0Bug
PDFJAVA-39465Exception occurs while converting PDF to TIFFBug
PDFJAVA-39787PDF Stamping with 4-byte Characters - Text is appearing as blocksBug
PDFJAVA-40027NullReferenceException occurs while extracting text from a PDFBug
PDFJAVA-39555Removing annotations throws exceptionBug
PDFJAVA-39410Fail to convert pdf page to imageBug
PDFJAVA-38640NullPointerException occurs while signing PDFBug
PDFJAVA-34801PDF to HTML: hyphen is missingBug
PDFJAVA-39078Exception on converting PCL file to PDFBug

Public API and Backwards Incompatible Changes

Changed parameter type for method

  • com.aspose.pdf.facades.PdfFileInfo.bindPdf(Document) -> com.aspose.pdf.facades.PdfFileInfo.bindPdf(IDocument)

Added new methods

  • com.aspose.pdf.PdfFormatConversionOptions.isAsyncImageStreamsConversionMode()
  • com.aspose.pdf.PdfFormatConversionOptions.setAsyncImageStreamsConversionMode(boolean)

Added new field

  • com.aspose.pdf.HtmlSaveOptions.SaveFullFont