@@ -72,6 +72,7 @@ public class PDFUtils {
phrase.setLeading(25);
if(value!=null)document.add(phrase);
document.add(Chunk.NEWLINE);
+ document.add(Chunk.NEWLINE);
}
@@ -67,6 +67,7 @@ public class WordUtils {
private void addDocument(Document document, String key, String value) throws DocumentException {