Browse our Products

Aspose.Pdf for Java 11.4.0 Release Notes

New Features

  • Add and search hidden text in PDF document
  • Rotate method is added for FreeTextAnnotation
  • Using same Page object after processPragraphs() call

Other Improvements

KeySummaryCategory
PDFNEWJAVA-35202PDF Text extraction takes several minutes, with 100% CPUEnhancement
PDFNEWJAVA-33212Image Inserted to PDF is abit blurEnhancement
PDFNEWJAVA-35556HTML to PDFconversion throws internal exceptionException
PDFNEWJAVA-35534PDF to PDFA conversion throws NullPointerExceptionException
PDFNEWJAVA-34838TIFF to PDF conversion throws TiffImageExceptionException
PDFNEWJAVA-34060OutOfMemoryError when printing PDF fileException
PDFNEWJAVA-35187PDF to PNG conversion throws java.lang.InternalError exceptionException
PDFNEWJAVA-35042TIFF to PDF - Conversion is failingBug
PDFNEWJAVA-34677XPS to PDF: Text missing in output PDFBug
PDFNEWJAVA-34953When printing PDF file, the font quality is droppedBug
PDFNEWJAVA-34003PDF print - resultant printout is not correctBug
PDFNEWJAVA-34954PDF to PS conversion - font quality is droppedBug
PDFNEWJAVA-35259PDF to PDFA3a conversion fails compliance test - AnalyseMediendatenbank.pdfBug
PDFNEWJAVA-35255PDF to PDF/A_2a - Resultant file is not PDF/A_2a compliantBug
PDFNEWJAVA-34996PDF to HTML - Conversion process takes much timeBug
PDFNEWJAVA-35553PDF to HTML - Conversion process takes much timeBug
PDFNEWJAVA-35554PDF to HTML - Conversion process takes 1 minuteBug
PDFNEWJAVA-34635PdfViewer: print quality is poorBug
PDFNEWJAVA-35303PDF to HTML - Conversion is taking too much timeBug
PDFNEWJAVA-34041Images not getting delete when using ImagePlacementAbsorberBug
PDFNEWJAVA-34207PdfViewer is printing blury image.Bug
PDFNEWJAVA-34092Second occurrence of a text is not being searched with regular expression and replacedBug
PDFNEWJAVA-34113XML Import - not all form fields are being populatedBug
PDFNEWJAVA-34126TextFragmentAbsorber does not replace flatten form textBug
PDFNEWJAVA-35107Printing quality of resultant file is not correctBug
PDFNEWJAVA-34010PDF to PNG - resultant image is not correctBug
PDFNEWJAVA-34781PDF to PDFA1b: output PDFA1b fails compliance verificationBug

Public API Changes

class com.aspose.pdf.FreeTextAnnotation:

Added methods:

  • public com.aspose.pdf.Rotation value int getRotate()
  • public void setRotate(com.aspose.pdf.Rotation) int value

class com.aspose.pdf.Rectangle:

Added method:

  • public void rotateAngle(int angle)

class com.aspose.pdf.MemoryCleaner:

Added method:

  • public void clearAllTempFiles()

class com.aspose.pdf.Paragraphs:

Added method:

  • public Object deepClone()

class com.aspose.pdf.RenderingOptions:

Added methods:

  • public void setWidthExtraUnits(float value)
  • public float getWidthExtraUnits()

class com.aspose.pdf.TextFragmentState:

Added methods:

  • public boolean isInvisible()
  • public void setInvisible(boolean value)

class com.aspose.pdf.TextState:

Added methods:

  • public boolean isInvisible()
  • public void setInvisible(boolean value)

class com.aspose.pdf.LightweightOperatorCollection:

Added method:

  • public boolean isEmpty()

class com.aspose.pdf.OperatorCollection:

Added method:

  • public boolean isEmpty()

class com.aspose.pdf.PageCollection:

Added method:

  • public boolean isEmpty()