PHPackages                             datacodetech/pdf-stream-decode - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [PDF &amp; Document Generation](/categories/documents)
4. /
5. datacodetech/pdf-stream-decode

ActiveLibrary[PDF &amp; Document Generation](/categories/documents)

datacodetech/pdf-stream-decode
==============================

PHP library to decode data from PDF stream objects

2.0.0(6y ago)2276MITPHP

Since Aug 8Pushed 6y ago1 watchersCompare

[ Source](https://github.com/datacodetech/pdf-stream-decode)[ Packagist](https://packagist.org/packages/datacodetech/pdf-stream-decode)[ RSS](/packages/datacodetech-pdf-stream-decode/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (7)Versions (3)Used By (0)

PDF Stream Decode
=================

[](#pdf-stream-decode)

PHP library to decode the data in PDF stream objects.

Installation
------------

[](#installation)

Include with composer by adding

```
{
	"require": {
		"datacodetech/pdf-stream-decode": "^1.0.0"
	}
}
```

Usage
-----

[](#usage)

This has been designed to work with [pdfparser](https://packagist.org/packages/smalot/pdfparser) although any source can be used if the input is in the same format - the data from the PDF object header as an assoc array.

```
