Browse our Products

Aspose.PDF for Java 20.10 Release Notes

Improvements and Changes

KeySummaryCategory
PDFJAVA-39869Add signatures regardless the rotation of the pdf pagesEnhancement
PDFJAVA-39615PDF to HTML - Text should not be selectableEnhancement
PDFJAVA-38540XPS to PDF - Invalid characters appeared in output PDFBug
PDFJAVA-39509Parse method on com.aspose.pdf.Color returns wrong resultBug
PDFJAVA-37880XPS to PDF - Content Gets overlapped and distorted in output PDFBug
PDFJAVA-37881XPS to PDF - Content Gets overlapped and distorted in output PDFBug
PDFJAVA-39812PDF to XLSX column split, spaces lostBug
PDFJAVA-39705Output JPEG differs from input PDFBug
PDFJAVA-39811TIFF to PDF - Memory leak and memory is not being releasedBug
PDFJAVA-38448Exception while extracting textBug
PDFJAVA-39597Invalid font name exception occurs on getPages().accept();Bug
PDFJAVA-39535Invalid font name exception occurs while extracting textBug
PDFJAVA-38958HTM to PDFA/1b line break issueBug

Public API and Backwards Incompatible Changes

Added New Methods

  • com.aspose.pdf.facades.PdfAnnotationEditor.flatteningAnnotations(com.aspose.pdf.Form.FlattenSettings)
  • com.aspose.pdf.FileSpecification.getValue(String)
  • com.aspose.pdf.FileSpecification.setValue(String,String)
  • com.aspose.pdf.HtmlSaveOptions.setRenderTextAsImage(boolean)
  • com.aspose.pdf.HtmlSaveOptions.isRenderTextAsImage()
  • com.aspose.pdf.Matrix.rotation(int)
  • com.aspose.pdf.SignatureCustomAppearance.getRotation()
  • com.aspose.pdf.SignatureCustomAppearance.setRotation(int)
  • com.aspose.pdf.TextSearchOptions.getIgnoreResourceFontErrors()
  • com.aspose.pdf.TextSearchOptions.setIgnoreResourceFontErrors(boolean)