3
I am creating a Java system with Swing, where I would have templates of documents, and fill with data informed by the user in a form that I have already created, so that it generates a PDF of the template filled with data.
I tried to do it "raw", saving the standard text in TXT, putting "jokers" type, where date, I entered $data$
and then I would filter using Pattern, however, I see that in this way it has become unviable.
How to make these templates more functional?
https://pastebin.com/2X34a1jb
– user28595