TCPDF::fixHTMLCode( $html, $default_css = '', $tagvs = '', $tidy_options = '' )
Cleanup HTML code (requires HTML Tidy library).
Description Description
See also See also
Parameters Parameters
- $html
-
(Required) (string) htmlcode to fix
- $default_css
-
(Optional) (string) CSS commands to add
Default value: ''
- $tagvs
-
(Optional) (array) parameters for setHtmlVSpace method
Default value: ''
- $tidy_options
-
(Optional) (array) options for tidy_parse_string function
Default value: ''
Return Return
(string) XHTML code cleaned up
Source Source
File: includes/lib/tcpdf/tcpdf.php
Changelog Changelog
Version | Description |
---|---|
5.9.017 | Introduced. |