function addFooters() { const pageCount = doc.internal.getNumberOfPages(); for(var i = 0; i < pageCount; i++) { doc.text(String(i),196,285); } }