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. eab/inline-pdf-bundle

ActiveLibrary

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 1mo 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 27% 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

3673d 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

[kaliop/ezmigrationbundle

Kaliop eZ-Migration Bundle

54358.0k9](/packages/kaliop-ezmigrationbundle)[ezsystems/repository-forms

Use Symfony forms with eZ Platform repository objects

34668.5k10](/packages/ezsystems-repository-forms)[ezsystems/legacy-bridge

eZ Platform bridge to eZ Publish Legacy

17118.6k4](/packages/ezsystems-legacy-bridge)[netgen/admin-ui-bundle

Netgen Admin UI implements an alternate administration UI for eZ Platform, based on eZ Publish Legacy administration interface

3325.4k4](/packages/netgen-admin-ui-bundle)[ezsystems/demobundle

Demo bundle for eZ Publish Platform

10159.5k4](/packages/ezsystems-demobundle)[netgen/information-collection-bundle

Information collection alike feature for Ibexa Platform

1945.1k8](/packages/netgen-information-collection-bundle)

PHPackages © 2026

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