Skip to content

Releases: ComPDFKit/compdf-conversion-cli

v1.0.1

16 Mar 11:23

Choose a tag to compare

ComPDF Conversion CLI Skill

A Claude Code / Agent Skills-compatible Skill for converting PDF and image files to 10 output formats using the ComPDFKit Conversion SDK.

v1.0.0 — Initial Release

Features

  • 10 Output Formats: Word, Excel, PPT, HTML, RTF, Image, TXT, JSON, Markdown, CSV
  • PDF & Image Input: Supports PDF (.pdf) and images (.jpg, .jpeg, .png, .bmp, .tiff, .tif, .webp, .jpeg2000)
  • AI Layout Analysis: Powered by ComPDFKit's document AI model for accurate structure recognition
  • OCR Support: Automatic OCR for image-based inputs — extracts text from scanned documents and photos
  • Cross-Platform: Works on Windows and macOS
  • Built-in Trial License: Includes a trial license (200 conversions) for immediate evaluation

Installation

npx skills add ComPDFKit/compdf-conversion-cli

Prerequisites

  • Python 3.8+
  • ComPDFKitConversion SDK (pip install ComPDFKitConversion)
  • AI Model (~525MB) — auto-downloaded on first run

v1.0.1

Changes

  • Updated Conversion SDK from trial environment to production environment.
  • License file is now auto-downloaded at runtime instead of being bundled in the package.