We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe6b2e4 commit 1c5a8b3Copy full SHA for 1c5a8b3
itext-java-html-pdf/index.html
@@ -0,0 +1,35 @@
1
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
+<html>
3
+<head>
4
+<title>HTML to PDF</title>
5
+<link href="style.css" rel="stylesheet" type="text/css" />
6
+</head>
7
+<body>
8
+<h1>HTML to PDF</h1>
9
+<table>
10
+ <tr>
11
+ <th>Id</th>
12
+ <th>Name</th>
13
+ </tr>
14
15
+ <td>1</td>
16
+ <td>Brit</td>
17
18
19
+ <td>2</td>
20
+ <td>John</td>
21
22
+</table>
23
+
24
+<p>
25
+ <span class="itext">itext</span> 5.4.2 <span class="description"> converting HTML to PDF</span>
26
+</p>
27
28
+<div class="label">Title</div>
29
+<span class="">iText - Java HTML to PDF</span>
30
+<br/>
31
32
33
34
+</body>
35
+</html>
0 commit comments