2017 © Pedro Peláez
 

library pdf-rotate

Rotation of PDF pages.

image

czproject/pdf-rotate

Rotation of PDF pages.

  • Sunday, June 24, 2018
  • by janpecha
  • Repository
  • 2 Watchers
  • 3 Stars
  • 151 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 31 % Grown

The README.md

PdfRotate

Build Status Downloads this Month Latest Stable Version License, (*1)

Rotate PDF documents from PHP., (*2)

Donate, (*3)

Installation

Download a latest package or use Composer:, (*4)

composer require czproject/pdf-rotate

CzProject\PdfRotate requires PHP 8.0 or later., (*5)

Usage

``` php use CzProject\PdfRotate\PdfRotate;, (*6)

$pdf = new PdfRotate; $sourceFile = '/path/to/source.pdf'; $outputFile = '/path/to/output.pdf';, (*7)

$pdf->rotatePdf($sourceFile, $outputFile, $pdf::DEGREES_90); ```, (*8)


License: New BSD License
Author: Jan Pecha, https://www.janpecha.cz/, (*9)

The Versions

24/06 2018

dev-master

9999999-dev

Rotation of PDF pages.

  Sources   Download

BSD-3-Clause

The Requires

 

24/06 2018

v2.0.0

2.0.0.0

Rotation of PDF pages.

  Sources   Download

BSD-3-Clause

The Requires

 

24/10 2016

v1.0.0

1.0.0.0

Rotation of PDF pages.

  Sources   Download

BSD-3-Clause

The Requires