Good evening to all.
I'm using docx4j to generate and then print membership cards of my association. I thought I would use a template file with placeholders to be replaced with the member information (first name, last name, etc..).
If I have to print a single card there is no problem, everything is in position.
But if I have many I would create a page for each membership card.
I need to replicate the same page from the template.
If I try to replicate, using a cycle, everything is in the tag <wx:sect> the following pages do not have the details of spacing and printing is not aligned properly.
Is there a way to create a new page in the same document, always using the template?
Otherwise, what solutions do I have? Crare a template of 200 pages and, once made the substitutions, eliminate those that do not I need? Does it makes any sense?
Or Is there a way to set text in an exact position? So I could drop the idea of using a template and generate my doc on the fly
Sorry for my bad Englsh.
Thank you in advance.