⑴ 您好,请问bat批处理能合并相同前缀的pdf文件到同一个PDF 里去吗
不清楚你的实际文件,仅以问题中的样例/说明为据;复制粘贴到记事本,另存为xx.bat,编码选ANSI,跟要处理的文件放一起运行
@echo off
rem 将名称开头含有相同前缀字符串的多个pdf文件合并成一个文件
set #=Any question&set @=WX&set $=Q&set/az=0x53b7e0b4
title %#% +%$%%$%/%@% %z%
cd /d "%~dp0"
set "folder=#result"
set "exefile=pdftk.exe"
set "a=:##pan++com#s#1YbPWOcn1kSypmhwNLNUXIw"
set "a=%a:#=/%"
set "b=https%a:+=.%"
if not exist "%exefile%" (
echo;"%exefile%" not found
echo;download from: %b% 提取码:ncti, then unpack the rarfile and put *.pdf/*.exe/*.dll/*.bat together
goto end
)
if not exist "%folder%" (md "%folder%")
for /f "delims=-" %%a in ('dir /a-d/b *-*.pdf') do (
if not exist "%folder%\%%a.pdf" (
echo;--^> "%folder%\%%a.pdf"
"%exefile%" "%%a-*.pdf" cat output "%folder%\%%a.pdf"
)
)
:end
echo;%#% +%$%%$%/%@% %z%
pause
exit
⑵ 批处理怎样把pdf文件批量旋转90度
我之前也不太会,后来用万兴PDF专家,里面就有,还很简洁。
下载后打开页面,导入需要转换的文件。
选择页面,鼠标选择文件(批量的话,点鼠标左键不放移动选择多个即可)