PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of The Algoslingers   PHP RTF to PDF Converter   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP RTF to PDF Converter
Convert documents in RTF format to PDF
Author: By
Last change:
Date: 6 months ago
Size: 589 bytes
 

Contents

Class file image Download
{ "name": "thealgoslingers/php-rtf-to-pdf", "description": "This package can convert rtf file to pdf", "keywords": ["library","rtf", "algoslingfileanew", "rtf to pdf","rtf to pdf converter","convert rtf"], "type": "library", "require-dev": { "phpunit/phpunit": "^5.7" }, "license": "MIT", "authors": [ { "name": "thealgoslingers" } ], "autoload": { "psr-4": { "thealgoslingers\\": "src" } }, "require": { "henck/rtf-to-html": "^1.2", "tecnickcom/tcpdf": "^6.6" } }