diff --git a/itext-create-pdf/src/main/java/com/hmkcode/HelloWorld.java b/itext-create-pdf/src/main/java/com/hmkcode/HelloWorld.java index 650ad0cc..63acf098 100644 --- a/itext-create-pdf/src/main/java/com/hmkcode/HelloWorld.java +++ b/itext-create-pdf/src/main/java/com/hmkcode/HelloWorld.java @@ -22,7 +22,7 @@ public static void main( String[] args ) // 3. open the document document.open(); // 4. add the content - document.add(new Paragraph("Hello World!")); + document.add(new Paragraph("Hello Wwworld!")); // 5. close the document document.close(); diff --git a/itext-java-html-pdf/index.html b/itext-java-html-pdf/index.html index db6616a9..90b4b524 100644 --- a/itext-java-html-pdf/index.html +++ b/itext-java-html-pdf/index.html @@ -12,7 +12,7 @@
| Title | -iText - Java HTML to PDF | +iText - Java HTML to PDf |
|---|---|---|
| URL |