reworked Thumbnails.py to be used with IDV2 upload. In therory it can call the thumbnail.bat file to resize the uploaded PDF.

This commit is contained in:
Dan Dembinski
2021-05-27 16:02:29 -04:00
parent 08365af2d4
commit 833a753d3c
2 changed files with 21 additions and 9 deletions

View File

@@ -1,2 +1,2 @@
@echo off
cmd /k "cd /d C:\Users\ddembinski\PycharmProjects\fomoPDFs\Scripts & activate.bat & cd /d C:\Users\ddembinski\PycharmProjects\fomoPDFs & python Thumbnails.py %1"
cmd /k "cd /d C:\Thumbnails\venv\Scripts & activate.bat & cd /d C:\Thumbnails & python Thumbnails.py %1 & exit"