将PDF文件的每一页转换为图片文件;支持自定义图片格式(PNG/JPG)和分辨率;适用于文档处理、图片化存档等场景
Initial release of pdf-to-image-preview. - Converts each page of a PDF file into separate image files (supports PNG/JPG output). - Allows custom image resolution (DPI) and format selection. - Optionally generates a ZIP archive of output images. - Supports PDF files up to 100 pages; large PDFs should be split before conversion. - Provides clear usage examples, troubleshooting tips, and script-based workflow. - Requires Python 3.6+ and pymupdf>=1.23.0.