Skip to content

Commit d6a1f9b

Browse files
Corrected the table format and added the new changes
1 parent 346db70 commit d6a1f9b

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

Document-Processing/Common/Font-Manager/font-manager.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,3 +196,8 @@ A: Yes, FontManager is designed for multi-threaded environments and allows safe
196196
**Q: Will FontManager affect my existing document processing code?**
197197

198198
A: No, FontManager works transparently in the background. Your existing code will automatically benefit from improved memory management without modifications.
199+
200+
**Q: Does FontManager retain or cache fonts embedded in input documents or substituted fonts?**
201+
202+
A: No, Syncfusion Document Processing libraries intentionally do **not** retain or cache private fonts — including fonts embedded within input documents or font streams added through font substitution events. This ensures that sensitive or proprietary font data from one document is never persisted in the shared font cache or made accessible to other operations or threads.
203+
Only fonts loaded from the system's font directories are managed by the `FontManager` cache.

Document-Processing/Skills/document-sdk.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Syncfusion<sup style="font-size:70%">&reg;</sup> Document SDK Skills eliminate c
2121
| [PowerPoint (Presentation)](https://help.syncfusion.com/document-processing/powerpoint/powerpoint-library/overview) | [syncfusion-dotnet-powerpoint](https://github.com/syncfusion/document-sdk-skills/tree/master/skills/syncfusion-dotnet-powerpoint) |
2222
| [Markdown](https://help.syncfusion.com/document-processing/word/word-library/net/convert-markdown-to-word-document-in-csharp) | [syncfusion-dotnet-markdown](https://github.com/syncfusion/document-sdk-skills/tree/master/skills/syncfusion-dotnet-markdown) |
2323
| [Smart Data Extraction](https://help.syncfusion.com/document-processing/data-extraction/overview) | [syncfusion-dotnet-smart-data-extraction](https://github.com/syncfusion/document-sdk-skills/tree/master/skills/syncfusion-dotnet-smart-data-extraction) |
24+
2425
## Prerequisites
2526

2627
Before installing Syncfusion<sup style="font-size:70%">&reg;</sup> Document SDK Skills, ensure the following tools are available on your machine:
@@ -32,7 +33,7 @@ Before installing Syncfusion<sup style="font-size:70%">&reg;</sup> Document SDK
3233

3334
## Installation
3435

35-
Choose one of the following commands to install [Syncfusion<sup style="font-size:70%">&reg;</sup> Document SDK Skills](https://github.com/syncfusion/document-sdk-skills) based on your preference. You can also explore Syncfusion<sup style="font-size:70%">&reg;</sup> skills from the [marketplace](https://skills.sh/syncfusion/).
36+
Use one of the following commands to install [Syncfusion<sup style="font-size:70%">&reg;</sup> Document SDK Skills](https://github.com/syncfusion/document-sdk-skills) based on your preference. You can also explore Syncfusion<sup style="font-size:70%">&reg;</sup> skills from the [marketplace](https://skills.sh/syncfusion/).
3637

3738
To install all document SDK skills at once, use the following command:
3839

@@ -141,7 +142,7 @@ To learn more about the Skills CLI, refer [here](https://skills.sh/docs).
141142
- Executes the script using dotnet script and generates the output document.
142143
- Performs cleanup by deleting the temporary `.csx` script.
143144

144-
3. **Register licensing key** Configuring the Syncfusion<sup style="font-size:70%">&reg;</sup> license key from `SyncfusionLicense.txt` or the `SYNCFUSION_LICENSE_KEY` environment variable.
145+
3. **Register licensing key** Configuring the Syncfusion<sup style="font-size:70%">&reg;</sup> license key from `SyncfusionLicense.txt` file at workspace root folder or the `SYNCFUSION_LICENSE_KEY` environment variable.
145146

146147
### Using the AI Assistant
147148

@@ -179,6 +180,8 @@ npx skills list
179180
{% endhighlight %}
180181
{% endtabs %}
181182

183+
> **Note:** If you installed Syncfusion skills globally, add the `--global` flag at the end of the command (for example, `npx skills list --global`, `npx skills remove <skill-name> --global` ).
184+
182185
### Remove a Skill
183186

184187
Uninstall a specific skill from your environment:

0 commit comments

Comments
 (0)