On 11/7/22 5:25 PM, Neil Kenig wrote:
You may want to try https://pypi.org/project/PyMuPDF/. It's relatively easy
to create a blank PDF and then insert text of a given font and size at precise
locations on the page. PDF files use points (1/72nd of an inch) for both font
sizes and location
You may want to try https://pypi.org/project/PyMuPDF/. It's relatively easy
to create a blank PDF and then insert text of a given font and size at precise
locations on the page. PDF files use points (1/72nd of an inch) for both font
sizes and location on a page and will print properly regardl
Antoine FINET wrote:
I would like to print information at the correct coordinates on a pre
printed form.
If I understood correctly my readings, the coordinates given to a
"TextOut" Printer Device Context depend on the resolution of the
printer. Am I right?
Yes, but the exact same thing is
Hello,
I would like to print information at the correct coordinates on a pre
printed form.
If I understood correctly my readings, the coordinates given to a "TextOut"
Printer Device Context depend on the resolution of the printer. Am I right?
If it depends on resolution, how can I query the print
The error I reported in 304 still exists in the interactive window for Python
3.11. Is this scheduled to be fixed?
Create the function below. Goes bad when you try to call the function.
>>> def biff(x):
... x = x + 1
...
>>> biffFailed to format the args
Traceback (most recent call last):