Back to list
korallis

document-processing-pdf

by korallis

93🍴 10📅 Jan 13, 2026

SKILL.md


Document Processing - PDF Files

When to use this skill

  • Generating PDFs from HTML templates
  • Extracting text and data from PDF documents
  • Merging multiple PDFs into one document
  • Splitting large PDFs into smaller files
  • Adding watermarks or stamps to PDFs
  • Filling PDF forms programmatically
  • Creating invoices, receipts, and reports as PDFs
  • Parsing legal documents and contracts
  • Converting PDFs to images or text
  • Building document management systems
  • Extracting tables and structured data from PDFs
  • Creating searchable PDFs (OCR integration)

When to use this skill

  • Generating, extracting data from PDFs.
  • When working on related tasks or features
  • During development that requires this expertise

Use when: Generating, extracting data from PDFs.

Example

```typescript import PDFDocument from 'pdfkit';

const doc = new PDFDocument(); doc.text('Hello World'); doc.end(); ```

Resources

Score

Total Score

55/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

+5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon