Colored images inserted in excel become black when converted to pdf, and it is normal to convert to html
image.png (62.6 KB)
image.png (29.3 KB)
this is my excel file:EPPR_58688.zip (109.5 KB)
this is my code:
Workbook workbook = new Workbook("D://Aspose//EPPR_58688//EPPR_58688.xlsx");
workbook.save("D://Aspose//EPPR_58688//output/EPPR_58688_882.html", SaveFormat.HTML);
workbook.save("D://Aspose//EPPR_58688//output/EPPR_58688.pdf", SaveFormat.PDF);