You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@echo off
cls
set LOC=D:\DirectorySopdf\
set DIR=%~dp0
if not '%1' == '' set DIR=%1
for %%I in (%DIR%\*.pdf) do title SoPDF: converting "%%~nI" & "%LOC%\sopdf" -i
"%%~nI.pdf" -o "%%~dpnI_2x.pdf"
title PDFRead: batch conversion complete.
pause
Original issue reported on code.google.com by bagost...@gmail.com on 22 Jun 2010 at 12:16
Original issue reported on code.google.com by
bagost...@gmail.com
on 22 Jun 2010 at 12:16Attachments:
The text was updated successfully, but these errors were encountered: