We faced this similar issue today.
Code Snippet is as below
PdfSaveOptions SaveOptions = new PdfSaveOptions();
SaveOptions.setCompliance(PdfCompliance.PDF_A_1_B);
SaveOptions.setAllColumnsInOnePagePerSheet(true);
fo…...save(filename,saveOptions); High...in the worksheets and then saving it as PDFs. amjad.sahi December...