dp-export-pdf

Converts HTML files to PDFs with optional cover pages, TOC, and links.

24|10|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/kabde/dp-createur --skill dp-export-pdf
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dp-export-pdf
Source: https://github.com/kabde/dp-createur/tree/main/skills/dp-export-pdf
Command: npx skills add https://github.com/kabde/dp-createur --skill dp-export-pdf

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

HTML content often requires manual, error-prone steps to produce a printable or distributable PDF. This Skill automates the HTML→PDF workflow, delivering professional PDFs with pagination, a cover option, a clickable table of contents, and active links for ebooks, guides, and landing pages.

Core Features & Use Cases

  • HTML→PDF conversion with CSS print optimization and support for backgrounds.
  • Optional cover pages, TOC, headers/footers, and internal/external links.
  • Batch processing and device-agnostic output suitable for selling or distributing digital products.

Quick Start

Use the export-pdf skill to convert your HTML file to a ready-to-sell PDF, with optional cover and TOC.

Frequently Asked Questions about dp-export-pdf

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert HTML to PDF with a table of contents and cover page?

To convert HTML to PDF, this Skill automates the workflow with optional cover pages and a clickable table of contents. It configures output through frontmatter settings, generating professional PDFs suitable for ebooks and guides.

Can I batch process multiple HTML files into PDFs at once?

Yes, batch processing is supported for converting multiple HTML files into PDFs. The Skill outputs all generated files to a designated exports directory, making it suitable for distributing digital products at scale.

Does HTML to PDF conversion support internal and external links?

HTML to PDF conversion fully supports active internal and external links. The process includes CSS print optimization and background support, ensuring clickable links remain functional within the final exported PDF document.

What is the best way to customize page size and margins when exporting HTML to PDF?

The best way to customize page size and margins is through the Skill's frontmatter-driven configuration. This approach also allows header and footer customization, delivering a device-agnostic PDF output tailored to your specifications.

Why does my HTML content need CSS print optimization for PDF conversion?

HTML content requires CSS print optimization during PDF conversion to ensure backgrounds render correctly and pagination flows properly. Without it, manual conversion steps become error-prone and often produce misaligned printable documents.

Are there limitations when turning HTML into polished PDFs for digital products?

When turning HTML into polished PDFs, the primary limitation is the input requirement: content must be structured as valid HTML files. Complex layouts may require careful CSS print optimization to avoid pagination issues.