first commit

This commit is contained in:
2026-01-16 14:13:44 +08:00
commit 903ff8d495
34603 changed files with 8585054 additions and 0 deletions

View File

@ -0,0 +1,43 @@
<!--
/**
* Copyright (c) 2014 Steven Spungin (TwelveTone LLC) steven@twelvetone.tv
*
* Licensed under the MIT License.
* http://opensource.org/licenses/mit-license
*/
-->
# from_html Plugin CSS Support
This document lists the CSS styles supported by the from_html jsPDF plugin.
Each style indicates restrictions and issues.
This file is intended for development purposes and may not be up to date.
Refer to the source code for the lastest developments.
# Implemented
* margin
* margin-top
* margin-right
* margin-left
* margin-bottom
* padding
* padding-top
* padding-right
* padding-left
* padding-bottom
* font-family
* font-style
* text-align
* font-size
* line-height
* display
* float
* clear
* page-break-before
> Only _always_ is implemented.
# Implemented But Not Merged
* color
# Not Implemented
* page-break-after