corymickelson / CommonPdf

Pdf utility library
16 stars 5 forks source link

standardize constructor arguments #2

Closed corymickelson closed 7 years ago

corymickelson commented 7 years ago

Currently each class can accept an optional parameter to define the output file name. The problem being, this parameter is sometimes defined on the constructor and other times on the write method. Determine where this should be defined, and document it.

corymickelson commented 7 years ago

Standardized class parameters