Dompdf\Options

Synopsis

class Options {
}

Members

private

  • $adminPassword — string
  • $adminUsername — string
  • $chroot — string
    dompdf's "chroot"
  • $debugCssDompdf\bool
  • $debugKeepTempDompdf\bool
  • $debugLayoutDompdf\bool
  • $debugLayoutBlocksDompdf\bool
  • $debugLayoutInlineDompdf\bool
  • $debugLayoutLinesDompdf\bool
  • $debugLayoutPaddingBoxDompdf\bool
  • $debugPngDompdf\bool
  • $defaultFont — string
    The default font family
  • $defaultMediaType — string
    html target media view which should be rendered into pdf.
  • $defaultPaperOrientation — string
    The default paper orientation.
  • $defaultPaperSize — string
    The default paper size.
  • $dpi — int
    Image DPI setting
  • $fontCache — string
    The location of the DOMPDF font cache directory
  • $fontDir — string
    The location of the DOMPDF font directory
  • $fontHeightRatio — float
    A ratio applied to the fonts height to be more like browsers' line height
  • $isFontSubsettingEnabledDompdf\bool
    Whether to enable font subsetting or not.
  • $isHtml5ParserEnabledDompdf\bool
    Use the more-than-experimental HTML5 Lib parser
  • $isJavascriptEnabledDompdf\bool
    Enable inline Javascript
  • $isPhpEnabledDompdf\bool
    Enable embedded PHP
  • $isRemoteEnabledDompdf\bool
    Enable remote file access
  • $logOutputFile — string
  • $pdfBackend — string
    The PDF rendering backend to use
  • $pdflibLicense — string
    PDFlib license key
  • $rootDir — string
    The root of your DOMPDF installation
  • $tempDir — string
    The location of a temporary directory.

Methods