PHPackages                             minhhn/converters - 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. [File &amp; Storage](/categories/file-storage)
4. /
5. minhhn/converters

ActiveLibrary[File &amp; Storage](/categories/file-storage)

minhhn/converters
=================

Suport convert document to other format

1.0.2(2y ago)044PHP

Since May 6Pushed 1y ago1 watchersCompare

[ Source](https://github.com/minh7721/converters)[ Packagist](https://packagist.org/packages/minhhn/converters)[ RSS](/packages/minhhn-converters/feed)WikiDiscussions minhhn Synced 1mo ago

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

Requirement
-----------

[](#requirement)

- Poppler tools kit
- Jod converter

Usage
-----

[](#usage)

```
$converter = new \Colombo\Converters\Helpers\Converter();

$converter->setInput($input);

// force custom converter

$converter->setOutputFormat( 'pdf');

$converter->setEndPage(1);
$converter->setEndPage(2);

$result = $converter->run();

if($result->isSuccess()){
    $result->saveTo('xxx.pdf');
}else{
    print_r($result->getErrors());
}
```

### With laravel

[](#with-laravel)

- Add `ConverterServiceProvider` to app.php and type command like this

    php artisan colombo\_convert -i ~/Downloads/30325685\_1545065160.doc -f pdf --output ./x.pdf

### Stable

[](#stable)

- poppler utils
- gs
- pdf2htmlex

### Todo

[](#todo)

-\[ \] Add ghostscript for optimize pdf file -\[ \] Add qpdf -\[ \] Add mupdf for capture pdf

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance26

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity42

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~0 days

Total

2

Last Release

735d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8f2cbed74179f4b5d8cfaac946240fbbc65bc8b081864e9bfd0ac0eed9be07ec?d=identicon)[minh7721](/maintainers/minh7721)

---

Top Contributors

[![vuthaihoc](https://avatars.githubusercontent.com/u/2509658?v=4)](https://github.com/vuthaihoc "vuthaihoc (23 commits)")[![nguyenhiepvan](https://avatars.githubusercontent.com/u/33170716?v=4)](https://github.com/nguyenhiepvan "nguyenhiepvan (14 commits)")[![minh7721](https://avatars.githubusercontent.com/u/57635053?v=4)](https://github.com/minh7721 "minh7721 (10 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/minhhn-converters/health.svg)

```
[![Health](https://phpackages.com/badges/minhhn-converters/health.svg)](https://phpackages.com/packages/minhhn-converters)
```

###  Alternatives

[laravel/framework

The Laravel Framework.

34.6k509.9M17.0k](/packages/laravel-framework)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M259](/packages/laravel-dusk)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[laravel-zero/framework

The Laravel Zero Framework.

3371.4M369](/packages/laravel-zero-framework)[drupal/core

Drupal is an open source content management platform powering millions of websites and applications.

19462.3M1.3k](/packages/drupal-core)[tightenco/jigsaw

Simple static sites with Laravel's Blade.

2.2k438.5k29](/packages/tightenco-jigsaw)

PHPackages © 2026

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