Page size and formatting of PDF using iText pdfHTML
问题 I am trying to export 3 HTML pages (all with same content) into a PDF using iText7.1.0 and pdfHTML2.0.0 using this example. For some reason, the pages have formatting issue at the footer. The jsFiddle link to my HTML code that is being used by PDF renderer. Below is the Java code used for rendering the PDF (Test.html is the same HTML code in the fiddle): package com.itextpdf.htmlsamples.chapter01; import java.io.ByteArrayInputStream; import java.io.ByteArrayOutputStream; import java.io.File;