-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doesn't work on OSX, need to change sed flag #1
Comments
Hello @joschu Thanks for taking the time to resolve this issue and thanks for reporting it to me. I'll apply your fix. Cheers. |
Hah, funny coincidence that you were at my talk -- glad you liked it! |
Thank you very much to both, for the very useful script and for the correction for OSX! |
shouldn't this be a) closed or b) a pull request? |
I am on OSX (10.14.5). After patching the original script using
I got a new file './pdf2pptx.sh.rej' then I try to convert my pdf file '5FA.pdf' to a pptx file, I got this error message:
I don't know how to solve this problem. can you help me? thanks in advance! |
Hi @tddschn , There are four instances of |
The latest commit fixes this issue through a pull-request. I'm closing the issue. |
I got a bunch of errors on OSX saying "invalid command code..."
Fixed by switching
-i
to-i ''
based on this stackoverflow post: http://stackoverflow.com/questions/7573368/in-place-edits-with-sed-on-os-xThanks for posting this great tool!
The text was updated successfully, but these errors were encountered: