pdftk_adapter extends facade
Facade for local_middag\framework\infrastructure\adapter\pdf\pdftk_adapter.
Tags
Table of Contents
Methods
- get_facade_accessor() : string
- Return the service accessor key for this facade.
- get_instance() : Pdf
- is_available() : bool
- uncompress_content() : string
Methods
get_facade_accessor()
Return the service accessor key for this facade.
public
static get_facade_accessor() : string
Return values
stringget_instance()
public
static get_instance([array<string|int, mixed>|string|null $pdf_path = = 'null' ]) : Pdf
Parameters
- $pdf_path : array<string|int, mixed>|string|null = = 'null'
Return values
Pdfis_available()
public
static is_available() : bool
Return values
booluncompress_content()
public
static uncompress_content(string $content) : string
Parameters
- $content : string