--- id: pypdftk version: "0.5" license: unclear license_treatment: permissive maintenance: abandoned --- # pypdftk — Python wrapper for PDFTK License: permissive · Maintenance: abandoned · Downloads: 217.0K/mo ## What it is and what it does pypdftk is a Python wrapper around the pdftk command-line tool, exposing its PDF manipulation capabilities through a Python API. It lets you fill PDF forms with data, merge multiple PDFs, extract or rearrange pages, split documents into individual pages, apply stamps, and perform compression operations—all by calling Python functions rather than invoking pdftk directly. The package has no Python runtime dependencies and relies entirely on pdftk being available as a system binary. It was last updated in 2021 and is now abandoned, meaning no active maintenance or bug fixes are happening. While it still works if pdftk is installed, the lack of updates means it may not handle edge cases in modern PDFs or adapt to changes in pdftk itself. Use it for: - Batch-fill PDF forms with data from a database or spreadsheet in a web application. - Merge generated report PDFs into a single document for distribution. - Extract specific pages from large PDF files for selective processing or archival. - Split a multi-page PDF into individual page files for downstream processing. - Apply watermarks or stamps to PDFs as part of a document workflow. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Python wrapper that drives the pdftk binary to fill PDF forms, merge PDFs, extract pages, split documents, and perform other PDF manipulation tasks. Yes-with-conditions. Install only if you already have pdftk running on your system and need straightforward Python bindings to its core functions. Do not install if you need active maintenance, bug fixes, or support for edge cases—the package is abandoned and has not been updated since 2021. Consider alternatives if you require modern PDF handling or plan to rely on this for production systems. ## Install pip install pypdftk uv add pypdftk poetry add pypdftk ## Installing pypdftk Before you install: High install friction: requires the pdftk binary to be installed separately on the system. Package itself has not been updated since 2021 and is marked abandoned, with no recent maintenance activity. License in practice: Licensed under BSD (permissive), which allows commercial and private use with minimal restrictions. Quickstart: pip install pypdftk import pypdftk # Fill a PDF form output = pypdftk.fill_form('template.pdf', {'field_name': 'value'}) # Merge PDFs output = pypdftk.concat(['file1.pdf', 'file2.pdf']) pdftk binary must be installed on the system separately; pypdftk is only a Python wrapper and will not function without it. Verify before relying: - Whether pdftk binary is still actively maintained or available for all target operating systems. - Compatibility with modern Python versions and current pdftk releases. - Whether the package works reliably with contemporary PDF standards and encryption. ## Package facts - License: not declared (permissive) - Python support: unspecified - Install friction: high - Maintenance: abandoned - Downloads: 217.0K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags pdf form filling, merge pdf files, extract pdf pages, split pdf documents, pdf manipulation wrapper, pdftk python interface, pdf page extraction, pdf-manipulation, wrapper-library [View on SkillFed](https://skillfed.io/packages/pypdftk) · [View on PyPI](https://pypi.org/project/pypdftk/)