classes-Com-Tecnick-Pdf-Parser-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.

Parser extends Xref

in package

Com\Tecnick\Pdf\Parser\Parser

PHP class for parsing PDF documents.

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-parser
SuppressWarnings

(PHPMD.ExcessiveClassComplexity)

phpstan-import-type

RawObjectArray from \Com\Tecnick\Pdf\Parser\Process\RawObject

Table of Contents

Methods

__construct()  : mixed
Initialize the PDF parser
parse()  : RawObjectArray>>}
Parse a PDF document into an array of objects

Methods

__construct()

Initialize the PDF parser

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

Array of configuration parameters: 'ignore_filter_decoding_errors' : if true ignore filter decoding errors; 'ignore_missing_filter_decoders' : if true ignore missing filter decoding errors.

parse()

Parse a PDF document into an array of objects

public parse(string $data) : RawObjectArray>>}
Parameters
$data : string

PDF data to parse.

Return values
RawObjectArray>>}
On this page
 

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