πŸš€ Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more β†’
Socket
Book a DemoInstallSign in
Socket

@nutrient-sdk/node

Package Overview
Dependencies
Maintainers
4
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nutrient-sdk/node

Convert documents in your Node.js apps.

1.1.0
latest
npm
Version published
Weekly downloads
491
-42.77%
Maintainers
4
Weekly downloads
Β 
Created
Source

Nutrient Node.js SDK Beta

Document and Image Conversion

Nutrient Node.js SDK Beta is a Node.js PDF library for converting Word, Excel, PowerPoint, and image files without MS Office or third-party open source dependencies. It offers developers the ability to quickly add PDF functionality to any Node.js application.

  • JavaScript β€” Simple, easy to use, and highly customizable
  • MS Office and PDF β€” Office conversion engine built from the ground up
  • TIFF, PNG, and JPEG β€” Directly render or convert images without any plugins

Getting Started

  • Install from npm:
npm install @nutrient-sdk/node
  • Import the load function:
import { load } from '@nutrient-sdk/node'
  • Load a document and convert it to PDF:
const file = fs.readFileSync('./sample.docx');
const instance = await load({ document: file })
const buffer = await instance.exportPDF()
instance.close()

File Type Support

Nutrient Node.js SDK Beta enables you to load, save, convert, and edit 15 different PDF, document, Office, and image file types.

  • PDF
  • DOCX, DOC, DOTX, DOCM, XLSX, XLS, XLSM, PPTX, PPT, PPTM
  • PNG, JPEG, JPG, TIFF, TIF

Documentation

Nutrient offers comprehensive guides to help you quickly integrate and customize your application. It comes with full technical support that includes direct access to the engineers who built the product. Whether you have questions getting started or you want to know how to best integrate new features into your app, we’re here to help you find a solution.

Most popular guides:

Changelog

For a detailed list of the changes included in each version, please see the changelog.

License and Support

Nutrient is a commercial product that offers a free trial license to evaluate and integrate it into your product. Visit our pricing page to learn more about licensing our solution.

Keywords

pdf

FAQs

Package last updated on 18 Jun 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts