I am using docx4j to convert xhtml to docx using docx4j library . I want to set different page margins for cover page and rest of pages . I am able to set it usinf SectPr. But problem here is 1st page is coming blank with no content. I am attaching my code here. Please tell what wrong I am doing .public class Header {
public static org.docx4j.wml.ObjectFactory wmlObjectFactory = new org.docx4j.wml.ObjectFactory();
public static void ...