[INFO] How to make it work for Windows 10 64bit
- Dominant language
- Shell
- Stars
- 6
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Since this code is missing the GS version needed to run on and definitely doesn't work with any of the last two years versions.. I decided to post here the steps needed to make it run - you can just visit the windows 10 specific fork here that includes everything: https://github.com/zifnab87/kindleanpub/
What worked for me was just:
1) download all those files https://github.com/KubaSzostak/pdf-to-jpg/tree/master/bin
2) in the same folder drop the input.pdf and pdfix.sh from this repo
3) rename the correct gs exe file to be gs.exe
```
gswin32.exe
gswin32c.exe
gswin64.exe --> for Windows 7 64bit this was the correct (rename it to gs.exe)
gswin64c.exe
```
4) change the pdfix.sh to say gs.exe instead of gs (you could just use directly any of the above names too)
5) open wsl in windows, navigate to the folder that has everything dlls, exe, pdf, and sh .. and run
```
pdfix.sh input.pdf
```
my pdf images were converted to JPEG successfully and they show up great in my old Amazon Kindle DX.
Thank you for the good work :)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.