Browse our Products

If so you can download any of the below versions for testing. The product will function as normal except for an evaluation limitation. At the time of purchase we provide a license file via email that will allow the product to work in its full capacity. If you would also like an evaluation license to test without any restrictions for 30 days, please follow the directions provided here.

Download JavaScript Library for Document Merger via Node.js API

GroupDocs.Merger for Node.js is an advanced document merger API developed to merge document formats from within any JavaScript application. This features-rich API empowers you to work with document merger operations back and forth over 60 documents and image file formats. Using the document merger API is very simple as it used just one method with set of options to merge different formats.


Get Started

Open NPM package manager, search for GroupDocs.Merger and install.

Install

To install please execute npm i @groupdocs/groupdocs.merger from command line interface to fetch & reference GroupDocs.Merger module in your project.

CLI>

Product Page | Docs | Demos | API Reference | Examples | Blog | Search | Free Support | Temporary License

Why download GroupDocs.Merger for Node.js via Java?

This Node.js API can seamlessly integrate and enables your JavaScript apps to merge document formats, without installing any 3rd party tools.

Document Merger Processing Features

  • Create a single document by merging multiple (two or more) documents.
  • Join Microsoft Word® documents to each other while preserving content, formatting, & page setup.
  • Specify desired page numbers or page ranges from multiple documents to merge together to create the resultant document.
  • Ability to cross-merge documents of different file extensions into a single file format resultant document.
  • Combine different types of files (DOC, PPT, XLS) into a single PDF, XPS, DOC, DOCX file.
  • Generate document pages preview in the PNG, JPG, or BMP format.
  • Add attachments (such as PPT) to a PDF file.
  • Insert OLE objects into Word®, OpenOffice®, Excel®, PowerPoint®, & Visio® files.
  • Check if a document is password protected, add / remove / update document password.
  • Fetch document information including, file type, page count, page information.
  • Ability to keep a log of document manipulation process.
  • Support for various single page operations, such as:

Supported Merger File Formats

The joining & splitting operations are supported for the following file formats:

Microsoft Word®: DOC/DOCX/DOCM/DOT/DOTX/DOTM/RTF
OpenOffice Writer: ODT/OTT
Micorosft Excel®: XLS/XLSX/XLSB/XLSM/XLT/XLTX/XLTM/XLAM
OpenOffice Calc®: ODS
Microsoft PowerPoint®: PPT/PPTX/PPS/PPSX
OpenOffice Impress®: ODP/OTP
Microsoft Visio®: VSDX/VSDM/VSSX/VSSM/VSTX/VSTM/VDX/VSX/VTX
Microsoft OneNote®: ONE
Web: HTML/MHT/MHTML
Fixed Layout: PDF/XPS
LaTeX: TEX
eBook: EPUB
Text: TXT/ERR/CSV/TSV

The trimming, moving, removing, swapping & chaning page orietation operations are supported for the following file formats:

Microsoft Word®: DOC/DOCX/DOCM/DOT/DOTX/DOTM/RTF
OpenOffice Writer: ODT/OTT
Micorosft Excel®: XLS/XLSX/XLSB/XLSM/XLT/XLTX/XLTM/XLAM
OpenOffice Calc®: ODS
Microsoft PowerPoint®: PPT/PPTX/PPS/PPSX
OpenOffice Impress®: ODP/OTP
Microsoft Visio®: VSDX/VSDM/VSSX/VSSM/VSTX/VSTM/VDX/VSX/VTX
Microsoft OneNote®: ONE
Web: HTML/MHT/MHTML
Fixed Layout: PDF/XPS
LaTeX: TEX
eBook: EPUB

The page rotation operation is supported for the following file formats:

Fixed Layout: PDF/XPS
LaTeX: TEX
eBook: EPUB

The document import operation is supported for the following file formats:

Microsoft Word®: DOC/DOCX/DOCM/DOT/DOTX/DOTM/RTF
OpenOffice Writer: ODT/OTT
Micorosft Excel®: XLS/XLSX/XLSB/XLSM/XLT/XLTX/XLTM/XLAM
OpenOffice Calc®: ODS
Microsoft PowerPoint®: PPT/PPTX/PPS/PPSX
OpenOffice Impress®: ODP/OTP
Microsoft Visio®: VSDX/VSDM/VSSX/VSSM/VSTX/VSTM/VDX/VSX/VTX
Fixed Layout: PDF

The cross-format merge to PDF/XPS operation is supported for the following file formats:

Microsoft Word®: DOC/DOCX/DOCM/DOT/DOTX/DOTM/RTF
OpenOffice Writer: ODT/OTT
Micorosft Excel®: XLS/XLSX/XLSB/XLSM/XLT/XLTX/XLTM/XLAM
OpenOffice Calc®: ODS
Microsoft PowerPoint®: PPT/PPTX/PPS/PPSX
OpenOffice Impress®: ODP/OTP
Web: HTML
Fixed Layout: PDF/XPS

The cross-format merge to DOC/DOCX operation is supported for the following file formats:

Fixed Layout: PDF/XPS
LaTeX: TEX
eBook: EPUB

For details and limitations please visit, Supported Document Formats.

Supported Platforms

GroupDocs.Merger for Node.js via Java does not require any external software or third-party tool to be installed. GroupDocs.Merger for Node.js supports any 32-bit or 64-bit operating system where Java is installed. The other details are as follows:

Microsoft Windows®: Microsoft Windows Desktop (x86, x64) (XP & up), Microsoft Windows Server (x86, x64) (2000 & up), Windows Azure
macOS®: Mac OS X
Linux: Linux (Ubuntu, OpenSUSE, CentOS and others)
Development Environments: Cloud 9, IntelliJ IDEA, WebStorm, Komodo IDE, Eclipse, Visual Studio Code.

Sample Node.js code to join two DOCX documents into one

// Load the source DOCX file
const merger = new groupdocs.merger.Merger("sample1.docx");

//  Add another DOCX file to merge
merger.join("sample2.docx");

// Merge DOCX files and save result
merger.save("merged.docx");

Product Page | Docs | Demos | API Reference | Examples | Blog | Search | Free Support | Temporary License



Direct Download

GroupDocs.Merger for Node.js via Java 24.2

This contains the NPM package of GroupDocs.Merger for Node.js via Java

Added: 19/3/2024 Downloads:

Download

File Size: 4.88KB