public static void main(String[] args) {
BoletoGenerator gerador = new BoletoGenerator(getBoletoBancoDoBrasil(),
getBoletoBradesco(), getBoletoBancoDoBrasil());
// Para gerar um boleto em PDF
gerador.toPDF("Boletos.pdf");
}
private static Boleto getBoletoBancoDoBrasil() {
Datas datas = Datas.newDatas().withDocumento(1, 5, 2008)
.withProcessamento(1, 5, 2008).withVencimento(2, 5, 2008);