When converting from DOCX to TIFF page by page using Document. extractPages() for the first page in the document an additional extra empty page is created.
The issue can be replicated using this document:
GEN_Formular…...Document doc = new Document("path/to/your/document.docx"); //...document as TIFF. doc.save("path/to/output/image.tiff", options);...