Closed enzocardeal closed 4 years ago
Well, it took me a while to discover this and I think it will be helpful to a lot of people, so this is how to force a new page: Document document = new Document(Constants.A4, 40, 60, 40, 60); . . . document.add(ControlElement.NEWPAGE);
Anyway, awesome lib, thank you very much sir!
Well, it took me a while to discover this and I think it will be helpful to a lot of people, so this is how to force a new page: Document document = new Document(Constants.A4, 40, 60, 40, 60); . . . document.add(ControlElement.NEWPAGE);
Anyway, awesome lib, thank you very much sir!