When the attached Excel converted to PDF then only the first row of a sheet appears in PDF.
Code is:
PdfSaveOptions saveOptions = new PdfSaveOptions();
workbook.save(“Test01-out.pdf”, saveOptions);
Best regards, Evgeniy
When the attached Excel converted to PDF then only the first row of a sheet appears in PDF.
PdfSaveOptions saveOptions = new PdfSaveOptions();
workbook.save(“Test01-out.pdf”, saveOptions);
Best regards, Evgeniy
Hi,
Hi Amjad,
Hi,