Last updated 5 years ago
Was this helpful?
Pagina normal
com.lowagie.text.Document document = new com.lowagie.text.Document(PageSize.A4);
Indicar el tamaño de pagina A4 y horizontal
import com.lowagie.text.PageSize; Document document = new Document(PageSize.A4.rotate());