Re: fill out bulletins

2022-06-15 Thread Dennis Lee Bieber
On Tue, 14 Jun 2022 11:15:47 -0400, Dennis Lee Bieber declaimed the following: >On Tue, 14 Jun 2022 00:41:07 +0200, jak declaimed the >following: > >> >>https://www.guardiacostiera.gov.it/venezia/Documents/Bollettino%20MOD.%20TD123.pdf > > In either case -- they should b

Re: fill out bulletins

2022-06-14 Thread Avi Gross via Python-list
Pearson To: python-list@python.org Sent: Tue, Jun 14, 2022 9:28 am Subject: Re: fill out bulletins On Tue, 14 Jun 2022 00:41:07 +0200, jak wrote: [snip] > > If you are interested in seeing what I called "post office bulletin" > (English is not my language and I don't know t

Re: fill out bulletins

2022-06-14 Thread Dennis Lee Bieber
On Tue, 14 Jun 2022 00:41:07 +0200, jak declaimed the following: >If you are interested in seeing what I called "post office bulletin" >(English is not my language and I don't know the name, sorry), you can >find a sample pdf (fillable) but it works badly here: > >https://www.guardiacostiera.gov.

Re: fill out bulletins

2022-06-14 Thread jak
Il 14/06/2022 15:28, Peter Pearson ha scritto: On Tue, 14 Jun 2022 00:41:07 +0200, jak wrote: [snip] If you are interested in seeing what I called "post office bulletin" (English is not my language and I don't know the name, sorry), you can find a sample pdf (fillable) but it works badly here:

Re: fill out bulletins

2022-06-14 Thread Peter Pearson
On Tue, 14 Jun 2022 00:41:07 +0200, jak wrote: [snip] > > If you are interested in seeing what I called "post office bulletin" > (English is not my language and I don't know the name, sorry), you can > find a sample pdf (fillable) but it works badly here: > > https://www.guardiacostiera.gov.it/ven

Re: fill out bulletins

2022-06-13 Thread dn
On 14/06/2022 11.34, MRAB wrote: > On 2022-06-13 23:41, jak wrote: > [snip] >> >> If you are interested in seeing what I called "post office bulletin" >> (English is not my language and I don't know the name, sorry), you can >> find a sample pdf (fillable) but it works badly here: >> >> https://www

Re: fill out bulletins

2022-06-13 Thread Greg Ewing
Another possibility is to use reportlab to generate a pdf. -- Greg -- https://mail.python.org/mailman/listinfo/python-list

Re: fill out bulletins

2022-06-13 Thread MRAB
On 2022-06-13 23:41, jak wrote: [snip] If you are interested in seeing what I called "post office bulletin" (English is not my language and I don't know the name, sorry), you can find a sample pdf (fillable) but it works badly here: https://www.guardiacostiera.gov.it/venezia/Documents/Bollettin

Re: fill out bulletins

2022-06-13 Thread jak
Il 13/06/2022 23:58, Mats Wichmann ha scritto: On 6/13/22 11:11, Michael F. Stemper wrote: On 13/06/2022 08.49, jak wrote: Hello everyone, I would like to write a tool to compile post office bulletins because here, unfortunately, they are still the most convenient way to interface the public ad

Re: fill out bulletins

2022-06-13 Thread jak
Il 13/06/2022 19:11, Michael F. Stemper ha scritto: On 13/06/2022 08.49, jak wrote: Hello everyone, I would like to write a tool to compile post office bulletins because here, unfortunately, they are still the most convenient way to interface the public administration. I don't want to create a U

Re: fill out bulletins

2022-06-13 Thread jak
Il 13/06/2022 16:12, Stefan Ram ha scritto: jak writes: Can you direct me to a better way? You could use a word processors with a mail-merge feature or generate TeX/troff code for the bulletins. >Of course, for Python, the library PIL/Pillow is available, which can read or write

Re: fill out bulletins

2022-06-13 Thread Mats Wichmann
On 6/13/22 11:11, Michael F. Stemper wrote: > On 13/06/2022 08.49, jak wrote: >> Hello everyone, >> I would like to write a tool to compile post office bulletins because >> here, unfortunately, they are still the most convenient way to interface >> the public administration. I don't want to create

Re: fill out bulletins

2022-06-13 Thread Michael F. Stemper
On 13/06/2022 08.49, jak wrote: Hello everyone, I would like to write a tool to compile post office bulletins because here, unfortunately, they are still the most convenient way to interface the public administration. I don't want to create a UI to edit the bulletin, I will take the data from som

fill out bulletins

2022-06-13 Thread jak
Hello everyone, I would like to write a tool to compile post office bulletins because here, unfortunately, they are still the most convenient way to interface the public administration. I don't want to create a UI to edit the bulletin, I will take the data from some file or database but I'd like t