PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Eric Jumba   RTF 2 PDF Converter   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: RTF 2 PDF Converter
Convert RTF documents to PDF format using Dompdf
Author: By
Last change: added more doc conversions
Date: 2 months ago
Size: 743 bytes
 

Contents

Class file image Download
{ "name": "jumbaeric/docverter", "description": "A versatile PHP package for document conversion between various formats.", "type": "library", "license": "MIT", "authors": [ { "name": "Eric Jumba", "email": "your@email.com" } ], "require": { "spatie/pdf-to-text": "^2.3", "spatie/pdf-to-image": "^2.3", "dompdf/dompdf": "^1.0", "phpoffice/phpspreadsheet": "^1.18", "phpoffice/phpword": "^0.22", "spatie/image": "^1.0", "spatie/pdf": "^1.0", "spatie/pdf-parser": "^2.1", "spatie/temporary-directory": "^1.0" }, "autoload": { "psr-4": { "DocVerter\\": "src/" } } }