a4-to-a3-pdf

将文件夹中的图片按顺序两两合并为A3横向PDF(两张A4左右并排)。触发词:合并PDF、合成A3、两张A4合成一页、图片转PDF。

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "a4-to-a3-pdf" with this command: npx skills add wangchuang9523-gif/a4-to-a3-pdf

A4 to A3 PDF Merger

将多张图片合并为 A3 横向 PDF,每页放置两张图片(左右并排)。

Usage

方法1:使用脚本(推荐)

python scripts/merge_a4_to_a3.py <图片文件夹> <输出PDF路径> [dpi]

示例:

python scripts/merge_a4_to_a3.py "C:\Users\ZERO\Desktop\质保书" "C:\Users\ZERO\Desktop\输出.pdf"

方法2:手动生成

如需自定义(如添加白边、调整尺寸),参考脚本逻辑自行修改。

Output Format

  • 页面尺寸:A3 横向(420mm × 297mm)
  • 每页:左右两张 A4 图片,无白边
  • 分辨率:默认 300 DPI
  • 图片按数字顺序排列(1.jpg, 2.jpg, ...)

Dependencies

  • Python 3.x
  • Pillow: python -c "from PIL import Image"python -m pip install Pillow

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

File Converter

This skill provides comprehensive file format conversion capabilities. It should be used when users need to convert files between different formats, includin...

Registry SourceRecently Updated
850Profile unavailable
Research

LLM Wiki Karpathy

Manage and maintain a Markdown wiki with LLM Wiki Karpathy: inspect, repair, compile sources, add pages, answer queries, and lint for quality.

Registry SourceRecently Updated
900Profile unavailable
Research

LLM Knowledge Bases

Inspired by a public workflow shared by Andrej Karpathy (@karpathy). From raw research to a living Markdown knowledge base that compounds with every question...

Registry SourceRecently Updated
2360Profile unavailable
General

Web to PDF

Convert a web page to PDF, especially web-based slide decks and presentations (reveal.js, impress.js, custom JS slideshows, scroll-based decks). Use when the...

Registry SourceRecently Updated
2060Profile unavailable