fulgur
Convert HTML and CSS into deterministic PDF documents
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core