Fix PowerPoint font embedding issues in PDF export by patching text transparency in PPTX files. Use when a user has a PPTX file where exported PDFs show wrong/default fonts instead of the intended downloaded/custom fonts, even with font embedding enabled. Works by applying minimal (1%) transparency to fully-opaque text runs, which forces PowerPoint to properly embed fonts during PDF export.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install pptx-pdf-font-fix或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install pptx-pdf-font-fix⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/pptx-pdf-font-fix/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: pptx-pdf-font-fix description: Fix PowerPoint font embedding issues in PDF export by patching text transparency in PPTX files. Use when a user has a PPTX file where exported PDFs show wrong/default fonts instead of the intended downloaded/custom fonts, even with font embedding enabled. Works by applying minimal (1%) transparency to fully-opaque text runs, which forces PowerPoint to properly embed fonts during PDF export. ---
PowerPoint's "Export to PDF" can fail to embed downloaded/custom fonts, substituting built-in defaults, even when:
Applying a tiny transparency (1%) to text with 0% transparency forces PowerPoint to correctly embed fonts in PDF output. This is visually imperceptible but changes how PowerPoint processes the font during export.
python3 scripts/fix_font_transparency.py input.pptx [output.pptx] [--transparency 1]
output -- Output PPTX path (default: input_fixed.pptx)--transparency, -t -- Transparency % to apply (default: 1)ppt/slides/slideN.xml), not layouts/masterspython3 scripts/fix_font_transparency.py input.pptxPDF export must be done from PowerPoint desktop. Server-side converters (LibreOffice, Graph API) do not reproduce the same font embedding behavior.
安装 PPTX PDF Font Fix 后,可以对 AI 说这些话来触发它
Help me get started with PPTX PDF Font Fix
Explains what PPTX PDF Font Fix does, walks through the setup, and runs a quick demo based on your current project
Use PPTX PDF Font Fix to fix PowerPoint font embedding issues in PDF export by patching text...
Invokes PPTX PDF Font Fix with the right parameters and returns the result directly in the conversation
What can I do with PPTX PDF Font Fix in my documents & notes workflow?
Lists the top use cases for PPTX PDF Font Fix, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/pptx-pdf-font-fix/ 目录(个人级,所有项目可用),或 .claude/skills/pptx-pdf-font-fix/(项目级)。重启 AI 客户端后,用 /pptx-pdf-font-fix 主动调用,或让 AI 根据上下文自动发现并使用。
PPTX PDF Font Fix 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
PPTX PDF Font Fix 可免费安装使用。请查阅仓库了解许可证信息。
Fix PowerPoint font embedding issues in PDF export by patching text transparency in PPTX files. Use when a user has a PPTX file where exported PDFs show wrong/default fonts instead of the intended downloaded/custom fonts, even with font embedding enabled. Works by applying minimal (1%) transparency to fully-opaque text runs, which forces PowerPoint to properly embed fonts during PDF export.
Automate my documents & notes tasks using PPTX PDF Font Fix
Identifies repetitive steps in your workflow and sets up PPTX PDF Font Fix to handle them automatically
PPTX PDF Font Fix 属于「Documents & Notes」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。