adiwidjaja/lubapdf

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

Luba addon for pdf views.

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

This package is auto-updated.

Last update: 2024-04-12 20:19:17 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");