bastian-technologies

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

Package Information

Downloads: 4 weeklyĀ /Ā 53 monthly
Latest Version: 0.1.1
Author: Bastian Technologies

Documentation

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

Installation

For n8n Self-Hosted

Via npm (Community Nodes)

  1. Go to Settings → Community 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 Settings → Community 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

License

MIT License - see LICENSE for details.


Made with ā¤ļø by Bastian Technologies

Discussion