SetaPDF Demos PHP libraries to handle, modify or create PDF files

Strategies

The SetaPDF-Extractor component comes with several extraction strategies.

To offer PHP developers as much flexibility as possible for PDF extraction, the process is separated into individual strategy classes.

Further information on the available extraction strategies and how to use them can also be found in the official SetaPDF-Extractor manual.

Plain Text

Get text from a PDF page using the plain text strategy.

Glyph

Extract all individual glyphs from a PDF document.

Exact Plain Text

Get text from a PDF document using the exact plain text strategy in PHP.

Word

Get words from a PDF document using the word strategy.

Word with Glyphs

Get words including glyph information from a PDF document using the word strategy.

Word Group

Get words in groups of a PDF document by the Word Group strategy.