pdf-official

Generate PDFs from data or HTML templates using PDFKit or Puppeteer.

27|9|Updated Jan 20, 2026
One-click install
npx skills add https://github.com/sabahattink/antigravity-fullstack-hq --skill pdf-official-sabahattink
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pdf-official
Source: https://github.com/sabahattink/antigravity-fullstack-hq/tree/main/skills/pdf-official
Command: npx skills add https://github.com/sabahattink/antigravity-fullstack-hq --skill pdf-official-sabahattink

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the creation of professional PDFs from structured data or HTML templates, enabling consistent, print-ready documents without manual formatting.

Core Features & Use Cases

  • Programmatic PDF generation with PDFKit for invoices, reports, and certificates with precise control over layout
  • HTML-to-PDF rendering with Puppeteer for complex, styled documents and charts
  • Use Case: Produce a batch of invoices by feeding data and a template and export as a single PDF bundle

Quick Start

Provide the data and template to generate the PDF, and I'll produce the document using either PDFKit or Puppeteer.

Frequently Asked Questions about pdf-official

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

FAQPage Schema
How do I generate PDFs from HTML templates in Node.js?

To generate PDFs from HTML templates in Node.js, use Puppeteer to render complex, styled documents and charts into print-ready files. This approach automates conversion without manual formatting.

What is the best way to create invoices programmatically with PDFKit?

The best way to create invoices programmatically with PDFKit is by feeding structured data into the Node.js workflow to apply precise layout control. This produces professional reports and certificates.

Does Puppeteer work for generating batch PDF reports from data?

Puppeteer works for generating batch PDF reports by rendering multiple HTML templates into a single PDF bundle. It handles complex styling and charts for automated document creation.

Can I use HTML and CSS for styling PDF generation in Node.js?

You can use HTML and CSS for styling PDF generation in Node.js by leveraging the Puppeteer workflow. This allows you to render styled documents and charts directly into a PDF format.

PDFKit vs Puppeteer for Node.js PDF generation: which should I choose?

Choose PDFKit for programmatic PDF generation with precise layout control over invoices, or Puppeteer for rendering complex HTML templates and charts. Both automate document creation in Node.js.

Do I need Node.js to use Puppeteer for PDF generation?

You need Node.js to use Puppeteer or PDFKit for PDF generation, as the Skill requires a Node.js environment to automate the creation of printable documents from data or HTML templates.