gfolego / faas

Folha as a Service
Apache License 2.0
1 stars 1 forks source link

Improve use of coordinates and enable to put a dash in non-working days #17

Closed brunexgeek closed 7 years ago

brunexgeek commented 7 years ago

Change the script to use the input coordinates to find out which days are working days. The actual coordinates to write in the PS document are computed with hardcoded offsets (the original script already used some hardcoded information).

By default, the script will put a dot in the signature for working days. The user can use the '--dashed' argument to put a dash in the signature of non-working days instead of the dot.

brunexgeek commented 7 years ago

This commit also fix the 'problem' with misaligned positions (due to PDF -> PS conversion)

gfolego commented 7 years ago

Awesome! Thanks @brunexgeek

gfolego commented 7 years ago

This fixes #6