New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@onlyoffice/n8n-nodes-docs

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@onlyoffice/n8n-nodes-docs

n8n nodes for ONLYOFFICE Document Server (Docs)

Source
npmnpm
Version
0.0.1
Version published
Maintainers
1
Created
Source

ONLYOFFICE Docs n8n Nodes

npm version License

This is an n8n community node that lets you use ONLYOFFICE Document Server in your n8n workflows.

ONLYOFFICE Document Server is a powerful document processing and conversion platform that allows you to work with office documents in various formats.

n8n is a fair-code licensed workflow automation platform.

Installation

Follow the installation guide in the n8n community nodes documentation.

  • Go to Settings > Community Nodes in your n8n instance
  • Select Install
  • Enter @onlyoffice/n8n-nodes-docs in Enter npm package name
  • Agree to the risks of using community nodes
  • Select Install

After installing the node, you can use it like any other node. n8n displays the node in search results in the Nodes panel.

Manual installation

To get started install the package in your n8n root directory:

npm install @onlyoffice/n8n-nodes-docs

For Docker-based deployments add the following line before the font installation command in your n8n Dockerfile:

RUN cd /usr/local/lib/node_modules/n8n && npm install @onlyoffice/n8n-nodes-docs

Nodes

This package provides the following nodes:

  • ONLYOFFICE Docs: Interact with ONLYOFFICE Document Server API

Operations

The ONLYOFFICE Docs node supports the following operations:

Document conversion operations

  • Convert a document
  • Convert to PDF
  • Convert spreadsheet to PDF
  • Generate thumbnail
  • Remove password
  • Add watermark

Supported formats

The node supports conversion between 50+ formats including:

  • Documents: DOCX, DOC, ODT, RTF, TXT, PDF, HTML, EPUB
  • Spreadsheets: XLSX, XLS, ODS, CSV, PDF
  • Presentations: PPTX, PPT, ODP, PDF
  • Images: PNG, JPG, JPEG, SVG, BMP

Credentials

This node supports JWT-based authentication:

FieldDescription
Document Server URLBase URL of your Document Server (e.g. https://docs.example.com)
JWT SecretThe secret key configured on your Document Server
JWT HeaderHTTP header for JWT token (default: Authorization)

Operation Details

Convert Document

Converts files between different formats with comprehensive format support.

Parameters:

  • File URL — URL of the source file
  • Input Format — format of the source file
  • Output Format — desired output format
  • Output File Name — name for the converted file

Convert to PDF

Quick conversion to PDF format for supported document types.

Convert Spreadsheet to PDF

Advanced spreadsheet conversion with layout options:

  • Page orientation (portrait/landscape)
  • Custom margins and page size
  • Scale and zoom settings
  • Grid lines and headings display
  • Print area handling

Generate Thumbnail

Create thumbnail images from documents:

  • Multiple output formats (PNG, JPG)
  • Custom dimensions
  • Aspect ratio handling
  • Single page or multi-page output

Remove Password

Remove password protection from password-protected documents.

Add Watermark

Convert to PDF with customizable text watermarks:

  • Custom text content
  • Font styling (size, color, bold)
  • Positioning (diagonal/horizontal)
  • Transparency control

License

The ONLYOFFICE Docs n8n Nodes are distributed under the MIT license. See LICENSE for more information.

Versions

See CHANGELOG.md for version history and release notes.

ResourceURL
ONLYOFFICE websiteonlyoffice.com
ONLYOFFICE Document Serveronlyoffice.com/docs
n8n community nodes documentationdocs.n8n.io
API documentationapi.onlyoffice.com
Community forumcommunity.onlyoffice.com
Help Centerhelpcenter.onlyoffice.com
Found a bug?Report an issue
Support emailsupport@onlyoffice.com

Made with ❤️ by the ONLYOFFICE Team

Keywords

n8n-community-node-package

FAQs

Package last updated on 19 Jun 2026

Related posts