Install
openclaw skills install pdf-batch-toolBatch process PDFs with merging, splitting, converting to images, extracting text, adding watermarks, and compressing while preserving quality.
openclaw skills install pdf-batch-toolPDF 文件批量处理工具,支持合并、拆分、转图片、提取文字等操作。
合并 PDF 文件列表=file1.pdf,file2.pdf,file3.pdf 输出=merged.pdf
拆分 PDF 文件=source.pdf 页码范围=1-10,15-20 输出=output.pdf
PDF 转图片 文件=input.pdf 格式=PNG 输出目录=./images
提取 PDF 文字 文件=input.pdf 输出=output.txt
PDF 加水印 文件=input.pdf 水印文字=CONFIDENTIAL 输出=watermarked.pdf
压缩 PDF 文件=input.pdf 质量=中 输出=compressed.pdf