classes-TCPDF-PARSER

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.

    TCPDF_PARSER

    in package

    Tags
    class

    TCPDF_PARSER This is a PHP class for parsing PDF documents.

    brief

    This is a PHP class for parsing PDF documents..

    version
    1.0.15
    author

    Nicola Asuni - info@tecnick.com

    Table of Contents

    Methods

    __construct()  : mixed
    Parse a PDF document an return an array of objects.
    Error()  : mixed
    Throw an exception or print an error message and die if the K_TCPDF_PARSER_THROW_EXCEPTION_ERROR constant is set to true.
    getParsedData()  : array<string|int, mixed>
    Return an array of parsed PDF document objects.

    Methods

    __construct()

    Parse a PDF document an return an array of objects.

    public __construct(string $data[, array<string|int, mixed> $cfg = array() ]) : mixed
    Parameters
    $data : string

    PDF data to parse.

    $cfg : array<string|int, mixed> = array()

    Array of configuration parameters: 'die_for_errors' : if true termitate the program execution in case of error, otherwise thows an exception; 'ignore_filter_decoding_errors' : if true ignore filter decoding errors; 'ignore_missing_filter_decoders' : if true ignore missing filter decoding errors.

    Tags
    public
    since
    1.0.000

    (2011-05-24)

    Error()

    Throw an exception or print an error message and die if the K_TCPDF_PARSER_THROW_EXCEPTION_ERROR constant is set to true.

    public Error(string $msg) : mixed
    Parameters
    $msg : string

    The error message

    Tags
    public
    since
    1.0.000

    (2011-05-23)

    getParsedData()

    Return an array of parsed PDF document objects.

    public getParsedData() : array<string|int, mixed>
    Tags
    public
    since
    1.0.000

    (2011-06-26)

    Return values
    array<string|int, mixed>

    Array of parsed PDF document objects.

    On this page
     

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