We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1edc9d5 commit 7e3cc7aCopy full SHA for 7e3cc7a
1 file changed
README.md
@@ -470,6 +470,14 @@ sudo yum install imagemagick pdfinfo
470
brew install imagemagick xpdf
471
```
472
473
+## Windows
474
+
475
+- The script should work fine in cygwin.
476
+- If you are using msys/git for windows, and the script exits with a 'file not found' error,
477
+- try running `export MSYS_NO_PATHCONV=1`
478
+- and `export MSYS2_ARG_CONV_EXCL="*"`
479
+- and then running again.
480
481
## Clone using git
482
483
git clone https://github.com/tavinus/pdfScale.git
0 commit comments