PHP Класс BookStack\Services\ExportService

Показать файл Открыть проект

Открытые методы

Метод Описание
pageToContainedHtml ( Page $page ) : mixed | string Convert a page to a self-contained HTML file.
pageToPdf ( Page $page ) : mixed | string Convert a page to a pdf file.
pageToPlainText ( Page $page ) : mixed Converts the page contents into simple plain text.

Защищенные методы

Метод Описание
containHtml ( $htmlContent ) : mixed | string Bundle of the contents of a html file to be self-contained.

Описание методов

containHtml() защищенный Метод

Bundle of the contents of a html file to be self-contained.
protected containHtml ( $htmlContent ) : mixed | string
$htmlContent
Результат mixed | string

pageToContainedHtml() публичный Метод

Includes required CSS & image content. Images are base64 encoded into the HTML.
public pageToContainedHtml ( Page $page ) : mixed | string
$page BookStack\Page
Результат mixed | string

pageToPdf() публичный Метод

Convert a page to a pdf file.
public pageToPdf ( Page $page ) : mixed | string
$page BookStack\Page
Результат mixed | string

pageToPlainText() публичный Метод

This method filters any bad looking content to provide a nice final output.
public pageToPlainText ( Page $page ) : mixed
$page BookStack\Page
Результат mixed