Hi Ahmad,
We are using Aspose.Total 18.5 dll.
We are facing a big problem while converting word to pdf with Header, Footer, Section break and Page break.
Issues are as follows:-
- The sentence is moving to next page if it is near to the footer.
- Content overflow is occurring if the sentence is near to the header.
- The sentence is removing if it is having any section breaks or page breaks.
We are using the below code:-
using Aspose.Words;
var newDocument1 = new Document(Path.Combine(path, sessionid, filename));
newDocument1.Save(Path.Combine(Path.Combine(outputpath, sessionid), filename + “_temp.pdf”), SaveFormat.Pdf);
newDocument1.AcceptAllRevisions();
=> Could you please help us for the above issues. Our code is there in production now and client is behind us.
Thanks,
Santosh Kumar Panigrahi