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…... rnara April 2, 2024, 6:19am 6 Hi @duojie...Thanks, Krishna duojie.yang April 2, 2024, 7:23am 7 @rnara Hi...