I need to generate RTF-file, in which there are places where I need to insert
text. For example, I have [] in imported RTF document and I need to substitute
it with some value, that I've calculated in program.
I know how to import RTF to iText RTFDocument object, but how should I
substitute my values?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello!
I need to generate RTF-file, in which there are places where I need to insert
text. For example, I have [] in imported RTF document and I need to substitute
it with some value, that I've calculated in program.
I know how to import RTF to iText RTFDocument object, but how should I
substitute my values?