Skip to content

Commit 8e6c044

Browse files
authored
Update README.md
1 parent 7e4cc29 commit 8e6c044

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

README.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,21 @@
1-
# HTMLToQPDF
1+
HTMLToQPDF is an extension for QuestPDF that allows to generate PDF from HTML
2+
3+
[QuestPDF](https://github.com/QuestPDF/QuestPDF) currently does not support inserting html into a pdf document. So I wrote a small library for this. It doesn't support the full functionality of html and css, but I think it should be enough for most cases.
4+
5+
You can use [HTMLToQPDF.Example](https://github.com/Relorer/HTMLToQPDF/tree/master/HTMLToQPDF.Example) to try out the capabilities of this extension.
6+
7+
<p align="center">
8+
<img src="https://user-images.githubusercontent.com/26045342/195960914-1aef2f7e-f5bb-4c4b-bbe9-cd4770a0527f.png" />
9+
</p>
10+
11+
12+
<table border="0">
13+
<tr>
14+
<td><b style="font-size:30px">Default Styles</b></td>
15+
<td><b style="font-size:30px">Options for changing styles</b></td>
16+
</tr>
17+
<tr>
18+
<td><img src="https://user-images.githubusercontent.com/26045342/195960950-8bf101e9-c64e-482c-9993-39f9646d0e2f.png" /></td>
19+
<td><img src="https://user-images.githubusercontent.com/26045342/195960936-6f014456-a074-4672-aa39-03cdcdcc3afc.png" /></td>
20+
</tr>
21+
</table>

0 commit comments

Comments
 (0)