Search
Follow Us
Categories
- News Release(3)
Tag Archives: Rearrange Document
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.
How to Rearrange PDF Pages using C#
In this digital era, PDF is one of the most used file formats and is popular due to its portability. On the other hand, most of the time we can not edit the PDF files. When we merge multiple documents and pages together to form a combined comprehensive document, it often happens that we finish combining the pages in the wrong order. This article discusses, how to rearrange PDF pages programmatically using C#.
How to Rearrange Pages in Word using C#
In the digital world, word processing documents are one of the most commonly used file formats that are used to create and edit documents. While dealing with large documents, it is really not easy to move pages without losing the formatting. Formatting loss often happens when we try to combine multiple documents of different types or we simply merge the same type of files into one single document. In order to rearrange the pages, this article discusses, how to programmatically move pages in Word documents (DOC/DOCX) using C#.