Search
Follow Us
Categories
- News Release(0)
Category Archive: GroupDocs.Merger Cloud Product Family
Java Document Splitting – Split PDF into Multiple Files in Java

Are you looking for an easy and efficient way to split PDF documents into separate files in your Java applications? With GroupDocs.Merger Cloud SDK for Java, you can easily split PDF documents with just a few lines of code. PDF splitting is a common requirement in Java applications for extracting specific pages or sections from a PDF document. In this article, we will explore how to split PDF into multiple files in Java using REST API.
The following topics shall … Continue Reading
Combine and Merge PDF Files into One in Java using REST API

Merging PDF documents provides a simple and effective way to manage multiple files, saving storage space, streamlining workflow, and making it easy to share files on any platform. The GroupDocs.Merger Cloud SDK for Java provides an efficient and straightforward solution to this problem. You can quickly combine PDF files programmatically in Java, and save valuable time and effort. In this article, we’ll demonstrate how to combine and merge PDF files into one in Java using REST API.
The following … Continue Reading
Split Word Documents into Separate Files in Java

Are you looking for a reliable and easy way to split your Word documents in Java? GroupDocs.Merger Cloud SDK for Java provides a solution for splitting Word documents into multiple files quickly and easily. Splitting a Word document into multiple files can be useful for various reasons, such as splitting a large document into smaller documents, extracting specific pages or sections, or creating individual files for each section of a book. In … Continue Reading
How to Merge Word Documents (DOC, DOCX) in Java

Merging multiple Word documents can be a complex and time-consuming task, especially when you need to combine them into a single document. Fortunately, the GroupDocs.Merger Cloud SDK for Java offers an efficient and straightforward solution to this problem. With this SDK, you can quickly combine Word documents programmatically in Java, and save valuable time and effort. In this article, we’ll explore how to merge Word documents (DOC, DOCX) in Java.
The … Continue Reading
Merge and Combine PowerPoint PPT/PPTX Presentations in C#

As a C#.Net developer, you may need to merge multiple PPT or PPTX files into one programmatically. There are many reasons why you might want to merge or combine multiple PowerPoint presentations. For example, to create a presentation that includes information from multiple sources or presentations that contain related information. Merging or combining multiple PowerPoint presentations can help you create better and more consistent presentations. In this article, I will show you … Continue Reading
Change Page Orientation in Word Documents using Python

The term orientation refers to the direction in which a document is displayed for printing and reading. Word supports two types of orientation: portrait (vertical) and landscape (horizontal). Normally, the default page size of a Word document is “Letter” (8.5 x 11 inches), and the default page orientation is “Portrait”. You can change the default orientation to create a different document, such as an application form, or brochure. In certain cases, you … Continue Reading
Posted in GroupDocs.Merger Cloud Product Family Tagged how to change a document from portrait to landscape in python, how to change word document from portrait to landscape, how to make one page landscape in word using python, python how to change from landscape to portrait in word, python how to change page orientation in word for one page
Rotate PDF File Pages using Rest API in Python

There can be many cases where you want to rotate pages of documents featuring the wrong orientation or contain disoriented pages. For example, if your PDF document pages are upside down, reading the document may be quite difficult. Rotating pages is a very useful help to improve your reader experience. So an easy solution to fix documents rotation is using GroupDocs.Merger Python SDK. You can rotate all pages or specific pages of … Continue Reading
Extract Pages from PDF File Online in Python

In certain cases, you may need to extract PDF pages from PDF documents or may need to separate large PDF documents into smaller PDF files. As a Python developer, you can easily extract specific pages from PDF files online or extract PDF pages by page range programmatically. In this article, you will learn how to extract pages from PDF file online in Python using REST API.
The following topics will be covered … Continue Reading