Browse our Products

Aspose.PDF for Java 21.4 Release Notes

Improvements and Changes

KeySummaryCategory
PDFJAVA-40319Method isBlackWhite() performs slowerEnhancement
PDFJAVA-40302PDF to Docx: Recognize indents of bullet marksEnhancement
PDFJAVA-36353Exception when optimizing the PDF fileBug
PDFJAVA-37047Invalid dictionary error on merging two PDF documentsBug
PDFJAVA-36573PDF to HTML - icon link is missingBug
PDFJAVA-36666PDF to PPTX - image quality is lowBug
PDFJAVA-40370Problem in API reference guide link: FlattenSettingsBug
PDFJAVA-40268java.lang.IllegalStateException while converting PDF to DOCXBug
PDFJAVA-40283Aspose.Pdf 21.2.1 throws “java.lang.UnsupportedClassVersionError” when creates .EPUB document with 1.7 Java versionBug
PDFJAVA-39880Tomcat fails to remove ThreadLocal on undeploy/shutdownBug
PDFJAVA-40033Memory leakage in Aspose.PDFBug
PDFJAVA-40280Unable to set license in multi-threaded environment using 21.2 versionBug
PDFJAVA-40117Certify a PDF document - System.Security.Cryptography Exception occursBug
PDFJAVA-39559PDF to Image - Blank images are being producedBug
PDFJAVA-40134Investigate support in API for IBM z/OS operative systemBug
PDFJAVA-36771Exception while Merging DocumentsBug
PDFJAVA-40276PDF to PDF/A-2A conversion - output is not compliantBug

Public API and Backwards Incompatible Changes

Added new methods

  • com.aspose.pdf.Document.#ctor(byte[])
  • com.aspose.pdf.facades.PdfConverter.mergeImages(java.util.List<java.io.InputStream>,ImageFormat,int,Integer,Integer)
  • com.aspose.pdf.facades.PdfConverter.mergeImagesAsTiff(java.util.List<java.io.InputStream>)
  • com.aspose.pdf.FileSpecification.setContents(byte[])
  • com.aspose.pdf.Image.setBlackWhiteForGrayScale(boolean)
  • com.aspose.pdf.Image.isBlackWhiteForGrayScale()
  • com.aspose.pdf.PdfFormatConversionOptions.setPageByPageFontProcess(boolean)
  • com.aspose.pdf.PdfFormatConversionOptions.isPageByPageFontProcess()
  • com.aspose.pdf.RedactionAnnotation.setQuadPoints(Point[])
  • com.aspose.pdf.RedactionAnnotation.getQuadPoints()

Added new class:

  • com.aspose.pdf.facades.ImageMergeMode