1
This commit is contained in:
20
vendor/phpoffice/phpword/phpword.ini.dist
vendored
Normal file
20
vendor/phpoffice/phpword/phpword.ini.dist
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
; Default config file for PHPWord
|
||||
; Copy this file into phpword.ini and use Settings::loadConfig to load
|
||||
|
||||
[General]
|
||||
|
||||
compatibility = true
|
||||
zipClass = ZipArchive
|
||||
pdfRendererName = DomPDF
|
||||
pdfRendererPath =
|
||||
; tempDir = "C:\PhpWordTemp"
|
||||
outputEscapingEnabled = false
|
||||
|
||||
[Font]
|
||||
|
||||
defaultFontName = Arial
|
||||
defaultFontSize = 10
|
||||
|
||||
[Paper]
|
||||
|
||||
defaultPaper = "A4"
|
||||
Reference in New Issue
Block a user