Tamaño de pagina
com.lowagie.text.Document document = new com.lowagie.text.Document(PageSize.A4);import com.lowagie.text.PageSize;
Document document = new Document(PageSize.A4.rotate());
Last updated
com.lowagie.text.Document document = new com.lowagie.text.Document(PageSize.A4);import com.lowagie.text.PageSize;
Document document = new Document(PageSize.A4.rotate());
Last updated