Sub-skill of marp: PDF Export Fails (+3).
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill pdf-export-fails --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Pdf Export Fails?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-pdf-export-fails-workspace-hub)More formats (shields.io, HTML) on the badges page.
---
name: marp-pdf-export-fails
description: 'Sub-skill of marp: PDF Export Fails (+3).'
version: 1.0.0
category: development
type: reference
scripts_exempt: true
---
# PDF Export Fails (+3)
## PDF Export Fails
```bash
# Specify Chrome path
marp slides.md -o slides.pdf --chrome-path /usr/bin/chromium-browser
# Use Chrome arguments for headless environments
marp slides.md -o slides.pdf \
--chrome-arg=--no-sandbox \
--chrome-arg=--disable-setuid-sandbox
```
## Images Not Loading
```bash
# Enable local file access
marp slides.md -o slides.pdf --allow-local-files
# Use relative paths from markdown file location

```
## Custom Theme Not Applied
```bash
# Specify theme file path
marp slides.md --theme ./themes/custom.css -o slides.html
# Ensure theme has correct header comment
# /* @theme custom-theme */
```
## Debug Mode
```bash
marp slides.md -o slides.pdf --debug
marp --version
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!