Liste des Groupes | Revenir à c editors |
On Wed, 25 Jun 2025 16:37:26 +0100, Peter Flynn wrote:I wrote a couple of macros to do this. Not hard, but fiddly, and most forms are internally inconsistent in that the digit boxes are not always the same size or shape. OCR forms are better. Fortunately becoming less and less common these days.
Because the "fields" (blank spaces) are the same location everyI used to do something similar for filling out my GST return, only using a
time, using LaTeX makes it possible to do the whole things from a
script.
Python script and the Cairo graphics library -- import each page of the
PDF file, draw the filled-in entries on top of it, and print the result
out.
I did routines for things like splitting out the digits of a number so
each would fit, nicely centred, in its own box -- does LaTEX make this
sort of thing easy?
Les messages affichés proviennent d'usenet.