Hi,
I'm converting doc to pdf file. Could you please see the attached doc file ? The 2 first rows are repeated as header on new pages. When I convert it using this code, there is something wrong with borders on 2nd page
License l = new License();
l.SetLicense("Aspose.Total.lic");
Aspose.Words.Document doc = new Document("inrupt.doc");
doc.Save("inrupt.pdf");
Is there any workaround ?
I tried whith Aspose.Word 9.5.0 and 9.0.0
Thanks