In my project pdf files are generated using aspose-words-20.4.jar software. Most of the time API: save() working fine without any issues.
SaveOutputParameters com.aspose.words.Document.save(String fileName, int saveFormat) throws Exception
Herewith attached word document it has page numbering issue post conversion of PDF.
1] Originally word document generated with 5 pages of contents along page footer number.
2] Once pdf created (using the attached sample code) contents on page 5 pushed back to page 4. Due to that last page is empty with incorrect footer number.Sample.zip (201.9 KB)
Any help is much appreciated.