Quote:
Originally Posted by enarchay
sopdf -i input.pdf -o output.pdf
Nope. "sopdf is not recognized as an internal or external command, operable program, or bath file."
|
This alone tells me either your sopdf is corrupted or your executable "soPDF.exe" is not in the path.
I know you did have SoPDF working at one point because you showed it in a previous post.
Try the following
1) Redownload the executable.
2) try typing in the command line "sopdf.exe" and see if that gives you a help menu.
3) IF not try ".\sopdf.exe"
If you do get the help then type
4) .\sopdf.exe -i input.pdf -o output.pdf
Note add the ".exe" to the command. Usually you don't have to type the extension but if you have a file name conflict then you must type it out completely.
Last comment you've typed "C:User\me\<snip>" Is this what you are really typing because you are missing a "\" after the colon, it should be "C:\User\me\<snip>"
=X=