PHPackages                             michaeld555/pdf-converter - 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. michaeld555/pdf-converter

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

michaeld555/pdf-converter
=========================

Reliable DOCX to PDF conversion using a local LibreOffice process

v1.0.2(9mo ago)2205MITPHPPHP &gt;=8.0

Since Sep 21Pushed 9mo ago1 watchersCompare

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

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

Pdf Converter
-------------

[](#pdf-converter)

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

[](#installation)

Require this package in your composer.json and update composer. This will download the package.

```
composer require michaeld555/pdf-converter

```

Usage
-----

[](#usage)

You can create a new Converter instance and pass the docx file url and pdf file path. This will convert and save the pdf file in the path passed.

```
    use Michaeld555\Converter;

    Converter::docx_to_pdf('https://example.com/file.docx', 'path_to_file/');

    if (file_exists('path_to_file/file.pdf')) {

        echo "the file was converted successfully";

    } else {

        echo "an error occurred during the file conversion";

    }
```

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance56

Moderate activity, may be stable

Popularity15

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity47

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

Total

3

Last Release

295d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/468ac93c5d3d72f0574d393b2582b56059fcc1cf48f564e63717a685f19d8b50?d=identicon)[michaeld555](/maintainers/michaeld555)

---

Top Contributors

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

---

Tags

phppdfconvertword

### Embed Badge

![Health badge](/badges/michaeld555-pdf-converter/health.svg)

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

###  Alternatives

[gotenberg/gotenberg-php

A PHP client for interacting with Gotenberg, a developer-friendly API for converting numerous document formats into PDF files, and more!

3856.2M31](/packages/gotenberg-gotenberg-php)[aspose-cloud/aspose-words-cloud

Open, generate, edit, split, merge, compare and convert Word documents. Integrate Cloud API into your solutions to manipulate documents. Convert PDF to Word (DOC, DOCX, ODT, RTF and HTML) and in the opposite direction.

33175.4k](/packages/aspose-cloud-aspose-words-cloud)[pontedilana/php-weasyprint

PHP library allowing PDF generation from an url or a html page. Wrapper for Kozea/WeasyPrint.

781.2M17](/packages/pontedilana-php-weasyprint)[daandesmedt/phpheadlesschrome

A PHP wrapper for using Google Chrome Headless mode. Convert URL or HTML to a PDF / screenshot. Easy to use and OOP interfaced.

92255.6k](/packages/daandesmedt-phpheadlesschrome)[kartik-v/mpdf

A PHP class to generate PDF files from HTML with Unicode/UTF-8 and CJK support. This is a fork of the official mPDF library.

38330.2k1](/packages/kartik-v-mpdf)[kiwilan/php-ebook

PHP package to read metadata and extract covers from eBooks, comics and audiobooks.

3918.3k3](/packages/kiwilan-php-ebook)

PHPackages © 2026

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