2017 © Pedro Peláez
 

project office2pdf

use openoffice convert office to pdf,and adding watermark

image

aoxiaoxi/office2pdf

use openoffice convert office to pdf,and adding watermark

  • Friday, June 29, 2018
  • by aoxiaoxi
  • Repository
  • 1 Watchers
  • 1 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

office2pdf

prepare

1.install openoffice service and java environment
2.composer require aoxiaoxi/office2pdf, (*1)

use

use Lib\Office2pdf;

public function testComposer(){
        $office = new Office2pdf();
        $office->index();
}

//office to pdf
@param $filePath,
@param $pdffilePath
$office->office2pdf($filePath,$pdffilePath)


//pdf addwatermark
@param $waterName,
@param $oldfilepath
@param $newfilepath
$office->addwatermark($waterName,$oldfilepath,$newfilepath)

The Versions

29/06 2018

dev-master

9999999-dev

use openoffice convert office to pdf,and adding watermark

  Sources   Download

MIT

The Requires

  • php >=5.6.4

 

by Avatar aoxiaoxi

pdf watermark office openoffice

21/06 2018

1.0

1.0.0.0

use openoffice convert office to pdf,and adding watermark

  Sources   Download

MIT

The Requires

  • php >=5.6.4

 

by Avatar aoxiaoxi

pdf watermark office openoffice