Search
Follow Us
Categories
- News Release(3)
Tag Archives: Move Pages in Java
How to Rearrange PDF Pages in Java
PDF is among one of the most in-use portable file formats. For large documents, it is always challenging to change the order of pages with losing the formatting. This article discusses, how to rearrange PDF pages programmatically in Java.
How to Rearrange Pages in Word using Java
Word processing documents are one of the most common file formats that are used to draft documents. While dealing with multiple large files, it is never easy to move pages without losing the formatting. In order to rearrange the pages, this article discusses, how to programmatically move pages in the Word documents (DOC/DOCX) in Java.