Datalogics: A PDF Technology Pioneer
One of the longest-established companies in document technology — and the channel through which Mapsoft licenses the Adobe PDF Library.
About Datalogics
Datalogics Inc. is a computer software company headquartered in Chicago, Illinois. Founded in 1967, Datalogics began as a general programming consultancy and was among the earliest companies to work on computerised typesetting systems — a field that directly preceded modern desktop publishing and PDF technology.
The company's longevity is notable: established more than a decade before Adobe was founded and more than two decades before PDF was introduced, Datalogics has continuously adapted to the evolving landscape of document technology and remains active today.
Early Focus: Computerised Typesetting
Datalogics' first product, DL Pager, was focused on typesetting — the process of arranging text for printing. This placed the company at the forefront of a transition that would eventually lead to PostScript, desktop publishing, and the PDF format. Their early expertise in precise document rendering and layout gave them a strong foundation for working with PDF technology when it emerged in the 1990s.
Datalogics and the Adobe PDF Library
Since 1996, Datalogics has been a channel partner for Adobe Systems, distributing several SDKs for working with PDF and other document formats. The most significant of these is the Adobe PDF Library — the same underlying technology used in Adobe Acrobat and Adobe Reader. The PDF Library provides programmatic access to the full PDF object model, allowing developers to create, modify, render, and process PDF files at a level of fidelity that matches Acrobat itself.
Datalogics licenses the Adobe PDF Library to developers who need server-side or application-level PDF processing without the Acrobat user interface. This enables high-volume, automated document workflows that would not be practical with desktop Acrobat.
Mapsoft and Datalogics
Mapsoft is an OEM licensee of the Adobe PDF Library through Datalogics. We have been working with the library for decades, using it as the foundation for custom PDF processing solutions delivered to clients across a wide range of industries. Our relationship with Datalogics — and by extension with the Adobe PDF Library — is central to our ability to build production-quality PDF tools that go beyond what standard Acrobat plugins can achieve.
For more on how we use the Adobe PDF Library in custom development, see our Adobe PDF Library platform page.
Adobe PDF Library vs Acrobat SDK: Understanding the Difference
Developers new to the Adobe ecosystem often confuse the Adobe PDF Library with the Acrobat SDK, and the distinction matters considerably for project planning.
The Acrobat SDK is a plugin framework. It gives you access to Acrobat's internal APIs through a C++ plugin that runs inside the Acrobat desktop application. Your plugin is loaded by Acrobat at startup and has access to the full Acrobat user interface — menus, toolbars, dialogs, and the document viewing environment. It is the right choice when you need to add functionality to Acrobat itself, where a human user is working interactively.
The Adobe PDF Library, by contrast, is a standalone SDK with no dependency on Acrobat being installed. It is a linkable library that you compile into your own application. You call it programmatically to create, read, modify, render, and process PDF files without any user interface at all. This makes it the correct tool for server-side document processing pipelines, batch operations, and any situation where Acrobat's desktop application is not present.
Both share much of the same underlying rendering and processing technology — which is why the PDF Library produces output at the same quality level as Acrobat — but their deployment models are entirely different.
Datalogics Product Range
Beyond the Adobe PDF Library, Datalogics has developed and distributes several complementary tools. The PDF Checker is a validation tool that analyses PDF files against a range of criteria — PDF/A conformance, PDF/UA accessibility requirements, and general file integrity — producing reports that identify specific issues within a document. This is particularly useful in archiving and accessibility compliance workflows where large volumes of documents need to be validated systematically before acceptance.
The Datalogics PDF Java Toolkit is a Java-based API wrapping the core PDF processing capabilities, making the library accessible to teams working outside C/C++ environments. This has become increasingly relevant as enterprise Java-based content management systems need to handle PDF processing at scale.
Datalogics also distributes DL Publisher and related tools for specific vertical markets, particularly publishing and pharmaceutical documentation where compliance with PDF standards is a regulatory requirement rather than just a technical preference.
Server-Side PDF Processing: Where the Library Shines
The most compelling case for the Adobe PDF Library is high-volume server-side processing. Consider an insurance company generating policy documents, a bank producing personalised statements, or a pharmaceutical company assembling regulatory submission packages. These are workflows producing thousands or millions of PDF files, entirely without human interaction, often under strict quality and compliance requirements.
Desktop Acrobat is not designed for this. Even with action wizards and batch processing, Acrobat is fundamentally an interactive application. Its licensing terms also restrict server-side headless processing. The Adobe PDF Library has no such constraints — it is explicitly designed for programmatic, server-side use, and Datalogics licenses it accordingly for production deployment.
The library handles the full range of PDF operations: font embedding, colour management, transparency flattening, digital signatures, form filling, PDF/A conversion, rendering to raster images for previewing or printing, and extraction of text and images. This breadth means it can serve as the single PDF processing engine across an entire enterprise document platform.
Real-World Use Cases for the PDF Library
From Mapsoft's own work with the library, the scenarios that come up most frequently are: automated generation of templated documents where variable data is merged with a PDF template at high speed; batch conversion of legacy document formats to PDF/A for long-term archiving; quality checking pipelines where documents are validated before they enter a document management system; and post-processing of print-ready PDFs where preflight corrections — colour conversion, bleed adjustments, imposition — need to be applied consistently at scale.
In engineering and technical publishing, the library underpins systems that assemble composite documents from multiple sources — pulling in drawings, specifications, and approvals from different systems and merging them into a single coherent document with correct bookmarks, page labels, and metadata. This kind of assembly work would be impractical to do manually at any volume.
The PDF Technology Ecosystem
Datalogics is one of several important players in the PDF technology ecosystem alongside Adobe, the PDF Association (which maintains the ISO 32000 PDF specification), and the many companies that build tools and services on top of the PDF format. Understanding this ecosystem helps developers choose the right tools and libraries for their requirements.
For background on the PDF format itself, see our articles on the evolution of PDF, PDF file structure, and the Camelot Project that led to PDF's creation.
Related Articles
The Importance of Barcodes in Modern Society
Explore the different types of barcodes, their applications across industries, the algorithms behind them, and how they are rendered using fonts, raster, and vector graphics.
Image Formats for PDF: JPEG, PNG, TIFF, and More
Comparing image file formats used in PDF documents — JPEG, PNG, TIFF, JBIG2, CCITT, and JPEG 2000 — their compression methods, quality trade-offs, and best use cases.
Understanding Colour Models: RGB and CMYK
A practical guide to RGB and CMYK colour models — how they work, their differences, and why colour management matters when converting between screen and print.
Custom PDF Development with the Adobe PDF Library
Mapsoft's OEM licence gives us direct access to the same technology that powers Acrobat — ideal for demanding PDF processing requirements.