Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.os.linux.misc > #33702

Re: Calendar making program for Linux?

From Nomen Nescio <nobody@dizum.com>
Subject Re: Calendar making program for Linux?
References <sne5gdhb@dont-email.me>
Message-ID <a44e8089855e1795467c9627ecfedba8@dizum.com> (permalink)
Date 2021-11-22 18:39 +0100
Newsgroups comp.os.linux.misc
Organization dizum.com - The Internet Problem Provider

Show all headers | View raw


pH <wNOSP...@gmail.org> [p]:
p> make calendar pages to go with them to make a wall calendar
p> ...  choose the 12 pics, specify the year and voila?

Remind (https://www.linuxjournal.com/article/3529) comes with a
nifty utility called 'rem2ps', that draws a PostScript calendar
from remind's output. It could be a good starting point for
your project.

To get an idea what the output looks like, see 
https://ibb.co/GPjpq1t

Then you have to either manually paste in your pics, or (if your
postscript skill are top notch) inject the appropriate postscript
code (see rem2ps's -p option).

Since I don't want to do it manually and lack the skills to do it in
PostScript, I usually convert both the calendar pages and the pics to
PDF and then run a small script file containing a few pdftk commands
to scale and merge pages as needed.


To get a 1-month calendar:
$ remind -p1 /dev/null  | rem2ps -l -i -e -m Letter > mycalendar.ps

To get a 12-month calendar:
$ remind -p12 /dev/null | rem2ps -l -i -e -m Letter > mycalendar.ps


If you have a reminders file, replace "/dev/null" with its path and
all your important dates will also be marked on the printed calendar.

Back to comp.os.linux.misc | Previous | NextNext in thread | Find similar | Unroll thread


Thread

Re: Calendar making program for Linux? Nomen Nescio <nobody@dizum.com> - 2021-11-22 18:39 +0100
  Re: Calendar making program for Linux? pH <wNOSPAMp@gmail.org> - 2021-11-23 00:54 +0000

csiph-web