hi christer > Thank you for the answer. I followed your recommendation and the result > is: > > > C:\MyPath>perl -S compress-newsletter.pl [-i col:gray:mono] my_file.pdf > Running pdftk ... > 'pdftk' is not recognized as an internal or external command, > operable program or batch file. > Usage: POSIX::strftime(fmt, sec, min, hour, mday, mon, year, wday = -1, > yday = - > 1, isdst = -1) at compress-newsletter.pl line 202. > > > Do I need to install some more software? >
pdftk is a program and it seems to be needed by the script. http://www.accesspdf.com/pdftk/#packages you may have to write the correct path for it in the script, if it doesn't get automically found after having installed it. good luck a.l.e
