Browse our Products

Aspose.Note for Java 18.3 Release Notes

Major Features

  • Image’s compression in PDF
  • Evaluation’s mode restrictions are reworked

Features and Improvements

KeySummaryCategory
NOTENET-1991Make evaluation mode limitations more clearNew Feature
NOTENET-2254Add option to compress pictures while converting to PDF.New Feature
NOTENET-2268Image.Extension property returns wrong value for gif imagesBug
NOTENET-2264Wrong page margin values are returnedBug
NOTENET-2241Large size PDF generated from one note file as compared to MS OneNoteBug
NOTENET-2337Crash while trying to clone Aspose.Note.Document page by pageBug
NOTENET-2540Ability to copy page from .one document to a new .one documentBug

Public API and Backward Incompatible Changes

Public types addedDescription
com.aspose.note.DisplayUnitsConverterThe class contains the methods for converting values
com.aspose.note.PdfImageCompressionSpecifies the type of compression applied to images in the PDF file
Public methods and properties addedDescription
com.aspose.note.DisplayUnitsConverter.pointToPixel(float, float)Converts points to pixels at the specified pixel resolution
com.aspose.note.DisplayUnitsConverter.pixelToPoint(int, float)Converts pixels to points at the specified pixel resolution
com.aspose.note.DisplayUnitsConverter.inchToPoint(float)Converts inches to points
com.aspose.note.DisplayUnitsConverter.pointToInch(float)Converts points to inches
com.aspose.note.DisplayUnitsConverter.millimeterToInch(float)Converts millimeters to inches
com.aspose.note.DisplayUnitsConverter.millimeterToPoint(float)Converts millimeters to points
com.aspose.note.Image.#ctor(Aspose.Note.Document,String,java.io.InputStream)Extension parameter is removed.
com.aspose.note.Image.getFormat()Gets the image’s format
com.aspose.note.Page.deepClone(boolean)cloneHistory parameter is added.
com.aspose.note.PdfSaveOptions.getImageCompression()Gets the type of compression applied to images in the PDF file
com.aspose.note.PdfSaveOptions.setImageCompression(int)Sets the type of compression applied to images in the PDF file
com.aspose.note.PdfSaveOptions.getJpegQuality()Gets a value determining the quality of the JPEG images inside PDF document
com.aspose.note.PdfSaveOptions.setJpegQuality(int)Sets a value determining the quality of the JPEG images inside PDF document
Public constants and enumerations addedDescription
com.aspose.note.PdfImageCompression.AutoAutomatically selects the most appropriate compression for each image
com.aspose.note.PdfImageCompression.FlateJpeg compression. Does not support transparency
com.aspose.note.PdfImageCompression.JpegFlate compression(lossless)
Public methods deletedDescription
com.aspose.note.Image.#ctor(Aspose.Note.Document,string,string,System.IO.Stream)Extension parameter is removed.