This repository has been archived on 2026-07-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
espocrm-base/application/Espo/Resources/metadata/app/pdfEngines.json
T
2023-11-13 14:09:09 +02:00

18 lines
382 B
JSON

{
"Dompdf": {
"implementationClassNameMap": {
"entity": "Espo\\Tools\\Pdf\\Dompdf\\EntityPrinter"
},
"fontFaceList": [
"Courier",
"Helvetica",
"Times",
"Symbol",
"ZapfDingbats",
"DejaVu Sans",
"DejaVu Serif",
"DejaVu Sans Mono"
]
}
}