2017 © Pedro Peláez
 

library doctopdf

Docs to pdf converter, using openoffice command line interface

image

geqo/doctopdf

Docs to pdf converter, using openoffice command line interface

  • Friday, July 27, 2018
  • by geqo
  • Repository
  • 1 Watchers
  • 0 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

DocToPDF

Document to PDF converter. OpenOffice or LibreOffice required., (*1)

Installation

composer require geqo/doctopdf

Usage

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

The Versions

27/07 2018

dev-master

9999999-dev

Docs to pdf converter, using openoffice command line interface

  Sources   Download

Apache-2.0