Hello Everyone,
While adding two or more pdf document into one, I am not getting the updated page number of resultant pdf document. Is there any way to delete the page number? Or any other way to update the page number?
I am doing this to add two pdf document:
finalDocument.getPages().add(tempDocument.getPages())Note: There is a way in this link for Adding and Removing page numbers using aspose.words.
Best Regards.