.. ================================================== .. FOR YOUR INFORMATION .. -------------------------------------------------- .. -*- coding: utf-8 -*- with BOM. .. _introduction: Information / Including ----------------------- Introduction ^^^^^^^^^^^^ MagePDF is a set of ViewHelpers to create inline PDF by using fluid. You can implement it in Flux to create PDF Page Templates or use the PDF-ViewHelper anywhere to render html output as a PDF. The ViewHelper uses different options provided by DOMPDF to flexible configure it to your needs. DOMPDF ^^^^^^ The latest DOMPDF Version is included. For updating the DOMPDF Library check EXT:magepdf/Resources/Private/Libraries/dompdf directory. Including into Fluid Templates ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ To use the PDF ViewHelpers, just add the Namespace to your Fluid-Template by using ::
(Your content goes here)
or you may use :: {namespace pdf = MageDeveloper\Magepdf\ViewHelpers}