Skip to content

Commit d93b693

Browse files
1012802: Resolved CI issues
1 parent a367087 commit d93b693

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Document-Processing/FAQ/how-does-syncfusion-document-processing-manage-fonts.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
2-
title: How Syncfusion manages fonts during Office to PDF and image conversions | Syncfusion
2+
title: Syncfusion font handling in Office-to-PDF and image conversions
33
description: Learn how Syncfusion Document Processing handles font management during Office to PDF/Image conversions and PDF processing workflows.
44
platform: document-processing
55
documentation: UG
66
---
77

8-
# How does Syncfusion Document Processing manage fonts during Office to PDF/Image conversions and PDF processing workflows?
8+
# How Syncfusion manages fonts in Office-to-PDF and image conversions?
99

1010
## Overview
1111

12-
Font creation is a primary cause of excessive memory consumption and performance degradation during Office to PDF/Image conversions and PDF processing workflows. This problem is particularly pronounced in multithreaded web applications where multiple users perform concurrent operations across different threads or browser tabs.
12+
Font creation is a primary cause of excessive memory consumption and performance degradation during Office to PDF/Image conversions and PDF processing workflows. This problem is particularly pronounced in multi-threaded web applications where multiple users perform concurrent operations across different threads or browser tabs.
1313

1414
To address this challenge, Syncfusion Document Processing libraries introduce the **FontManager** class, which provides centralized font management shared across all threads and conversion libraries. This approach eliminates duplicate font objects and significantly reduces memory overhead.
1515

@@ -55,7 +55,7 @@ FontManager optimizes memory usage across the following Office to PDF/Image conv
5555
* PDF/A conformance
5656
* OCR text extraction
5757

58-
N> FontManager automatically manages fonts across all these conversion types, whether you're processing a single document or handling thousands of concurrent conversions in a multithreaded environment.
58+
N> FontManager automatically manages fonts across all these conversion types, whether you're processing a single document or handling thousands of concurrent conversions in a multi-threaded environment.
5959

6060
## Configuring Automatic Font Cleanup
6161

@@ -181,7 +181,7 @@ A: Call it during application shutdown, after batch processing, or when you need
181181

182182
**Q: Is FontManager thread-safe?**
183183

184-
A: Yes, FontManager is designed for multithreaded environments and allows safe font reuse across multiple threads.
184+
A: Yes, FontManager is designed for multi-threaded environments and allows safe font reuse across multiple threads.
185185

186186
**Q: Will FontManager affect my existing document processing code?**
187187

0 commit comments

Comments
 (0)