Hi Team,
We are trying to transformation input file(Xlsx) to pdf with below code.
Workbook doc = new Workbook("input.Xlsx");
doc.save("output.pdf");
In output file, you can see the wrong drawing. The c…...to transformation input file(xlsx) to pdf with below code. Workbook...Workbook doc = new Workbook("input.xlsx"); doc.save("output.pdf"); In...