Browse our Products

Aspose.PDF for Java 20.12 Release Notes

Improvements and Changes

KeySummaryCategory
PDFJAVA-40005PDF to PDF_A_1A - implement option to remove transparency color to avoid large output file sizeNew Feature
PDFJAVA-39775Cannot add 4-byte characters to PDFNew Feature
PDFJAVA-39954Convert PDF to TIFF in Linux - Cannot access a disposed objectBug
PDFJAVA-40026PDF to TIFF - Exception in the Linux OSBug
PDFJAVA-36194PDF to Excel: empty cell rendering issueBug
PDFJAVA-39980Unable to use Metered License with Aspose.PDFBug
PDFJAVA-39966Issue while compiling Aspose.PDF JAR16 with JDK 1.6 in LinuxBug
PDFJAVA-39922An inquiry regarding PDFNET-48775 blockers fix being applied to Java versionBug

Public API and Backwards Incompatible Changes

Added class:

  • com.aspose.pdf.OcspSettings

Added methods:

  • com.aspose.pdf.facades.PdfFileSignature.isLtvEnabled()
  • com.aspose.pdf.Field.getMinFontSize()
  • com.aspose.pdf.Field.setMinFontSize(double)
  • com.aspose.pdf.MarkupParagraph.getSecondaryPoints()
  • com.aspose.pdf.MarkupParagraph.getContinuationPageNumbers()
  • com.aspose.pdf.ParagraphAbsorber.isMulticolumnParagraphsAllowed()
  • com.aspose.pdf.ParagraphAbsorber.setMulticolumnParagraphsAllowed(boolean)
  • com.aspose.pdf.PdfFormatConversionOptions.isTransparencyIgnore()
  • com.aspose.pdf.PdfFormatConversionOptions.setTransparencyIgnore(boolean)
  • com.aspose.pdf.Signature.getOcspSettings()
  • com.aspose.pdf.Signature.setOcspSettings(OcspSettings)
  • com.aspose.pdf.Signature.getUseLtv()
  • com.aspose.pdf.Signature.setUseLtv(boolean)