⑴ 您好,請問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專家,裡面就有,還很簡潔。
下載後打開頁面,導入需要轉換的文件。
選擇頁面,滑鼠選擇文件(批量的話,點滑鼠左鍵不放移動選擇多個即可)