We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec1c630 commit 004e26cCopy full SHA for 004e26c
itext-create-pdf/src/main/java/com/hmkcode/HelloWorld.java
@@ -22,7 +22,7 @@ public static void main( String[] args )
22
// 3. open the document
23
document.open();
24
// 4. add the content
25
- document.add(new Paragraph("Hello World!"));
+ document.add(new Paragraph("Hello Wwworld!"));
26
// 5. close the document
27
document.close();
28
0 commit comments