PHPackages                             xsuchy09/nette-pdf-response - 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. xsuchy09/nette-pdf-response

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

xsuchy09/nette-pdf-response
===========================

Nette PDF Response

v1.0.0(5y ago)120MITPHPPHP &gt;= 7.1

Since Feb 18Pushed 5y ago1 watchersCompare

[ Source](https://github.com/xsuchy09/nette-pdf-response)[ Packagist](https://packagist.org/packages/xsuchy09/nette-pdf-response)[ Docs](https://github.com/xsuchy09/nette-pdf-response)[ RSS](/packages/xsuchy09-nette-pdf-response/feed)WikiDiscussions master Synced today

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

nette-pdf-response
==================

[](#nette-pdf-response)

PdfResponse for Nette.

Install
-------

[](#install)

```
composer require xsuchy09/nette-pdf-response

```

Usage
-----

[](#usage)

```
class SomePresenter extends BasePresenter
{
	public function actionDefault()
	{
		// $pdfCreator is yours pdf library
		$pdfCreator = new ...
		//  which will return pdf as data here
		$data = $pdfCreator->getData();

		$response = new \xsuchy09\Application\Responses\PdfResponse($data, 'download.pdf');
		$this->sendResponse($response);
	}
}
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 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

Every ~115 days

Total

3

Last Release

2044d ago

Major Versions

v0.0.2 → v1.0.02020-10-05

### Community

Maintainers

![](https://www.gravatar.com/avatar/bfb9263df3f7fbc25d3d7645fc4a68878972f9e6e0056e12820a491c1f2b4a64?d=identicon)[xsuchy09](/maintainers/xsuchy09)

---

Top Contributors

[![xsuchy09](https://avatars.githubusercontent.com/u/1107359?v=4)](https://github.com/xsuchy09 "xsuchy09 (3 commits)")

### Embed Badge

![Health badge](/badges/xsuchy09-nette-pdf-response/health.svg)

```
[![Health](https://phpackages.com/badges/xsuchy09-nette-pdf-response/health.svg)](https://phpackages.com/packages/xsuchy09-nette-pdf-response)
```

###  Alternatives

[phpoffice/phpspreadsheet

PHPSpreadsheet - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine

13.9k293.5M1.3k](/packages/phpoffice-phpspreadsheet)[spatie/browsershot

Convert a webpage to an image or pdf using headless Chrome

5.2k32.1M102](/packages/spatie-browsershot)[smalot/pdfparser

Pdf parser library. Can read and extract information from pdf file.

2.7k34.5M216](/packages/smalot-pdfparser)[barryvdh/laravel-snappy

Snappy PDF/Image for Laravel

2.8k24.8M48](/packages/barryvdh-laravel-snappy)[contributte/pdf

Pdf response extension for Nette Framework

43967.8k2](/packages/contributte-pdf)[kdyby/wkhtmltopdf

Wkhtmltopdf cli wrapper for Nette Framework

3966.0k](/packages/kdyby-wkhtmltopdf)

PHPackages © 2026

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