Hi Team,
We are facing PDF generation issues as below:
. Our API is able to generate PDF file, if the Data load is less than 50,000 records
. But when API is with 50,000+ records, API stop working
. When we do simila…...setVerticalAlignment(1); for (Object obj : onerow) { if (i > MAX_PDF_COLS)...add(obj.toString(), tr); } else { rowt.getCells().add(obj.toString()...