fulgur-rsfulgur-rsOfficialยท1 Agent Skills Included

fulgur

Convert HTML and CSS into deterministic PDF documents

Converts HTML and CSS into print-ready PDF files without any browser engine. Handles page splitting, custom fonts, images, templates with JSON data, bookmarks, and accessible tagged PDF output. Eliminates heavy headless browsers, high memory usage, and inconsistent rendering across machines. Runs offline as a single fast binary for server-side batch document generation.
npx skills add fulgur-rs/fulgur --all -g -y
Available:

Gives the agent the project architecture, build and test commands, and strict workflow rules for completing and pushing code changes in this repository.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Fulgur?โ–ผ

Run `npx skills add fulgur-rs/fulgur --all -g -y` in your terminal to install all skills in this suite globally.

How to convert HTML to PDF without a browser?โ–ผ

Fulgur renders HTML and CSS directly to PDF using its own Rust layout engine, so no Chromium or WebKit is needed. Just run the render command with your input file and output path.

Can Fulgur generate PDFs from templates and JSON data?โ–ผ

Yes. It includes a built-in MiniJinja template engine, so you can pass an HTML template plus a JSON data file to generate invoices, reports, and documents at scale.

Does Fulgur support accessible PDF output?โ–ผ

Yes. It can produce Tagged PDF and PDF/UA-1 conformant files with structure trees, alt text, and heading levels for screen readers.

Is Fulgur output deterministic for CI pipelines?โ–ผ

Yes. The same input always produces byte-identical PDF output, making it safe for automated testing and CI/CD pipelines.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’