Quote:
Originally Posted by sputnik
I don't know what am I doing wrong, but it does not work for me. When I right-click on any pdf the first option is Read. I click on it and the Acrobat opens it. Then go to Program Files and I launch PDFRead (i.e., pdfread-gui.exe) and fill in the required information, with the exception of Output ebook, where I don't know what am I supposed to put. Then I click convert, a MS DOS black windows appears and quickly disapears and nothing else happens. It must be something that I did wrong, but what?
P.S. I use eb1150
|
Ok, I discovered the problem. There are two workarounds:
- Install to a location with no spaces (eg. C:\PDFRead)
- Open up the file C:\Program Files\PDFRead\pdfread-run.cmd and change
Code:
%~dp0bin\pdfread %*
to
Code:
"%~dp0bin\pdfread" %*
(i.e. add quotes around the command)