Featured

KDAN Open-Sources Core Products to Advance Enterprise AI Document Infrastructure and Data Sovereignty

KDAN has open-sourced core products ComPDF and DottedSign on GitHub with self-hosted deployment options, enabling enterprises to validate, deploy and scale AI-powered document workflows while maintaining data sovereignty and control over sensitive information.

ComPDF and DottedSign are now available on GitHub with self-hosted deployment options, enabling enterprises to validate, deploy and scale AI-powered document workflows while maintaining control of sensitive data

KDAN (TPEx: 7737), a global provider of AI document and data infrastructure, today announced the open-source release of core products ComPDF and DottedSign on GitHub, marking a major step in the company’s global strategy to support enterprise AI adoption through open-source access and commercial licensing.

Continue reading “KDAN Open-Sources Core Products to Advance Enterprise AI Document Infrastructure and Data Sovereignty”
Featured

How MCP Document Workflows Automate End-to-End Business Processes with AI Agents

An MCP document workflow lets AI Agents execute complete document operations—PDF editing, data extraction, redaction, eSignature, and delivery—from a single natural language command, without switching applications. See how KDAN’s ComPDF, KDAN PDF, and DottedSign enable it.

An MCP document workflow is an end-to-end automation sequence in which an AI Agent — operating through the Model Context Protocol (MCP) standard — receives a single natural language command and independently executes all required document operations: editing, data extraction, encryption, eSignature, and file delivery, without the user switching between applications. Enterprises using MCP-integrated platforms such as KDAN’s ComPDF, KDAN PDF, and DottedSign can now trigger complete document processes from a single prompt in Claude, ChatGPT, LINE, or Slack. This architecture reduces multi-software handoffs to a single AI-mediated command, addressing the execution gap that has limited enterprise AI adoption to advisory rather than operational use.

Continue reading “How MCP Document Workflows Automate End-to-End Business Processes with AI Agents”

What Is Intelligent Document Processing (IDP)? A Complete Guide for Enterprise Teams

Intelligent Document Processing (IDP) uses AI to extract, classify, and structure enterprise documents. Learn how it works, how it compares to OCR and RPA, and how to choose the right platform.

Intelligent Document Processing (IDP) is an AI- and machine-learning-driven technology that extracts, classifies, and structures data from structured, semi-structured, and unstructured documents. Unlike rule-based data extraction tools, IDP interprets the context of what it reads — distinguishing an invoice line item from a contract clause — and converts that understanding into structured, machine-readable output that enterprise systems can act on.

Continue reading “What Is Intelligent Document Processing (IDP)? A Complete Guide for Enterprise Teams”

How to Securely Convert Mass JPG to PDF: An Architecture Guide for Developers and IT Leaders

Securely converting mass JPG images to PDF requires three architectural layers: a controlled ingestion pipeline, an SDK/API-based conversion engine, and file-handling security controls applied before processing.

Securely converting mass JPG images to PDF requires three architectural layers: a controlled ingestion pipeline, a conversion engine accessed via SDK or API rather than a GUI tool, and file-handling security controls applied before any image is processed. Below is how each layer works, how to build it, and what to check before you deploy it at scale.

Continue reading “How to Securely Convert Mass JPG to PDF: An Architecture Guide for Developers and IT Leaders”

How to Integrate Open Source eSignature into Your Business Workflow: A Step-by-Step Guide

Deploy self-hosted eSignature and connect it to your existing workflow in 5 practical steps.

Integrating open source eSignature into a business workflow means deploying a self-hosted signing platform on your own infrastructure, then connecting it to your existing systems — ERP, CRM, HRMS, and identity providers — through APIs, webhooks, and automation rules. The process involves five stages: provisioning the environment, configuring a legally valid signing certificate, connecting the API, automating routing and identity checks, and validating the integration before full rollout.

What Is Open Source eSignature Integration?

Open source eSignature integration is the technical process of connecting a self-hosted, source-available signing platform to the systems your organization already runs. This guide focuses on that implementation work — getting the platform running, wiring it into your document workflow, and validating it before production use. If you’re still weighing self-hosted against managed SaaS, see our guide to choosing between self-hosted and managed eSignature.

Continue reading “How to Integrate Open Source eSignature into Your Business Workflow: A Step-by-Step Guide”

How to Combine PDFs in Linux: Open-Source CLI Tools vs. Enterprise-Grade SDKs

Compare CLI tools, self-hosted frameworks, and enterprise SDKs for merging PDFs on Linux — with a decision framework based on volume, compliance, and deployment needs.

Combining PDFs in Linux comes down to three approaches: command-line tools such as pdftk, qpdf, and Ghostscript for one-off merges; self-hosted developer frameworks for scripted, batch workflows; and enterprise-grade SDKs or Cloud APIs for processing at scale with governance built in. The right choice depends less on which tool merges files “best” and more on document volume, compliance requirements, and how many systems need to call the same merge function. This article breaks down each tier, compares them directly, and closes with a decision framework.

Continue reading “How to Combine PDFs in Linux: Open-Source CLI Tools vs. Enterprise-Grade SDKs”