first commit
This commit is contained in:
43
WebRoot/node_modules/pdf/jsPDF-1.3.2/doc/plugins/from_html.md
generated
vendored
Normal file
43
WebRoot/node_modules/pdf/jsPDF-1.3.2/doc/plugins/from_html.md
generated
vendored
Normal 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
|
||||
Reference in New Issue
Block a user