I converted pdf to excel and now converting excel to pdf. I am getting this error :-:
com.aspose.cells.CellsException: Font size is out of range.
at com.aspose.cells.u1y.warning(Unknown Source)
at com.aspose.cells.j4k.a(Unknown Source)
at com.aspose.cells.w5z.a(Unknown Source)
at com.aspose.cells.d6.a(Unknown Source)
at com.aspose.cells.d6.a(Unknown Source)
at com.aspose.cells.Workbook.a(Unknown Source)
my code :-
I am using Cells 24.1 version. error is coming on this line :- Workbook document = new Workbook(doc);
String doc = “test-166-167.xlsx”;
Workbook document = new Workbook(doc);
PdfSaveOptions saveOptions = new PdfSaveOptions();
// Save the document as DOC
document.save("test-166-167.pdf", saveOptions);