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”

PDF SDK vs. Cloud PDF API: How Enterprise IT Teams Should Evaluate Document Processing Infrastructure

A procurement-focused comparison of PDF SDKs, Cloud PDF APIs, and open source self-hosted platforms, covering data sovereignty and total cost of ownership for enterprise IT teams.

PDF SDKs, Cloud PDF APIs, and open source self-hosted platforms differ mainly in where processing runs, who controls the data, and how costs scale. A PDF SDK embeds processing logic directly inside your application. A Cloud PDF API offloads processing to a vendor’s servers over HTTP. A self-hosted deployment runs the same engine inside your own infrastructure, under your own access controls. The right choice depends less on features and more on data sensitivity, integration complexity, and total cost over a multi-year horizon.

What Is a PDF SDK, a Cloud PDF API, and Self-Hosted Deployment?

A PDF SDK is a library — often shipped for Java, .NET, Python, or C++ — that developers embed directly into an application binary to add PDF editing, conversion, or extraction capabilities without any external network calls at runtime.

A Cloud PDF API exposes the same kind of functionality as a hosted HTTP service. Documents are sent to a vendor’s servers for processing and returned as results, which removes infrastructure management but also means sensitive files leave the organization’s network boundary.

Self-hosted deployment runs the processing engine — SDK or API — inside infrastructure the enterprise controls, typically via Docker or Kubernetes. It combines the API-style integration pattern with the data-locality guarantees usually associated with on-premise software, and it’s the category that has grown fastest as data-sovereignty requirements have tightened.

KDAN infographic comparing three document processing infrastructure models — Embedded PDF SDK, Cloud-Native PDF API, and Open-Source Self-Hosted — with key characteristics for each deployment type

Comparison Table: Three Document-Infrastructure Models

CriteriaEmbedded PDF SDKCloud-Native PDF API ProvidersOpen-Source Self-Hosted Platforms
Where documents are processedInside the application, on-deviceVendor’s cloud infrastructureEnterprise’s own infrastructure (Docker/K8s)
Data leaves organization boundaryNoYesNo
Typical licensing modelPerpetual or per-seat commercial licenseUsage-based subscriptionOpen-source core + paid enterprise tier
Integration effortModerate — native library integration per platformLow — REST callsModerate — container deployment, ongoing ops
Compliance fit for regulated industriesStrongDepends on vendor’s data-residency optionsStrong
Common upgrade pathEnterprise support contractHigher-volume tierFree tier → enterprise license (removes limits, adds support)

ComPDF SDK, ComPDF Cloud, and ComPDF Self-Hosted map to the first, second, and third columns respectively, and can be combined — for example, using self-hosted deployment for regulated document types while relying on a Cloud API for lower-sensitivity workflows. ComPDF →

The Real Cost Driver: Data Sovereignty and Maintenance Burden

Total cost of ownership for enterprise document infrastructure typically spans license or subscription fees, implementation, integration engineering time, ongoing maintenance, and risk — and the license line is usually a smaller share of total five-year spend than buyers expect. For document processing infrastructure specifically, three cost drivers tend to dominate that aren’t visible on a pricing page:

Data residency and compliance exposure. Sending regulated documents (financial records, health data, contracts with PII) to a third-party cloud API can trigger data-processing-agreement reviews, cross-border transfer restrictions, or industry-specific audit requirements before a single integration is written.

Maintenance and upgrade burden. Self-hosted deployments require someone to own patching, scaling, and version upgrades — a cost that’s easy to underweight relative to a subscription’s “someone else handles it” appeal.

Vendor lock-in. Proprietary SDKs and closed APIs can make migration expensive later; open source models reduce this risk because the underlying source is inspectable and portable even if the enterprise tier is later discontinued.

Data sovereignty in particular has moved from a compliance checkbox to a board-level procurement criterion. Gartner projects global spending on sovereign cloud infrastructure to reach roughly $80 billion in 2026, growing at more than 35% annually, driven by government, financial services, and other regulated buyers who now require verifiable control over where data physically resides (Gartner data via Technology Magazine). For IT teams evaluating document infrastructure, this trend means self-hosted or on-premise options are increasingly treated as a baseline requirement in regulated sectors, not a nice-to-have.

Open Source Self-Hosted: The Third Option Most Evaluations Miss

Many procurement frameworks present this as a binary choice — buy an SDK license, or subscribe to a Cloud API. Open source self-hosted platforms are a third path: source code that can be deployed and validated at no license cost, with a commercial tier available once the organization needs enterprise-grade support, higher processing limits, or advanced governance controls.

KDAN’s own product line illustrates how this works in practice. ComPDF Self-Hosted is open source and deployable via a single Docker Compose command; its free edition includes core PDF editing and conversion, while the enterprise edition removes watermarking and page limits and adds custom concurrency, commercial licensing, and technical support [KDAN internal data, 2026]. DottedSign Self-Hosted is also open source and deploys the same way, letting enterprises validate eSignature workflows entirely inside their own environment before committing to a support contract. DocSlight, ComPDF AI’s document-parsing tool, is open source and deployable with a single line of code in either CPU or GPU mode.

“KDAN is not competing with AI models. Instead, we serve as a ‘charging station’ that connects enterprise data with AI models. Through core product open-sourcing and enterprise commercial licensing, we help enterprises train, access and apply document data more quickly, accurately and securely.”

Kenny Su, Founder & Chairman, KDAN

This open source approach gives IT teams a low-risk validation path: pilot the open source version against a real workload, confirm it meets accuracy and compliance requirements, and only then negotiate an enterprise agreement — rather than committing budget before technical validation is complete.

A 5-Step Framework for Evaluating Document Processing Infrastructure

KDAN infographic outlining a 5-step framework for evaluating document processing infrastructure: classify data sensitivity, confirm licensing terms, model total cost, pilot on a real workload, and select a deployment path per workflow

1. Classify your document data by sensitivity. Separate workflows that touch regulated or contractually restricted data from those that don’t — this determines whether a Cloud API is even a viable option for a given use case.

2. Confirm licensing terms with your procurement team. Review the terms attached to each candidate platform — open source or commercial — and confirm they’re compatible with your organization’s software policies before adoption.

3. Model total cost over three to five years, not list price. Include implementation, integration engineering time, ongoing infrastructure and patching, and support contract costs alongside the license or subscription fee.

4. Pilot the self-hosted or open source option on a real workload. Deploy via Docker in a non-production environment and validate accuracy, throughput, and integration effort before committing budget.

5. Select a deployment path per workflow, not per organization. It’s common — and often optimal — to run self-hosted deployment for regulated document types and a Cloud API for lower-sensitivity, high-volume workflows within the same enterprise. ComPDF Cloud →

Frequently Asked Questions

What is a PDF SDK and how does it differ from a Cloud PDF API?

A PDF SDK is a library embedded directly inside an application to process documents locally, without sending files over a network. A Cloud PDF API performs the same kind of processing on a vendor’s servers, requiring documents to be transmitted over HTTP. The SDK model keeps data on-device or on-premise; the Cloud API model trades that control for lower integration and infrastructure overhead.

What does it mean for a PDF SDK to be open source, and how does that benefit enterprise IT teams?

An open source PDF SDK makes its underlying source code publicly available, so enterprise IT teams can inspect, validate, and deploy it without an upfront license fee. This lets teams test real workloads before committing budget, and it reduces vendor lock-in since the code remains usable even if a vendor changes its commercial offering.

Which deployment model gives IT teams the most control over data sovereignty?

Self-hosted deployment, whether based on a proprietary SDK or an open source platform, keeps documents inside infrastructure the enterprise controls. This makes it the strongest fit for organizations with strict data-residency, cross-border transfer, or regulatory audit requirements, compared to Cloud API models where documents are processed on third-party servers.

How do enterprises evaluate the total cost of ownership of self-hosted vs. cloud PDF infrastructure?

A complete TCO evaluation includes license or subscription fees, implementation and integration engineering time, ongoing infrastructure and patching costs, and support contracts — not just the sticker price. Self-hosted deployments shift more cost toward internal maintenance and infrastructure; Cloud APIs shift cost toward recurring subscription fees. The right answer depends on internal DevOps capacity as much as budget.

Can an open source self-hosted PDF SDK meet enterprise-grade compliance requirements?

Open source self-hosted platforms can meet many enterprise compliance requirements because all processing stays within the organization’s own infrastructure, and the underlying code is inspectable. However, features like access control auditing, unlimited processing volume, and formal technical support are typically reserved for the paid enterprise tier of an open source product, so compliance-critical deployments usually require upgrading beyond the free edition.

How long does it typically take to pilot a self-hosted PDF deployment before full rollout?

Docker-based self-hosted PDF platforms are generally designed to be running within minutes of deployment, since the container includes the processing engine, dashboard, and API layer. The pilot phase itself — validating accuracy, throughput, and integration with existing systems — is the longer step and its duration depends on the complexity of the target workflow rather than the deployment mechanics.

What happens when an enterprise outgrows the free tier of an open source PDF SDK?

Open source products with a commercial tier typically gate specific capabilities behind the paid edition — common examples include removing watermarks, lifting page or volume limits, enabling custom concurrency, and adding technical support and commercial licensing. Enterprises can usually upgrade from the open source edition to the enterprise edition without re-architecting their deployment, since both run on the same underlying engine.

Conclusion

Evaluating PDF SDK, Cloud API, and self-hosted document infrastructure requires assessing data sensitivity classification, three-to-five-year total cost of ownership, and licensing model fit. Enterprises with regulated or high-sensitivity document workflows should weight data sovereignty most heavily; those with lower-sensitivity, high-volume workflows may find a Cloud API’s lower integration overhead sufficient.

Validate ComPDF Self-Hosted on your own infrastructure before committing budget.

Contact Our Team →

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”