Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 302 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 302 Bytes

Package adiwidjaja/lubapdf

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");