151152153154155156157158159160
aggiungiTotaliConto(tablePDF, lastRecord.getTipoConto(), lastRecord.getConto(), dataRiferimento); } document.close(); } else { throw new ImpossibileCrearePdfException("TextNessunDatoPresente"); } return os; }