Custom image fills not working as indented in pdf while generating from excel template for java

Hello aspose team,

We are trying to generate a PDF from excel template with custom created image for the series fill. But the series is coming faint and not so clear in PDF but its working fine while exporting for word from the excel template.

Code used:
Workbook workbook = new Workbook(io);
workbook.calculateFormula();
workbook.save(“myresult.pdf”);

The excel file is attached herewith. TestTempalte.zip (48.6 KB) in zip format.

Also i have attached screeshot of PDF and Word Export

Pdf - >
Screenshot from 2019-09-09 14-40-20.png (9.9 KB)

Word - >
Screenshot from 2019-09-09 14-37-09.png (30.7 KB)

@sanaryal,

Thanks for the template file, sample code and screenshots.

I am able to reproduce the issue as you mentioned by using your sample code with your template file. I found chart series is coming faint and is not so clear in PDF. I have logged a ticket with an id “CELLSJAVA-42999” for your issue. We will look into it soon.

Once we have an update on it, we will let you know.