Manus에서 모든 스킬 실행
원클릭으로
원클릭으로
원클릭으로 Manus에서 모든 스킬 실행
시작하기pdf-to-images
Converts each page of a PDF file into high-resolution PNG images. User may just say "img".
스타49
포크2
업데이트2026년 3월 2일 14:57
SKILL.md
readonly메뉴
Converts each page of a PDF file into high-resolution PNG images. User may just say "img".
Translates a LaTeX file to Chinese and generates a PDF. Use when user says chinese, or translate to chinese or ch.
Converts a markdown file to a PDF by first creating a LaTeX file and then compiling it. Invoke if user just says "pdf".
| name | pdf-to-images |
| description | Converts each page of a PDF file into high-resolution PNG images. User may just say "img". |
Converts each page of both english and chinese (if there is) PDF into high-quality, high-resolution PNG images using magick.
magick with high density (DPI) to ensure high resolution.output-0.png, output-1.png).Place image into new folder.
# Convert PDF to high-quality images (300 DPI) with white background
magick -density 300 "input.pdf" -background white -alpha remove -alpha off -quality 100 "output-%d.png"
-density 600 for even higher resolution.output-%d.png to ensure pages are numbered correctly starting from 0.