I had tried to use the following line to add an empty line in itext7:
doc.add(CHUNK.Newline)
This works in iTextSharp but not in itext7. What should I use here?
I had tried to use the following line to add an empty line in itext7:
doc.add(CHUNK.Newline)
This works in iTextSharp but not in itext7. What should I use here?