mpdf.github.io icon indicating copy to clipboard operation
mpdf.github.io copied to clipboard

not listed variables at configuration overview

Open Klap-in opened this issue 7 years ago • 2 comments

Add page reference/mpdf-variables/overview.html variables are listed.

Following variables are not in that list

  • [ ] defaultPagebreakType (but autoPageBreak is listed, but not in defaults of src/Config/ConfigVariables.php of mPDF library)

  • [ ] PDFAXwarnings

  • [ ] spotColors

  • [ ] spotColorIDs

  • [ ] annotSize

  • [ ] indexUseSubentries

  • [ ] splitTableBorderWidth

  • [ ] interpolateImages

  • [ ] useDictionaryLBR

  • [ ] useTibetanLBR

  • [ ] ColGap

  • [ ] SHYlanguages

  • [ ] SHYleftmin

  • [ ] SHYrightmin

  • [ ] SHYcharmin

  • [ ] SHYcharmax

  • [ ] useActiveForms

  • [ ] watermarkText

  • [ ] watermarkImage

  • [ ] defaultCSS (in overview mentioned: useDefaultCSS2)

  • [ ] defaultCssFile suggestion: link to /css-stylesheets/default-stylesheet.html. Is useDefaultCSS2 old version of this variable?

Note in src/Config/ConfigVariables.php: "values only likely to be changed by developers."

From these values are already documented, but not listed in overview.

  • [ ] pdf_version ( in example configuration/configuration-v7-x.md )
  • [ ] fontDir ( fonts-languages/font-names.md )
  • [ ] tempDir (in doc installation-setup/installation-v7-x.md )

not documented and not listed, and not useful to add:

fontTempDir (not found)
hyphenationDictionaryFile (not found)
default_lineheight_correction (not found)
fontsizes (not found)
pregRTLchars (not found)
pregCJKchars (not found)
CJKleading (not found)
CJKfollowing (not found)
CJKoverflow (not found)
pregCURSchars (not found)
allowedCSStags (not found)
outerblocktags (not found)

Klap-in avatar Mar 15 '17 21:03 Klap-in

The variables from the constructor are not listed as well: (these are defined in the construct function page, so reference to that page?)

  • [ ] mode
  • [ ] format
  • [ ] default_font_size
  • [ ] default_font
  • [ ] margin_left
  • [ ] margin_right
  • [ ] margin_top
  • [ ] margin_bottom
  • [ ] margin_header
  • [ ] margin_footer
  • [ ] orientation

Klap-in avatar Mar 15 '17 23:03 Klap-in

  • [ ] codepage

Klap-in avatar Mar 16 '17 00:03 Klap-in