Thread: PRS-500 PDFrasterFarian v2.0 beta
View Single Post
Old 12-29-2006, 02:35 PM   #13
mosh
Member
mosh began at the beginning.
 
Posts: 12
Karma: 10
Join Date: Dec 2006
Device: Sony Reader
simple mode issue

in simple mode

Preparing...
Too many arguments in command line.

this section appears to be responsible:

ECHO.
ECHO Preparing...
"%relpath%software\pdftk.exe" "%inputFile%" dump_data output "%relpath%temp\doc_data.txt"
FOR /F "tokens=1-9" %%A in ('call more "%relpath%temp\doc_data.txt"') DO IF "%%A"=="NumberOfPages:" SET numPages=%%B
"%relpath%software\pdftk.exe" "%inputFile%" burst output "%relpath%\temp\stage1\%%04d" drop_xfa
mosh is offline   Reply With Quote