EXPORTS & PDF GENERATION SKILL

Generate PDFs, QR codes, and export formats from HTML content.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/KuschiKuschbert/prepflow-web --skill exports-pdf-generation-skill
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: EXPORTS & PDF GENERATION SKILL
Source: https://github.com/KuschiKuschbert/prepflow-web/tree/main/lib/exports
Command: npx skills add https://github.com/KuschiKuschbert/prepflow-web --skill exports-pdf-generation-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the creation of various document exports, including PDFs, recipe cards, and compliance reports, ensuring consistent branding and efficient data presentation.

Core Features & Use Cases

  • PDF Generation: Creates PDFs from HTML content using Puppeteer.
  • QR Code Generation: Generates QR codes for various data points.
  • Multiple Export Formats: Supports various export types like menus, recipe cards, and compliance reports.
  • Use Case: Automatically generate a printable recipe card for a new dish, including all ingredients and instructions, formatted with your brand's theme.

Quick Start

Use the exports skill to generate a PDF recipe card for 'Spicy Tuna Crispy Rice'.

Frequently Asked Questions about EXPORTS & PDF GENERATION SKILL

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

FAQPage Schema
How do I generate PDF documents from HTML content automatically?▼

You can generate PDF documents from HTML content automatically by using Puppeteer Core for rendering. This approach supports creating multiple export variants like menus, recipe cards, and compliance reports with customizable themes and branding applied directly to the output.

Can I generate QR codes and embed them in PDF exports?▼

Yes, you can generate QR codes and embed them in PDF exports. The process utilizes dedicated QR code libraries for data encoding alongside Puppeteer Core, allowing you to encode various data points and include them within your generated compliance reports or runsheets.

What's the best way to create branded compliance reports and recipe cards?▼

The best way to create branded compliance reports and recipe cards is to use an automated generation process that applies customizable themes. This ensures consistent branding and efficient data presentation across all your various document export formats without manual formatting.

Does PDF generation with Puppeteer Core support multiple export formats?▼

PDF generation with Puppeteer Core supports multiple export formats including menus, recipe cards, compliance reports, and runsheets. You can customize the themes and branding for each variant to ensure the exported documents meet your specific formatting requirements.

What do I need to set up before generating PDFs and QR codes?▼

Before generating PDFs and QR codes, you need an environment supporting Puppeteer Core for rendering and QR code libraries for encoding. You also need your source HTML content prepared and any specific branding or theme assets ready to apply to the various export variants.