Browse our Products

Aspose.Pdf for Java 17.8 Release Notes

Features and Improvements

KeySummaryCategory
PDFJAVA-36518DropDown value is cropped when form is flattenBug
PDFJAVA-36517DropDown value is rendered incorrectlyBug
PDFJAVA-37015One text line is misplaced after PDF-to-HTML conversionBug
PDFJAVA-36807Epub to PDF: java.awt.HeadlessExceptionBug
PDFJAVA-37025When PDF converted to PDF_A_1B, a blue color on image is differentBug
PDFJAVA-36809Image PDF to Searchable PDF - Search in output file doesn’t workBug
PDFJAVA-36448PNG to PDF conversion issueBug

Public API Changes in Aspose.PDF for Java 17.8

Added new class com.aspose.pdf.DocumentFactory with the following method:

public Document createDocument(InputStream input, LoadOptions options)

Changes in class com.aspose.pdf.EmbeddedFileCollection:

Added methods: public void add(String key, FileSpecification file) public void deleteByKey(String key)

Changes in class com.aspose.pdf.PdfFormatConversionOptions:

Added methods: public String getIccProfileFileName() public void setIccProfileFileName(String value)

Changes in class com.aspose.pdf.RenderingOptions:

Added methods: public boolean getScaleImagesToFitPageWidth() public void setScaleImagesToFitPageWidth(boolean value)