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
watches /folder for input files, for each new PDF that is seen, puts compress task info on a task queue.
Runs a task queue with 4 goroutines (configurable number) which processes each new task and writes the optimized PDF to the output folder.
Upon starting should process the PDF files that are in the folder at the time of starting.
Options
Keep a copy of the original (write as filename.orig.pdf in the same output folder)
Error handling. If there is an error, write to an error log, possibly create a filename_error.txt in the output folder.
The text was updated successfully, but these errors were encountered:
Idea:
watches /folder for input files, for each new PDF that is seen, puts compress task info on a task queue.
Runs a task queue with 4 goroutines (configurable number) which processes each new task and writes the optimized PDF to the output folder.
Upon starting should process the PDF files that are in the folder at the time of starting.
Options
The text was updated successfully, but these errors were encountered: