ワンクリックで
pdf-to-images
Converts each page of a PDF file into high-resolution PNG images. User may just say "img".
メニュー
Converts each page of a PDF file into high-resolution PNG images. User may just say "img".
Converts a markdown file to a PDF by first creating a LaTeX file and then compiling it. Invoke if user just says "pdf".
Writes plain text social media posts explaining whatever user tells you to explain. User may just say "social media" or "sm" or "post.
Provides a harsh, direct, and unvarnished critique of a research idea, draft, or concept to identify all possible flaws. Use when user wants a critique or a review.
Evaluates the proposal, its critique, and the defender's solutions to make a final decision (DROP or REVISE). Final decision on whether a research project proceeds to implementation or is shelved.
Explain what the user told you into the file he pointed. Use when user says 'ex'.
Explain what the user told you. Use when user says 'ex'.
| 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).# 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.