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
I had this issue too. For me there were three things I needed to fix.
Rename folders that the file is in to lowercase (even parent folders to the parent folder).
Rename the PDF itself to be lowercase.
Rename the parent folder to not include any spaces (otherwise I get docker: invalid reference format)
Example steps to fix
mv "Folder Name""foldername"# lowercase and no spacescd"foldername"
mv "My Book.pdf""my book.pdf"# lowercase
docker run -ti --rm -v `pwd`:/temp dodeeric/pdf2epubex pdf2epubEX "my book.pdf"
Hi, after trying
docker run -ti --rm -v
pwd:/temp dodeeric/pdf2epubex pdf2epubEX myfile.pdf
on mac M1 I got:docker: invalid reference format: repository name must be lowercase.
The text was updated successfully, but these errors were encountered: