npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

n8n-nodes-bastian-technologies

v0.1.1

Published

n8n community nodes for Bastian Technologies API - PDF tools, document templates, and e-signatures

Downloads

199

Readme

n8n-nodes-bastian-technologies

n8n.io - Workflow Automation License

Custom n8n community nodes for Bastian Technologies API.

PDF Tools & Document Templates with E-Signatures

Features

This package provides n8n nodes for:

  • 📄 PDF to Image - Convert PDF pages to PNG, JPEG, or WebP images
  • 🔗 PDF Merge - Combine multiple PDFs into one document
  • ✂️ PDF Split - Split a PDF into multiple files
  • ℹ️ PDF Info - Get metadata and page count from PDFs
  • 📝 Document Templates - Create documents with fillable fields
  • ✍️ E-Signatures - Send documents for electronic signatures

Prerequisites

  • n8n (self-hosted or cloud)
  • Bastian Technologies account with API key
    • Register at: https://www.bastiantechnologies.com/register
    • Get API key from: Account Dashboard → API Keys

Installation

For n8n Self-Hosted

Via npm (Community Nodes)

  1. Go to SettingsCommunity Nodes
  2. Click Install
  3. Enter: n8n-nodes-bastian-technologies
  4. Click Install

Manual Installation

cd ~/.n8n
pnpm install n8n-nodes-bastian-technologies

Then restart n8n.

For n8n Cloud

Community nodes can be installed directly from the n8n UI:

  1. Go to SettingsCommunity Nodes
  2. Search for bastian-technologies
  3. Click Install

Configuration

Setting Up Credentials

  1. In n8n, go to Credentials
  2. Click Add Credential
  3. Search for Bastian Technologies API
  4. Enter your API key from your Bastian Technologies account
  5. Click Save

Usage Examples

PDF to Image Conversion

  1. Add the Bastian Technologies node
  2. Select Resource: PDF Tools
  3. Select Operation: Convert to Image
  4. Configure:
    • Upload PDF file (from previous node or static)
    • Choose format (PNG, JPEG, WebP)
    • Set quality (72, 150, 300 DPI)
    • Select pages (all, first, last, custom)
  5. The node will return the converted images

PDF Merge

  1. Add the Bastian Technologies node
  2. Select Resource: PDF Tools
  3. Select Operation: Merge PDFs
  4. Provide multiple PDF files from previous nodes
  5. Receive merged PDF as output

Document with E-Signature

  1. Add the Bastian Technologies node
  2. Select Resource: Document Templates
  3. Select Operation: Create Document
  4. Configure:
    • Template ID
    • Recipient details (name, email)
    • Field values
  5. Document will be sent for signature

Async Operations

PDF operations are asynchronous. The nodes handle this automatically by:

  1. Starting the job
  2. Polling for completion
  3. Downloading the result

You can configure the polling interval and timeout in the node settings.

API Documentation

For complete API documentation, see:

Development

Setup

# Clone the repository
git clone https://github.com/SARBKKEY/n8n-nodes-bastian-technologies.git
cd n8n-nodes-bastian-technologies

# Install dependencies
pnpm install

# Build
pnpm build

# Watch for changes
pnpm dev

Project Structure

n8n-nodes-bastian-technologies/
├── credentials/
│   └── BastianTechnologiesApi.credentials.ts
├── nodes/
│   └── BastianTechnologies/
│       ├── BastianTechnologies.node.ts
│       ├── BastianTechnologies.node.json
│       └── bastian-technologies.svg
├── BASTIAN_API_CONTEXT.md          # Full API documentation
├── package.json
├── tsconfig.json
└── README.md

Testing Locally with n8n

# Build the package
pnpm build

# Link to n8n
cd ~/.n8n
pnpm link /path/to/n8n-nodes-bastian-technologies

# Restart n8n

Pricing

Bastian Technologies uses pay-per-use pricing:

  • PDF to Image: $0.01/page
  • PDF Merge: $0.005/page
  • PDF Split: $0.005/page
  • Document Creation: $0.01/document
  • Signature Fields: $0.01/field

Support

  • Issues: GitHub Issues
  • Website: https://www.bastiantechnologies.com
  • Contact: https://www.bastiantechnologies.com/contact

License

MIT License - see LICENSE for details.


Made with ❤️ by Bastian Technologies