Browse our Products

Aspose.PDF for Java 25.6 Release Notes

Improvements and Changes

KeySummaryCategory
PDFJAVA-40198PDF to DOCX - ouptut document is not in correct formatNew Feature
PDFJAVA-41095can’t remove URI from a PDFEnhancement
PDFJAVA-40064Memory Consumption issue while processing large volume dataEnhancement
PDFJAVA-40545Performance/Memory optimization for writing large tables in PDFEnhancement
PDFJAVA-40429High CPU / Memory utilization on generating simple PDFEnhancement
PDFJAVA-40298Illegal or disallowed attachments should be logged in log file during conversion to PDF/AEnhancement
PDFJAVA-45091PDF to DOCX - Space is added in the headerBug
PDFJAVA-45092PDF to DOCX - Header shifted rightBug
PDFJAVA-45134PDF to DOCX: Font width of numbered marker is not detectedBug
PDFJAVA-45099PDF to DOCX: Text moved to the next lineBug
PDFJAVA-45094PDF to Word - No spacing between text linesBug
PDFJAVA-45095PDF to DOCX: Text shifted to the rightBug
PDFJAVA-42521Images in pdf (DocuSign signatures) are turning black after optimizationBug
PDFJAVA-45093PDF to Docx: Image is shiftedBug
PDFJAVA-39838paragraph.getText() sometimes fails to recognize empty space between wordsBug
PDFJAVA-45129PDF to Word: Numbered item is not recognizedBug
PDFJAVA-45108Adobe Acrobat Error: Insufficient data for an image.Bug
PDFJAVA-45112Background overlaps the textBug
PDFJAVA-38044Hyperlinks do not work when exporting from HTML and PDF is encryptedBug
PDFJAVA-44259Font subset is throwing internal exceptionBug
PDFJAVA-37530The output document is unusually too big after the redaction.Bug
PDFJAVA-44275PDF to HTML raises “Index was outside the bounds of the array”Bug
PDFJAVA-35163PCL to PDF - Resultant file is not correctBug
PDFJAVA-42533Chart Label Is Rendered Black when Converting from PDF to PPTXBug
PDFJAVA-40467PDF to DOCX - java.lang.ArrayIndexOutOfBoundsExceptionBug
PDFJAVA-41080can’t remove URI from a PDFBug
PDFJAVA-43417Adding TaggedContent after PdfFileEditor.Concatenate makes impossible conversion to PDF_UA_1Bug
PDFJAVA-39803Structural problems in Aspose-generated PDFs after optimizing themBug

Public API and Backwards Incompatible Changes

Added new classes:

  • com.aspose.pdf.RichTextFontStyles
  • com.aspose.pdf.tagged.logicalstructure.InternalHelperTagged

Added new methods:

  • com.aspose.pdf.FreeTextAnnotation.setTextStyle(int,String,double,java.awt.Color)
  • com.aspose.pdf.FreeTextAnnotation.setTextStyle(int,int,int)
  • com.aspose.pdf.PsLoadOptions.isConvertFontsToTTF()
  • com.aspose.pdf.PsLoadOptions.setConvertFontsToTTF(boolean)
  • com.aspose.pdf.SignatureCustomAppearance.isForegroundImage()
  • com.aspose.pdf.SignatureCustomAppearance.setForegroundImage(boolean)
  • com.aspose.pdf.tagged.helpers.StructureElementUtil.findMcidsForImage(Page,String)
  • com.aspose.pdf.tagged.logicalstructure.elements.OBJRElement.hasLink()
  • com.aspose.pdf.tagged.logicalstructure.elements.OBJRElement.removeLink()
  • com.aspose.pdf.XImage.getAlternativeText(Page)
  • com.aspose.pdf.XImage.trySetAlternativeText(String,Page)