...
ctstudiodatabaseconfig.properties
...
|
CanvasFopUserconfig.xml
File Location: <Centralized ServerWorkfolder>/forReports/TempXML/CanvasFopUserconfig.xml
Configure the fonts file path as follows:
...
For Windows: Assuming the centralized working folder is D:\Canvas
Code Block |
---|
<font
metrics-url = "file:\\\D:\Canvas\ExpertModeCTStudio\forReports\TempXML\fonts\tradbdo.xml"
embed-url = "file:\\\D:\Canvas\ExpertModeCTStudio\forReports\TempXML\fonts\tradbdo.ttf"
kerning = "yes">
<font-triplet
name = "Traditional Arabic"
style = "normal"
weight = "bold"/>
</font>
<font
metrics-url = "file:\\\D:\Canvas\ExpertModeCTStudio\forReports\TempXML\fonts\trado.xml"
embed-url = "file:\\\D:\Canvas\ExpertModeCTStudio\forReports\TempXML\fonts\trado.ttf"
kerning = "yes">
<font-triplet
name = "Traditional Arabic"
style = "normal"
weight = "normal"/>
</font> |
For Non-Windows: Assuming the centralized working folder is /usr1/SIR08872/mydomain/Canvas_Domain/Canvas
...
|
...
|
...