react-pdf

Render PDF documents from JSON specifications using React PDF.

Updated Dec 30, 2025
One-click install
npx skills add https://github.com/inpiniti/bitcoin-simulation --skill react-pdf-inpiniti
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: react-pdf
Source: https://github.com/inpiniti/bitcoin-simulation/tree/main/.agents/skills/react-pdf
Command: npx skills add https://github.com/inpiniti/bitcoin-simulation --skill react-pdf-inpiniti

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generate PDF documents from JSON specifications using a React-based rendering pipeline, eliminating manual, error-prone document creation and enabling programmatic PDF generation.

Core Features & Use Cases

  • Generate PDFs from structured specs with @json-render/react-pdf for web and server environments.
  • Render outputs as buffers, streams, or files, supporting runtime integration and automation.
  • Leverage a library of standard components and a server-safe rendering workflow for dynamic document creation.

Quick Start

Provide a JSON spec and render it to a PDF buffer using renderToBuffer.

Frequently Asked Questions about react-pdf

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

FAQPage Schema
How do I render PDFs from JSON specs in a React application?

The Skill renders PDF documents from JSON specifications using the React PDF renderer to produce fully styled outputs. It eliminates manual document creation by enabling programmatic PDF generation in web or server contexts.

Can I generate PDF buffers and streams on a server using React?

Yes, you can generate PDF buffers and streams on a server using React. This Skill supports runtime integration and automation by rendering JSON specs into buffers, streams, and file outputs within server-safe workflows.

What is the best way to automate dynamic document creation from structured JSON?

The best way to automate dynamic document creation from structured JSON is using a React-based rendering pipeline. This approach leverages standard components to programmatically generate styled PDF documents, avoiding error-prone manual creation.

Does this React PDF rendering approach work for both web and server environments?

Yes, this React PDF rendering approach works for both web and server environments. It provides a defined render API and a server-safe rendering workflow to produce dynamic documents across different runtime contexts.

How do I start rendering a PDF document from a JSON specification?

To start rendering a PDF document from a JSON specification, you provide your structured JSON spec and use the renderToBuffer function. This quickly produces a styled PDF buffer output ready for integration.