Skip to content
This repository has been archived by the owner on Apr 15, 2020. It is now read-only.

fix combinedImage with file paths with spaces #56

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Pablo1107
Copy link

@Pablo1107 Pablo1107 commented Feb 8, 2020

I got an uncaught error when trying to convert pdf to png. The pdf file path has some spaces and I figured that the command convert -append file with spaces.png "combinedImage.png" was the caused, and it was.

The solution involves adding the necessary espaced spaces in the command such that a line becomes
convert -append file\ with\ spaces.png "combinedImage.png".

Please code review this PR, and merge if you consider it useful.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant