RWAP / PrinterToPDF

Project for converting captured printer data files to PDF format
GNU General Public License v3.0
85 stars 19 forks source link

Implement a "clean" command line interface next= use switches which have default values if omitted. That will include a switch to set the paper size so you won't have to set it manually inside the initialize() function any more. #28

Closed RWAP closed 4 years ago

RWAP commented 4 years ago

I would like to implement a "clean" command line interface next. My goal is to get away from a strict order and replace that by switches which have default values if omitted. That will include a switch to set the paper size so you won't have to set it manually inside the initialize() function any more.

Originally posted by @rosenrost in https://github.com/RWAP/PrinterToPDF/pull/27#issuecomment-675590607

rosenrost commented 4 years ago

Can be closed.