Used by libingest pipeline for document processing. Requires LLM with vision
capabilities.
Converted and distributed by TomeVault — claim your Tome and manage your conversions.
1---2name: copilot-ld-copilot-ld-libtransform3description: libtransform Skill4---56# libtransform Skill78## When to Use910- Converting PDF documents to HTML11- Extracting content from scanned documents12- Processing documents with LLM vision models13- Building document transformation pipelines1415## Key Concepts1617**pdfToHtml**: Splits PDF into page images, sends to vision-capable LLM, and18assembles HTML output with semantic structure.1920## Usage Patterns2122### Pattern 1: Convert PDF to HTML2324```javascript25import { pdfToHtml } from "@copilot-ld/libtransform";2627const pdfBuffer = await fs.readFile("document.pdf");28const html = await pdfToHtml(pdfBuffer, {29 model: "gpt-4-vision-preview",30 maxPages: 50,31});32```3334## Integration3536Used by libingest pipeline for document processing. Requires LLM with vision37capabilities.3839---40> Converted and distributed by [TomeVault](https://tomevault.io/claim/copilot-ld) — claim your Tome and manage your conversions.41<!-- tomevault:4.0:skill_md:2026-04-13 -->
Run npx skillmds@latest add tomevault-io/copilot-ld-copilot-ld-libtransform in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
libtransform Skill It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
tomevault-io (@tomevault-io) published this skill. Their other Agent Skills are listed on their SkillMD profile.