View Single Post
Old 06-01-2009, 07:04 PM   #93
enarchay
Zealot
enarchay began at the beginning.
 
Posts: 144
Karma: 10
Join Date: May 2009
Device: none
Quote:
You need to actually navigate to the folder where SoPdf.exe and the input.pdf are located in CMD. So, first put in,

cd Desktop\PDF\

(The DOS prompt should change to show your new location.) And then type in:

sopdf -i input.pdf -o output.pdf

Either that, or pass the entire path to SoPdf.exe, i.e.:

Desktop\PDF\SoPdf -i "C:\Users\Me\Desktop\PDF\input.pdf" -o "C:\Users\Me\Desktop\PDF\output.pdf"


(You don't actually need to rename it as input.pdf -- just change it to whatever the name of the file is. If it has spaces in its name, you have to use quotation marks as I just have.)
I get the same error. This makes no sense. The file "input.pdf" is in my PDF folder. What the hell.
enarchay is offline   Reply With Quote