Browse our Products

Aspose.Pdf for Java 17.1.0 Release Notes

Features and Improvements

KeySummaryCategory
PDFJAVA-34502LaTeX to PDF supportNew Feature
PDFJAVA-35949PDF to PDFA: distorted imageBug
PDFJAVA-36338PDF to PPTX - Some text is absentBug
PDFJAVA-34864PDF to HTML - Text is not properly being renderedBug
PDFJAVA-35352Latex to PDF throws internal exceptionBug
PDFJAVA-35551HTML to PDF: incorrect alignment of the page contentsBug
PDFJAVA-35007PDF to DOCX throws StringIndexOutOfBoundsExceptionBug
PDFJAVA-34445PDF to DOC: formatting of half table is lostBug
PDFJAVA-33152Problems in PCL to PDF conversionBug
PDFJAVA-36261TIFF to PDF - Conversion takes too much timeBug
PDFJAVA-36266PDF to XPS: Transparent rectangle rendering issueBug
PDFJAVA-35619NullPointerException when encrypting documents from different threadsBug
PDFJAVA-36371While converting PDF to docx TOO MANY OPEN FILES error occursBug

Public API Changes in Aspose.PDF for Java 17.1.0

Changes in class com.aspose.pdf.drawing.Shape:

Added methods:

  • public TextFragment getText()
  • public void setText(TextFragment value)

Changes in class com.aspose.pdf.HtmlSaveOptions:

Added methods:

  • public boolean getDisableImageSelection()
  • public void setDisableImageSelection(boolean value)

Changes in class com.aspose.pdf.LevelFormat:

Added methods:

  • public /* TabLeaderType */int getLineDash()
  • public void setLineDash(/* TabLeaderType */int value)

Changes in class com.aspose.pdf.RenderingOptions:

Added methods:

  • public boolean getConvertFontsToUnicodeTTF()
  • public void setConvertFontsToUnicodeTTF(boolean value)

Changes in class com.aspose.pdf.Table:

Added methods:

  • public TextFragment getBreakText()
  • public void setBreakText(TextFragment value)

Changes in class com.aspose.pdf.TextStamp:

Added methods:

  • public double getMaxRowWidth()
  • public void setMaxRowWidth(double value)

Changes in class com.aspose.pdf.XImage:

Added methods:

  • public boolean isTheSameObject(XImage image)
  • public String getNameInCollection()

Changes in class com.aspose.pdf.XImageCollection:

Added methods:

  • public String add(XImage image)
  • public String getImageName(XImage image)