Skip to main content

Convert HTML, Markdown, and DOCX documents into continuous, single-page PDFs.

Project description

Seamless PDF

Convert HTML, Markdown, and DOCX documents into continuous, single-page PDFs -- no page breaks.

PyPI Version License CI

Python Versions


Standard PDF converters split your content across fixed-size pages. Seamless PDF renders the entire document onto a single continuous page perfectly sized to the content's width and height. Ideal for long-form reports, documentation snapshots, newsletters and any workflow where page breaks get in the way or you want to retain the original content viewing experience.


Features

Feature Description
Single-Page Output One continuous PDF sized exactly to your content
Multi-Format Input Supports .html, .md, .markdown, and .docx files
CLI & Python API Use from the terminal or integrate directly into your code
Markdown Rendering GitHub-flavored Markdown with syntax highlighting via Pygments
Theme Selection (v0.4.0) Render output with light or dark theme via API/CLI
Reliability Improvements (v0.4.0) Safer temp-file handling and stronger HTML render wait strategy
DOCX Diagnostics (v0.4.0) Mammoth conversion warnings/errors are surfaced clearly

Installation

pip install seamless-pdf
python -m playwright install chromium
playwright install

Note: Playwright uses a headless Chromium browser under the hood to render documents. The second command downloads the browser binary. For first time installs of playwright or updates you may need download the new browsers with playwright install.


Quick Start

Command Line

seamless-pdf input.html -o output.pdf
seamless-pdf README.md -o README.pdf
seamless-pdf report.docx -o report.pdf
seamless-pdf README.md -o README-dark.pdf --theme dark

Python API

from seamless_pdf import convert

convert("input.html", "output.pdf")
convert("README.md", "readme.pdf")
convert("report.docx", "report.pdf")
convert("README.md", "readme-dark.pdf", theme="dark")

Usage

The convert function automatically detects the input format from the file extension (.html, .htm, .md, .markdown, .docx). You can also specify the format explicitly:

from seamless_pdf import convert

# Auto-detected as Markdown
convert("docs/notes.md", "notes.pdf")

# Explicit input type override
convert("docs/notes.txt", "notes.pdf", input_type="markdown")

# Optional render theme (light or dark)
convert("docs/notes.md", "notes-dark.pdf", theme="dark")

CLI Options

# Explicit input type override
seamless-pdf docs/notes.txt -o notes.pdf --input-type markdown

# Dark theme rendering
seamless-pdf docs/notes.md -o notes-dark.pdf --theme dark

NOTES on DARKMODE FLAG

Dark mode behavior depends on the input type:

  • Markdown / DOCX inputs: Seamless PDF generates HTML and injects the selected theme styles. Using --theme dark (or theme="dark") is expected to produce dark-themed output consistently.
  • HTML inputs: Seamless PDF respects the source HTML/CSS and renders it as-is in Chromium with dark color-scheme emulation. If the source HTML is not dark-aware (for example, no dark styles, no prefers-color-scheme rules, or hardcoded light colors), dark output is best effort and cannot be guaranteed.

Practical guidance:

  • For guaranteed dark output from HTML, provide HTML that already supports dark mode.
  • For light-only HTML, --theme dark remains available but may produce mixed contrast depending on the original styles.

Supported Input Types

Extension Type Keyword
.html, .htm html
.md, .markdown markdown
.docx docx

Requirements

Dependency Version
Python 3.10, 3.11, 3.12, 3.13
Playwright (Chromium) >= 1.40.0
markdown >= 3.10.1
Pygments >= 2.17.0
pymdown-extensions >= 10.0
mammoth >= 1.6.0

Roadmap

  • PDF-to-PDF re-rendering (merge & reflow existing PDFs)
  • Broader PDF manipulation toolset

What's New in v0.4.0

  • Added optional dark-mode rendering through theme="dark" (API) and --theme dark (CLI).
  • Replaced hardcoded temporary intermediate HTML filenames with per-run temp files and cleanup for safer concurrent conversions.
  • Hardened Playwright page-settle behavior before document measurement/PDF export to reduce race-condition failures.
  • DOCX conversion now surfaces Mammoth diagnostics (warnings and errors) instead of silently ignoring conversion messages.
  • Added developer extras and coverage config so editable development installs are documented and reproducible.

Cloning for your purposes...

git clone https://github.com/SleepyPandas/Document-to-ContinuousPDF.git
cd Document-to-ContinuousPDF
pip install -e ".[dev]"
pytest

License

This project is licensed under the MIT License -- see the LICENSE file for details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

seamless_pdf-0.4.0.tar.gz (18.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

seamless_pdf-0.4.0-py3-none-any.whl (15.1 kB view details)

Uploaded Python 3

File details

Details for the file seamless_pdf-0.4.0.tar.gz.

File metadata

  • Download URL: seamless_pdf-0.4.0.tar.gz
  • Upload date:
  • Size: 18.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for seamless_pdf-0.4.0.tar.gz
Algorithm Hash digest
SHA256 91ea462870a4b0ba22685020acc4ac935f4a2eec7d1e80b160d6f566a329f866
MD5 6d1dd76ac53e4bb9a72238be774f6877
BLAKE2b-256 3e04636771294d09a16c1a8c72d26d6ff7094104edce27ef584a232ba2bbe329

See more details on using hashes here.

Provenance

The following attestation bundles were made for seamless_pdf-0.4.0.tar.gz:

Publisher: publish.yml on SleepyPandas/Seamless-pdf

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file seamless_pdf-0.4.0-py3-none-any.whl.

File metadata

  • Download URL: seamless_pdf-0.4.0-py3-none-any.whl
  • Upload date:
  • Size: 15.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for seamless_pdf-0.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 f76fd9a9716c8217479585118b13e407034236c6ab3a37aac3e700fa993d3df4
MD5 a3b949822d8cc411e2de6d9b7de000d4
BLAKE2b-256 3023fb0d3719d9e0cd9ccebef0e9adc71a9f99635da5cd2a5c0bd5d23221b621

See more details on using hashes here.

Provenance

The following attestation bundles were made for seamless_pdf-0.4.0-py3-none-any.whl:

Publisher: publish.yml on SleepyPandas/Seamless-pdf

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page