adiwidjaja/lubapdf

There is no license information available for the latest version (dev-master) of this package.

Luba addon for pdf views.

Maintainers

Package info

github.com/adiwidjaja/lubapdf

pkg:composer/adiwidjaja/lubapdf

Statistics

Installs: 19

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-master 2016-10-01 22:13 UTC

This package is auto-updated.

Last update: 2026-03-13 00:42:30 UTC


README

Luba addon for pdf views.

Usage

$view = new \Luba\PdfView("exportpdf", [
    "content" => "Test"
]);
$view->setOptions(['orientation'=>'Landscape']);
$view->output("filename_when_saved.pdf");

or

$view->output("path/somewhere/something.pdf");