Browse our Products

Aspose.PDF for Java 21.6 Release Notes

Improvements and Changes

KeySummaryCategory
PDFJAVA-40606Hiding image using ImagePlacementAbsorber from the documentNew Feature
PDFJAVA-40205Convert PDF to TIFF using PipedInputStream and PipedOutputStreamEnhancement
PDFJAVA-38557HTML to PDF - Table is missing in output PDFBug
PDFJAVA-40149Attaching signed file to PDF/A-2A removes signature from the attachment.Bug
PDFJAVA-40404HTML to PDF in thread: java.lang.NullPointerException thrownBug
PDFJAVA-40011Redaction annotation has borders (unwanted)Bug
PDFJAVA-39404SVG not properly converted to PDFBug
PDFJAVA-40415java.lang.NullPointerException exception occurs while running resizeContentsWithNormalization methodBug
PDFJAVA-38554Requested font type subsetting is not supportedBug
PDFJAVA-39908Tomcat 9.0 - Memory leaking issue, cleaning memory doesn’t workBug
PDFJAVA-40315PDF to Excel - output is corrupted and image is ignored in the outputBug
PDFJAVA-36148ColorType of pages is not correctBug
PDFJAVA-38757Page color not recognizedBug
PDFJAVA-39736API gets hang while getting color typeBug
PDFJAVA-39735Unable to get color type of pageBug
PDFJAVA-40054Convert RGB PDF to B&W - Background Transparency is lostBug
PDFJAVA-40453An attempt to create annotation using invalid dictionaryBug

Public API and Backwards Incompatible Changes

Added new methods

  • com.aspose.pdf.ImagePlacement.getOperator()
  • com.aspose.pdf.ImagePlacement.hide()
  • com.aspose.pdf.operators.EI.toString()
  • com.aspose.pdf.XImage.detectColorType(java.awt.image.BufferedImage)