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
Does not work when the pdf path or name contains spaces in it.
For directory the walk around would be simply dir.split(' ').join('\\ ')
but same trick won't work when the filename contains a space.
Does not work when the pdf path or name contains spaces in it.
For directory the walk around would be simply
dir.split(' ').join('\\ ')but same trick won't work when the filename contains a space.