Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

node-red-contrib-pdf2bw

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

node-red-contrib-pdf2bw

A Node-RED node to convert PDF to black and white PNG using Go

latest
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

pdf2bw

pdf2bw is a node-red node. This node allows you to convert a PDF file to black and white PNG images using a Go-based backend. You can configure the node to either save the PNG images to a specified directory or return them as Base64 encoded strings.

Inputs

  • msg.path: The path to the PDF file to be converted.

Outputs

  • payload: Depending on the configuration, this will either be a message indicating the location of the saved PNG files or an array of Base64 encoded PNG images.

Properties

  • Name: An optional name for the node.
  • Output Directory: The directory where PNG images will be saved if not returning Base64.
  • Return Base64: If checked, the node will return the PNG images as Base64 encoded strings instead of saving them to the output directory.

FAQs

Package last updated on 15 Jun 2024

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