En

Change page orientation of a Word document in C#

Do you want to change orientation (e.g. landscape, portrait) of a single or multiple pages in a Word document? GroupDocs.Merger for .NET allows you to do this with just a few lines of code. Usage Below are the steps to change page orientation: Initialize OrientationOptions class with desired orientation mode and page numbers Instantiate Merger objectwith source document path or stream Call ChangeOrientation method and pass OrientationOptions object to it Call Save method specifying file path to save resultant document Code Implementation
November 13, 2019 · 1 min · Atir Tahir

Remove or Delete Pages from Documents in C#

We’ll see how to remove a single page or a collection of specific page numbers from the source document in C# using GroupDocs.Merger for .NET. This is a back-end API that can be integrated into any new or existing .NET application without any dependency. Does it require any software installation? Absolutely not. It doesn’t matter if MS Office or any PDF reader is installed on your computer. Using a single GroupDocs.
October 29, 2019 · 1 min · Atir Tahir

Extracting pages from a document and saving them as a new file in C#

The first and foremost question in your mind could be, is it about PDF documents only? And the answer is, No. In this blog post we will see how simple yet helpful it is to extract pages from different kinds of documents (e.g. Word, Excel, Presentation, PDF, HTML, RTF) and save them as a new file using GroupDocs.Merger for .NET. Learn more about the supported file formats. Hence, the resultant document will possess only extracted pages.
October 17, 2019 · 1 min · Atir Tahir

Introducing more simplified and improved GroupDocs.Merger for .NET

GroupDocs.Merger for .NET allows you to merge or manipulate document structure across a wide range of file formats. Those who are new to this API, you can join several documents into one, split single document to multiple documents, reorder or replace document pages, change page orientation and manage document password. Version 19.9 is a major release. We totally restructured the API and below are the reasons to migrate: Merger class introduced as a single entry point to manage the document processing of any supported file format API is improved to decrease memory usage Easy to instantiate proper options class and control over document structure manipulation processes Those who are already using the API, let us share the code difference.
October 3, 2019 · 1 min · Atir Tahir

Join Images using GroupDocs.Merger for Java 19.8

With the new release of GroupDocs.Merger for Java 19.8 you can take your document joining experience to the next level. What is special about this release? We are pleased to announce that you can now do image joining. And following are the supported image formats: BMP PNG TIFF How easy is that? Let’s understand this with a use-case. We’ll join a BMP and TIFF file. New Format Support
August 19, 2019 · 1 min · Atir Tahir

Get Image Representation of a Document

Did you ever wish to get image representation of a document? GroupDocs.Merger for Java 19.6 will make your wish come true. This feature is also helpful for front end application development. Let’s have a look at its implementation. It will return page number and page stream. Using getPagePreview method you will get list of page image representations for a document of known format. So, source document file format should be specified.
July 5, 2019 · 1 min · Atir Tahir

Support for Diagrams in GroupDocs.Merger

GroupDocs.Merger now supports diagram formats such as VSDFX, VSDM, VSSX, VSSM and VTX . It allows you to swap, rotate or trim pages in diagrams. Apart for that, you can also set or remove password protection of diagrams. This API comes in both Java and .NET platforms and could be integrated in any your .NET or Java application without any dependency. Features for Diagrams Format Swap Pages: This feature allows you to exchange the position of two pages in the document.
March 21, 2019 · 2 min · Samicheema

RotatePages Support in Diagram Formats

Page rotation mechanism is one of the fundamental techniques when it comes to document manipulation and modification. As you know this feature is already supported by the API but for the limited file formats. Hence, in this month’s release of GroupDocs.Merger for Java 19.2, we implemented this feature for Diagram formats. By defining page number(s) and rotation angle you can achieve the purpose. Let’s see how simple it is. We also added SwapPages support for Note format.
February 27, 2019 · 1 min · Atir Tahir

XLTX File Format Support in GroupDocs.Merger for .NET

Document Manipulation and Modification is now programatically implemented in a lot of file formats. Keeping that in view, we are introducing some new file formats with the release of GroupDocs.Merger for .NET 19.2. Following new file formats are now supported by the API: XLT XLTX XLTM In excel these file formats are basically saved as a template files. Beside new features, we also introduced a improvement and few bug fixes.
February 26, 2019 · 1 min · Atir Tahir

Page Rotation Issue for EPUB Format is Fixed in GroupDocs.Merger for .NET 19.1

We are pleased to announce the monthly release of GroupDocs.Merger for .NET 19.1. This latest version of the API comes with some new features and bug fixes. RotatePages method now supports Diagram formats. Please see release notes for further details. Features Diagram formats are available for method: RotatePages Note formats are available for method: SwapPages Bug Fixes Document Save method throws exception: System.ObjectDisposedException PostScript document is loading with error Page rotation is not saving for EPUB format Available Channels and Resources Here are a few channels and resources for you to learn, try and get technical support on GroupDocs.
February 4, 2019 · 1 min · Atir Tahir