Convert
class Convert
Methods
No description
Try converting old .doc files to string
Return Text only from Word 2007 Document
No description
No description
No description
No description
Return Text only from Powerpoint 2007 Document
No description
No description
Try converting old 97 Excel to string e.g. for search index
Return Text only from Excel 2007 Document
Converts basic HTML tags to the LATEX syntax
No description
No description
No description
No description
No description
Details
at line 42
__construct()
No description
at line 227
string|null
from_doc(string $pathToFile)
Try converting old .doc files to string
at line 253
string
from_docx(string $filename)
Return Text only from Word 2007 Document
at line 139
from_file($filename, $ext = false, $return_mode = 'html')
No description
at line 243
from_html($filename)
No description
at line 163
from_pdf($filename)
No description
at line 180
from_ppt($filename)
No description
at line 274
string
from_pptx(string $filename)
Return Text only from Powerpoint 2007 Document
at line 155
from_stream($stream, $ext)
No description
at line 175
from_txt($filename)
No description
at line 201
string|null
from_xls(string $pathToFile)
Try converting old 97 Excel to string e.g. for search index
at line 263
string
from_xlsx(string $filename)
Return Text only from Excel 2007 Document
at line 134
string
html_to_latex(mixed $html)
Converts basic HTML tags to the LATEX syntax
at line 75
pdf_to_image($pdf_filename, $image_filename, bool $width = false, bool $height = false, int $page = '*')
No description
at line 61
stream_to_html($stream, $ext)
No description
at line 56
stream_to_text($filename, $ext)
No description
at line 51
to_html($filename, $ext = false)
No description
at line 46
to_text($filename, $ext = false)
No description