PHPackages                             rocketman/pdf-label - 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. rocketman/pdf-label

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

rocketman/pdf-label
===================

This class is a modified version of PDF\_Label that adds support for unicode and ttf.

v1.6+rocketman.3(11mo ago)06.7k↓33.3%LGPL-3.0-or-laterPHP

Since Jun 14Pushed 11mo ago1 watchersCompare

[ Source](https://github.com/RocketMan/pdf-label)[ Packagist](https://packagist.org/packages/rocketman/pdf-label)[ RSS](/packages/rocketman-pdf-label/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (1)Versions (2)Used By (0)

PDF\_Label
==========

[](#pdf_label)

This class is a modified version of `PDF_Label` that adds support for unicode and ttf.

Documentation and source for the upstream class can be found here:

Installation with [Composer](https://packagist.org/packages/rocketman/pdf-label)
--------------------------------------------------------------------------------

[](#installation-with-composer)

If you are using composer to manage dependencies, you can use

```
$ composer require rocketman/pdf-label:1.6+rocketman.2

```

or you can include the following in your `composer.json` file:

```
{
    "require": {
        "rocketman/pdf-label": "^1.6+rocketman.3"
    }
}
```

Usage
-----

[](#usage)

```
$label = "5160"; // pre-defined label name or form-spec array
$pdf = new \PDF_Label($label);
$pdf->AddFont(...); // see tFPDF documentation for AddFont and SetFont
$pdf->SetFont(...);
$pdf->AddPage();
$pdf->Add_Label("label content here");
$pdf->Add_Label("second label");
$pdf->currentLabel("more content for current label");
$pdf->verticalText("vertical text for current label", -1, 0, 'D');
$pdf->writeQRCode("https://www.ibinx.com/", "R");
$pdf->Output();
```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance52

Moderate activity, may be stable

Popularity22

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity36

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

338d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9c636c2f209424e277350e1ab2f3144fafdbde29c13b74a203978f47a7dcc75c?d=identicon)[RocketMan](/maintainers/RocketMan)

---

Top Contributors

[![RocketMan](https://avatars.githubusercontent.com/u/6860356?v=4)](https://github.com/RocketMan "RocketMan (14 commits)")

### Embed Badge

![Health badge](/badges/rocketman-pdf-label/health.svg)

```
[![Health](https://phpackages.com/badges/rocketman-pdf-label/health.svg)](https://phpackages.com/packages/rocketman-pdf-label)
```

###  Alternatives

[spatie/browsershot

Convert a webpage to an image or pdf using headless Chrome

5.2k32.1M102](/packages/spatie-browsershot)[barryvdh/laravel-snappy

Snappy PDF/Image for Laravel

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

PHP Library to read and write spreadsheet files (CSV, XLSX and ODS), in a fast and scalable way

1.2k57.6M131](/packages/openspout-openspout)[setasign/tfpdf

This class is a modified version of FPDF that adds UTF-8 support. The latest version is based on FPDF 1.85.

426.1M30](/packages/setasign-tfpdf)[asika/pdf2text

Simple PHP PDF to text class.

25828.1k](/packages/asika-pdf2text)

PHPackages © 2026

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