Aspose.PDF for Java 20.7 Release Notes
This page contains release notes information for Aspose.PDF for Java 20.7.
Improvements and Changes
Key | Summary | Category |
---|---|---|
PDFJAVA-39591 | Change XImage.Name results corrupted PDF document | Enhancement |
PDFJAVA-39536 | Load XPS document - FileLoadException is thrown | Bug |
PDFJAVA-37882 | Different PDFA size with files having same content | Bug |
PDFJAVA-39279 | ClassCastException while getting the annotation.getModified(); | Bug |
PDFJAVA-36067 | TextSegment formatting issues | Bug |
PDFJAVA-39551 | Save bulleted lists to DOCX format in EnchantedFlow mode | Bug |
Public API and Backwards Incompatible Changes
New Classes
- com.aspose.pdf.TxtLoadOptions
New Methods
- com.aspose.pdf.IDocument.convertWithSkippingErrors(Document.CallBackGetHocr)
- com.aspose.pdf.PdfFormatConversionOptions.getConvertSoftMaskAction()
- com.aspose.pdf.PdfFormatConversionOptions.setConvertSoftMaskAction(int)
- com.aspose.pdf.Resources.clearImagesCache()
- com.aspose.pdf.XImage.rename(String)
New Fields
- com.aspose.pdf.ExcelSaveOptions.ExcelFormat.CSV = 2
- com.aspose.pdf.ImageDeleteAction.KeepContents = 0
- com.aspose.pdf.LoadFormat.TXT = 12;
Changes
- com.aspose.pdf.ImageDeleteAction.None value changed: 0 -> 1
- com.aspose.pdf.ImageDeleteAction.ForceDelete value changed: 1 -> 2
- com.aspose.pdf.ImageDeleteAction.Check value changed: 2 -> 3