PHPackages                             steinbauerit/neos-headlesschrome - 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. steinbauerit/neos-headlesschrome

ActiveNeos-package[PDF &amp; Document Generation](/categories/documents)

steinbauerit/neos-headlesschrome
================================

A Neos Flow package to use Headless Chrome print to pdf.

0.0.1(2y ago)0314PHP

Since Aug 6Pushed 2y ago1 watchersCompare

[ Source](https://github.com/inoovum/headless-chrome)[ Packagist](https://packagist.org/packages/steinbauerit/neos-headlesschrome)[ RSS](/packages/steinbauerit-neos-headlesschrome/feed)WikiDiscussions main Synced 3w ago

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

Headless Chrome print to pdf package for Neos and Flow.
=======================================================

[](#headless-chrome-print-to-pdf-package-for-neos-and-flow)

**Caution: This package is in development!**

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

[](#installation)

Just run:

```
composer require steinbauerit/neos-headlesschrome

```

Install chromium on your machine
--------------------------------

[](#install-chromium-on-your-machine)

### Here, for example, alpine linux

[](#here-for-example-alpine-linux)

```
apk update
apk upgrade
apk add chromium

```

#### Determine the binary location of your Chrome installation

[](#determine-the-binary-location-of-your-chrome-installation)

```
which chromium-browser

```

Configuration
-------------

[](#configuration)

```
SteinbauerIT:
  Neos:
    HeadlessChrome:
      chromeExecutable: '/usr/bin/chromium-browser'
      defaultAttributes:
        - 'disable-gpu'
        - 'no-margins'
        - 'no-sandbox'
```

Usage
-----

[](#usage)

```
use SteinbauerIT\Neos\HeadlessChrome\Print2Pdf;

$print2Pdf = new Print2Pdf();
$print2Pdf->setSource($source);
$print2Pdf->setTargetDirectory($targetPath);
$print2Pdf->setAttributes(
    ['foo', 'bar']
);
$result = $print2Pdf->execute(); // Path to the printed PDF
```

Author
------

[](#author)

- Company: STEINBAUER IT GmbH
- E-Mail:
- URL:

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity34

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

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

Unknown

Total

1

Last Release

1052d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8604597e730303a1739fbb6a24bcf77019b22068e5d838ae4c12756e8121b488?d=identicon)[patriceckhart](/maintainers/patriceckhart)

---

Top Contributors

[![patriceckhart](https://avatars.githubusercontent.com/u/10776002?v=4)](https://github.com/patriceckhart "patriceckhart (1 commits)")

### Embed Badge

![Health badge](/badges/steinbauerit-neos-headlesschrome/health.svg)

```
[![Health](https://phpackages.com/badges/steinbauerit-neos-headlesschrome/health.svg)](https://phpackages.com/packages/steinbauerit-neos-headlesschrome)
```

###  Alternatives

[neos/neos

An open source Content Application Platform based on Flow. A set of core Content Management features is resting within a larger context that allows you to build a perfectly customized experience for your users.

1131.0M736](/packages/neos-neos)[macopedia/magmi2

Magento Mass Importer 'Magmi' for Magento 2

11615.7k](/packages/macopedia-magmi2)[famelo/pdf

Provides a quick and simple way to generate a PDF from a Fluid Template through the MPDF library

1873.6k](/packages/famelo-pdf)[neos/media

The Media package

101.2M49](/packages/neos-media)[tarfin-labs/easy-pdf

Makes pdf processing easy.

1719.4k](/packages/tarfin-labs-easy-pdf)[ikkez/f3-sheet

Some Excel and CSV utilities for PHP Fat-Free Framework

1414.8k](/packages/ikkez-f3-sheet)

PHPackages © 2026

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