Skip to content

Commit 1c5a8b3

Browse files
committed
html
html
1 parent fe6b2e4 commit 1c5a8b3

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

itext-java-html-pdf/index.html

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
<tr>
15+
<td>1</td>
16+
<td>Brit</td>
17+
</tr>
18+
<tr>
19+
<td>2</td>
20+
<td>John</td>
21+
</tr>
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+
<p>
28+
<div class="label">Title</div>
29+
<span class="">iText - Java HTML to PDF</span>
30+
<br/>
31+
32+
</p>
33+
34+
</body>
35+
</html>

0 commit comments

Comments
 (0)