Category Archive: GroupDocs.Merger Product Family

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.Merger for .NET DLL you can develop a web, … Continue Reading

Posted in GroupDocs.Merger Product Family | Tagged , , ,

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.

Is there any software Continue Reading

Posted in GroupDocs.Merger Product Family | Tagged , , ,

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
Continue Reading
Posted in GroupDocs.Merger Product Family | Tagged

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
API now fully supports HTML format.


We’d recommend you to download the … Continue Reading

Posted in GroupDocs.Merger Product Family | Tagged

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.
But what will happen if you don’t specify file … Continue Reading

Posted in GroupDocs.Merger Product Family | Tagged

Support for Diagrams in GroupDocs.Merger

GroupDocs Editor for .NET

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 … Continue Reading

Posted in GroupDocs.Merger Product Family | Tagged ,

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.

Bug Fixes

Continue Reading
Posted in GroupDocs.Merger Product Family | Tagged

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.
ODP presentations loading is optimized.

Previously, MovePage method was not … Continue Reading

Posted in GroupDocs.Merger Product Family | Tagged

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

GroupDocs Editor for .NET

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

Continue Reading
Posted in GroupDocs.Merger Product Family | Tagged

Change Page Orientation using GroupDocs.Merger for Java 18.12

GroupDocs Editor for Java

We are pleased to announce GroupDocs.Merger for Java 18.12 with many new features. This latest release provides the ability to change page orientation along with a feature to rotate pages in the document. Furthermore, you can also get a list of all the formats supported by the API. Please check GroupDocs.Merger for Java 18.12 release notes for further reference.

Features

Change Page Orientation

New method changeOrientation let you change page orientation (portrait, landscape) for pages in the document.
DocumentResult result 
Continue Reading
Posted in GroupDocs.Merger Product Family | Tagged