PHPackages                             eab/inline-pdf-bundle - 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. [Image &amp; Media](/categories/media)
4. /
5. eab/inline-pdf-bundle

ActiveLibrary[Image &amp; Media](/categories/media)

eab/inline-pdf-bundle
=====================

eZ Publish Bundle for displaying PDFs inline with friendly URLs

0.2(10y ago)042GPL-2.0PHP

Since Oct 7Pushed 10y ago1 watchersCompare

[ Source](https://github.com/eab-dev/InlinePdfBundle)[ Packagist](https://packagist.org/packages/eab/inline-pdf-bundle)[ RSS](/packages/eab-inline-pdf-bundle/feed)WikiDiscussions master Synced 3w ago

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

EabInlinePdfBundle
==================

[](#eabinlinepdfbundle)

\##Summary

An eZ Publish bundle providing routing and a controller that enables inline display of PDF files with friendly URL aliases.

\##Copyright

Copyright (C) 2015 Andy Caiger, [Enterprise AB Ltd](http://eab.uk)

\##License

Licensed under [GNU General Public License 2.0](http://www.gnu.org/licenses/gpl-2.0.html)

\##Features

Suppose a page `http://www.example.com/Folder/File` has a field that contains a binary file called `My document.pdf`. You can access an inline version of the PDF using `http://www.example.com/Folder/File/My%20document.pdf`.

You can also download it using the usual legacy module at `http://www.example.com/content/download/...`

\##Usage

Example of generating the URL in a template:

```
{% set file = content.getField( 'file' ) %}

    View

```

\##Install

1. Download the bundle to `src/Eab/InlinePdfBundle` or use composer:

    ```
     composer require --update-no-dev --prefer-dist eab/inline-pdf-bundle

    ```
2. Edit `registerBundles()` in `ezpublish/EzPublishKernel.php` and add the following:

    ```
     new Eab\InlinePdfBundle\EabInlinePdfBundle(),

    ```
3. Add the following to `ezpublish/config/routing.yml`:

    ```
     eab_inlinepdf:
         resource: "@EabInlinePdfBundle/Resources/config/routing.yml"

    ```

\##Caveat

There is no support for external file storage. The file is assumed to be stored in the eZ Publish legacy file tree.

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~193 days

Total

2

Last Release

3718d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/64753475f7cc603de573e127dfa686575fb5b81d627ff1b1bf7ef4cad73c0b42?d=identicon)[eab](/maintainers/eab)

### Embed Badge

![Health badge](/badges/eab-inline-pdf-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/eab-inline-pdf-bundle/health.svg)](https://phpackages.com/packages/eab-inline-pdf-bundle)
```

###  Alternatives

[goat1000/svggraph

Generates SVG graphs

133890.0k3](/packages/goat1000-svggraph)[imagekit/imagekit

PHP library for Imagekit

46877.3k10](/packages/imagekit-imagekit)[gravatarphp/gravatar

Gravatar URL builder which is most commonly called as a Gravatar library

12644.1k2](/packages/gravatarphp-gravatar)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
