Hi Team,
Hi,
Hi Amjad,
Hi,
ImageOrPrintOptions imgOptions = new ImageOrPrintOptions();
imgOptions.setImageFormat(ImageFormat.getPng());
imgOptions.setOnePagePerSheet(true);
imgOptions.setHorizontalResolution(600);
imgOptions.setVerticalResolution(600);
Worksheet sheet = book.getWorksheets().get(0);
SheetRender sr = new SheetRender(sheet, imgOptions);
sr.toImage(0, dir + “mysheetimg_0.out.png”);
Thank you Raza.
Hi,
Hi,
Thanks for your using Aspose.Cells.
Please download and try the latest fix: Aspose.Cells for Java v8.7.2.1 for CELLSJAVA-41780 and let us know your feedback.
Please try the new fix for “kick-start your work” disappearing issue.
Please set graphics’s text rendering hints to text-antialias-on for “Date range……” not clear by following code.
imgOptions.setRenderingHint(RenderingHints.KEY_TEXT_ANTIALIASING, RenderingHints.VALUE_TEXT_ANTIALIAS_ON);
For picture bright issue, it is not fixed now. We guess your source file (MySheet.xlsx) was not created via excel. The “Brightness” and “Constrast” is not proper.
Please check attachment 1194.zip (will attach soon). In pic.xlsx, the 2 pictures have same brightness and contrast but they look different.
The issues you have found earlier (filed as CELLSJAVA-41780) have been fixed in this update.
This message was posted using Notification2Forum from Downloads module by Aspose Notifier.