classes-Com-Tecnick-Pdf-Filter-Filter

It appears that you are using AdBlocking software. The cost of running this website is covered by advertisements. If you like it please feel free to a small amount of money to secure the future of this website.

Filter

in package

Com\Tecnick\Pdf\Filter\Filter

PHP class for decoding common PDF filters (PDF 32000-2008 - 7.4 Filters)

Tags
since
2011-05-23
category

Library

author

Nicola Asuni info@tecnick.com

copyright

2011-2023 Nicola Asuni - Tecnick.com LTD

license

http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)

link
https://github.com/tecnickcom/tc-lib-pdf-filter

Table of Contents

Methods

decode()  : string
Decode data using the specified filter type.
decodeAll()  : string
Decode the input data using multiple filters

Methods

decode()

Decode data using the specified filter type.

public decode(string $filter, string $data) : string
Parameters
$filter : string

Filter name.

$data : string

Data to decode.

Return values
string

Decoded data string.

decodeAll()

Decode the input data using multiple filters

public decodeAll(array<string|int, string> $filters, string $data) : string
Parameters
$filters : array<string|int, string>

Array of decoding filters to apply in order

$data : string

Data to decode.

Return values
string

Decoded data

On this page
 

© 2004-2024 – Nicola Asuni - Tecnick.com - All rights reserved.
about - disclaimer - privacy