Skip to content

Commit

Permalink
feat: addition in documentation related to phpword.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
OlisaevAG authored and OlisaevAG committed Jan 28, 2025
1 parent 967b0f6 commit e3d82dc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/usage/writers.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,13 @@ Settings::setPdfRendererName(Settings::PDF_RENDERER_MPDF);
Settings::setPdfRendererPath(__DIR__ . '/../vendor/mpdf/mpdf');
```

or you can edit settings in phpword.ini ( or phpword.ini.dist) файл.

``` ini
pdfRendererName = MPDF ;DomPDF, TCPDF, MPDF
pdfRendererPath = /path/to/your/renderer/folder
```

## RTF
The name of the writer is `RTF`.

Expand Down

0 comments on commit e3d82dc

Please sign in to comment.