BeClaude

html-to-pdf

41Community RegistryGeneralby aviz

description: Convert HTML to PDF with pixel-perfect rendering and excellent Hebrew/RTL support. Use when the user asks t

First seen 4/17/2026

Summary

This skill converts HTML content into pixel-perfect PDF documents with excellent support for Hebrew and other right-to-left (RTL) languages.

  • It is ideal for generating invoices, reports, certificates, or any document where precise layout and multilingual text rendering are required.

Overview

A collection of useful skills for Claude Code by aviz.

Available Skills

SkillDescription
find-my-projectFind your first agentic project by identifying daily pain points
whatsappWhatsApp automation - send messages, get group members, send images/voice
speech-generatorGenerate speech audio with ElevenLabs TTS
music-generatorGenerate AI music with ElevenLabs Music API
nano-banana-posterGenerate marketing posters using Google GenAI
image-generationGenerate images with Gemini or fal.ai FLUX
presentation-architectCreate detailed presentation blueprints
html-to-pdfConvert HTML to PDF with RTL support
html-to-pptxConvert HTML to PowerPoint with Hebrew/RTL support
gh-pages-deployDeploy to GitHub Pages + set homepage URL in repo About panel
calendarGoogle Calendar integration
gmailGmail automation via Google Apps Script
zoom-meetingSchedule Zoom meetings with calendar invites
get-contactFind contact details by name (CRM lookup)
transcribeAudio/video → SRT subtitles + text (ElevenLabs/Groq/Gemini)
translate-videoTranslate video subtitles with RTL-safe embedding
embed-subtitlesBurn subtitles into video with FFmpeg
youtube-uploaderUpload videos to YouTube with metadata
wordpress-publisherPublish posts to WordPress with media
claudability-analyzerAnalyze any profession for Claude automation opportunities
deep-interviewAdaptive interview to extract and organize expertise
creative-seedsInject creative absurdity before brainstorming tasks
learnTeach Claude any topic via web research — retains as permanent skill
tutorial-creatorCreate professional tutorials from screen recordings
tutorial-narration-writerWrite narration scripts in casual, friendly style
x-bookmarks-fetcherDownload X (Twitter) bookmarks via official X API v2 — text + images + videos. OAuth 2.0, no scraping

Installation

  1. Clone this repository:
bash
git clone https://github.com/aviz/claude-skills-library.git
  1. Copy the skills you want to your Claude Code skills folder:

Windows users: Use PowerShell (not Command Prompt)

bash
cp -r claude-skills-library/skills/SKILL_NAME ~/.claude/skills/
  1. Configure environment variables as needed (see each skill's README)
  1. Restart Claude Code to load the new skills

Requirements

Some skills require additional setup:

  • whatsapp: Green API account and credentials
  • speech-generator: ElevenLabs API key
  • nano-banana-poster: Gemini API key
  • html-to-pdf: Run npm install in the skill's scripts folder
  • calendar: Google Apps Script deployment (included)
  • tutorial-creator: Requires speech-generator, transcribe, music-generator, youtube-uploader skills
  • tutorial-narration-writer: No additional setup needed (text-only skill)
  • x-bookmarks-fetcher: X developer app with OAuth 2.0 enabled, callback http://127.0.0.1:8765/callback. See skill's SETUP.md

License

MIT

Install & Usage

1
Add a marketplace
/plugin marketplace add <org/repo>
2
Install the plugin

Add the configuration to /plugin install html-to-pdf@<marketplace>

3
Manage with /plugin
/plugin

Use Cases

Generate a PDF invoice from an HTML template with RTL text for a client in Israel.
Convert a multilingual HTML report into a PDF for distribution to stakeholders.
Create a PDF certificate of completion with Hebrew text and custom styling.
Transform an HTML newsletter into a PDF for offline reading or email attachment.
Generate a PDF contract from an HTML form with right-to-left language support.
Convert an HTML resume with RTL sections into a downloadable PDF.

Usage Examples

1

/html-to-pdf Convert this HTML invoice to PDF with Hebrew text.

2

Generate a PDF from this HTML report, ensuring RTL support for Arabic.

3

/html-to-pdf <input.html> <output.pdf>

View source on GitHub

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is html-to-pdf?

This skill converts HTML content into pixel-perfect PDF documents with excellent support for Hebrew and other right-to-left (RTL) languages. It is ideal for generating invoices, reports, certificates, or any document where precise layout and multilingual text rendering are required.

How to install html-to-pdf?

To install html-to-pdf: add a marketplace (/plugin marketplace add <org/repo>), then add the config to /plugin install html-to-pdf@<marketplace>. Finally, /plugin in Claude Code.

What is html-to-pdf best for?

html-to-pdf is a plugin categorized under General. Created by aviz.

What can I use html-to-pdf for?

html-to-pdf is useful for: Generate a PDF invoice from an HTML template with RTL text for a client in Israel.; Convert a multilingual HTML report into a PDF for distribution to stakeholders.; Create a PDF certificate of completion with Hebrew text and custom styling.; Transform an HTML newsletter into a PDF for offline reading or email attachment.; Generate a PDF contract from an HTML form with right-to-left language support.; Convert an HTML resume with RTL sections into a downloadable PDF..