Skip to content

Commit 6e678a5

Browse files
committed
internal plugin documentation
1 parent bbd00a3 commit 6e678a5

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

doc/plugins/from_html.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
<!--
2+
/**
3+
* Copyright (c) 2014 Steven Spungin (TwelveTone LLC) [email protected]
4+
*
5+
* Licensed under the MIT License.
6+
* http://opensource.org/licenses/mit-license
7+
*/
8+
-->
9+
10+
# from_html Plugin CSS Support
11+
This document lists the CSS styles supported by the from_html jsPDF plugin.
12+
Each style indicates restrictions and issues.
13+
This file is intended for development purposes and may not be up to date.
14+
Refer to the source code for the lastest developments.
15+
16+
# Implemented
17+
18+
* margin
19+
* margin-top
20+
* margin-right
21+
* margin-left
22+
* margin-bottom
23+
* padding
24+
* padding-top
25+
* padding-right
26+
* padding-left
27+
* padding-bottom
28+
* font-family
29+
* font-style
30+
* text-align
31+
* font-size
32+
* line-height
33+
* display
34+
* float
35+
* clear
36+
* page-break-before
37+
> Only _always_ is implemented.
38+
39+
# Implemented But Not Merged
40+
* color
41+
42+
# Not Implemented
43+
* page-break-after

0 commit comments

Comments
 (0)