Tamaño de pagina
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());
Last updated
Was this helpful?