geqo/doctopdf

Docs to pdf converter, using openoffice command line interface

dev-master 2018-09-10 09:59 UTC

This package is auto-updated.

Last update: 2024-09-10 23:16:34 UTC


README

Document to PDF converter. OpenOffice or LibreOffice required.

Installation

composer require geqo/doctopdf

Usage

$file = new \Geqo\DocToPDF(__DIR__ . '/23474.csv');
$file->setTargetDir(__DIR__);
$file->execute();