I try to create a page, lets say like a calendar page for 1 week.
it starts on monday and ends on friday
i created one page for a single week (monday to friday) in InDesign
What i would like to do is to create 52 different pages, one for each week in a year
But these 2 fields have to contain the correct value for the date, one for monday and one for friday
these pages only need to be printed, there is no need to save them.
is it possible to create these 52 pages from the "template" using java ?
So for 2014 it would look like this
week1: field "monday" contains "2013-12-30"
field "friday" contains "2014-01-03"
week2: field "monday" contains "2014-01-06"
field "friday" contains "2014-01-10"
and so on ...
Thanks in advance for your help.