();
// Register a callback to clear font cache during application shutdown
lifetime.ApplicationStopping.Register(() =>
{
-
Syncfusion.Drawing.Fonts.FontManager.ClearCache();
});
diff --git a/Document-Processing/Word/Conversions/Word-To-Image/NET/Unsupported-elements-word-to-image.md b/Document-Processing/Word/Conversions/Word-To-Image/NET/Unsupported-elements-word-to-image.md
index dc330c2156..8b004e4624 100644
--- a/Document-Processing/Word/Conversions/Word-To-Image/NET/Unsupported-elements-word-to-image.md
+++ b/Document-Processing/Word/Conversions/Word-To-Image/NET/Unsupported-elements-word-to-image.md
@@ -110,7 +110,7 @@ Linked text boxes are not supported.
Ink elements
|
-Supported only in DOCX format document to image.
+Supported only in DOCX format document to image. Additional behavior explained {{ '[here](https://help.syncfusion.com/document-processing/word/conversions/word-to-pdf/net/unsupported-elements-word-to-pdf#ink)' | markdownify }}.
|
diff --git a/Document-Processing/Word/Conversions/Word-To-PDF/NET/Unsupported-elements-word-to-pdf.md b/Document-Processing/Word/Conversions/Word-To-PDF/NET/Unsupported-elements-word-to-pdf.md
index 49d46d50fc..64fe6ca2d4 100644
--- a/Document-Processing/Word/Conversions/Word-To-PDF/NET/Unsupported-elements-word-to-pdf.md
+++ b/Document-Processing/Word/Conversions/Word-To-PDF/NET/Unsupported-elements-word-to-pdf.md
@@ -129,7 +129,7 @@ Linked text boxes are not supported.
Ink elements
-Supported only in DOCX format document to PDF.
+Supported only in DOCX format document to PDF. Additional behavior explained {{ '[here](https://help.syncfusion.com/document-processing/word/conversions/word-to-pdf/net/unsupported-elements-word-to-pdf#ink)' | markdownify }}.
|
@@ -245,6 +245,12 @@ SmartArt typically contains graphic properties, including bounds information for
Creating, editing, or cloning Drawing Canvas elements programmatically is not supported. These elements are not included in Find and Replace functionality or document comparison. Additionally, when opening Word 2003 or 2007 DOCX documents, the Drawing Canvas is treated as a group shape.
+### Ink
+
+During Word-to-PDF and Word-to-Image conversions, Syncfusion Word Library uses fallback images embedded in the document to preserve the Ink visual appearance. However, when Ink is created or modified using the Syncfusion Word Library, some Ink effects cannot be rendered accurately due to rendering engine limitations. Although the Ink stroke geometry is preserved, visual brush effects are lost.
+
+**To resolve this**, save the created or modified document using DocIO first in DOCX format. Then, open the saved document in Microsoft Word and save it again. Finally, convert it to PDF or Image using DocIO. This process regenerates the required Ink fallback images, ensuring accurate visual output.
+
## Show Warning for Unsupported Elements
When converting a Word document to a PDF, the presence of unsupported elements in the input Word document can lead to preservation issues in the converted PDF. The .NET Word library (DocIO) contains [Warning](https://help.syncfusion.com/cr/document-processing/Syncfusion.DocToPDFConverter.DocToPDFConverterSettings.html#Syncfusion_DocToPDFConverter_DocToPDFConverterSettings_Warning) API, which helps to detect and handle these unsupported elements during the conversion process. This API holds the information of unsupported elements once found in the input Word document.
diff --git a/Document-Processing/Word/Word-Library/NET/Ink_images/Create-Ink.png b/Document-Processing/Word/Word-Library/NET/Ink_images/Create-Ink.png
new file mode 100644
index 0000000000..c9675f1dc7
Binary files /dev/null and b/Document-Processing/Word/Word-Library/NET/Ink_images/Create-Ink.png differ
diff --git a/Document-Processing/Word/Word-Library/NET/Ink_images/Ink-multipletraces.png b/Document-Processing/Word/Word-Library/NET/Ink_images/Ink-multipletraces.png
new file mode 100644
index 0000000000..176aeb1237
Binary files /dev/null and b/Document-Processing/Word/Word-Library/NET/Ink_images/Ink-multipletraces.png differ
diff --git a/Document-Processing/Word/Word-Library/NET/Ink_images/Ink-tab.png b/Document-Processing/Word/Word-Library/NET/Ink_images/Ink-tab.png
new file mode 100644
index 0000000000..a78588470e
Binary files /dev/null and b/Document-Processing/Word/Word-Library/NET/Ink_images/Ink-tab.png differ
diff --git a/Document-Processing/Word/Word-Library/NET/Ink_images/Modify-ink-color.png b/Document-Processing/Word/Word-Library/NET/Ink_images/Modify-ink-color.png
new file mode 100644
index 0000000000..cdad83d262
Binary files /dev/null and b/Document-Processing/Word/Word-Library/NET/Ink_images/Modify-ink-color.png differ
diff --git a/Document-Processing/Word/Word-Library/NET/Ink_images/Modify-ink-effect.png b/Document-Processing/Word/Word-Library/NET/Ink_images/Modify-ink-effect.png
new file mode 100644
index 0000000000..2221ed7b9f
Binary files /dev/null and b/Document-Processing/Word/Word-Library/NET/Ink_images/Modify-ink-effect.png differ
diff --git a/Document-Processing/Word/Word-Library/NET/Ink_images/Modify-ink-points.png b/Document-Processing/Word/Word-Library/NET/Ink_images/Modify-ink-points.png
new file mode 100644
index 0000000000..9cd1872870
Binary files /dev/null and b/Document-Processing/Word/Word-Library/NET/Ink_images/Modify-ink-points.png differ
diff --git a/Document-Processing/Word/Word-Library/NET/Ink_images/Modify-ink-thickness.png b/Document-Processing/Word/Word-Library/NET/Ink_images/Modify-ink-thickness.png
new file mode 100644
index 0000000000..2e6669e2ec
Binary files /dev/null and b/Document-Processing/Word/Word-Library/NET/Ink_images/Modify-ink-thickness.png differ
diff --git a/Document-Processing/Word/Word-Library/NET/Ink_images/Remove-ink.png b/Document-Processing/Word/Word-Library/NET/Ink_images/Remove-ink.png
new file mode 100644
index 0000000000..35acf882ee
Binary files /dev/null and b/Document-Processing/Word/Word-Library/NET/Ink_images/Remove-ink.png differ
diff --git a/Document-Processing/Word/Word-Library/NET/Supported-and-Unsupported-Features.md b/Document-Processing/Word/Word-Library/NET/Supported-and-Unsupported-Features.md
index 52dbb165ed..f3396e149a 100644
--- a/Document-Processing/Word/Word-Library/NET/Supported-and-Unsupported-Features.md
+++ b/Document-Processing/Word/Word-Library/NET/Supported-and-Unsupported-Features.md
@@ -454,8 +454,8 @@ Yes
Ink elements
No
|
No
|
-DOCX format only.
|
-DOCX format only.
|
+DOCX format only. Additional behavior explained {{'[here](https://help.syncfusion.com/document-processing/word/conversions/word-to-pdf/net/unsupported-elements-word-to-pdf#ink)'| markdownify }}
|
+DOCX format only. Additional behavior explained {{'[here](https://help.syncfusion.com/document-processing/word/conversions/word-to-pdf/net/unsupported-elements-word-to-pdf#ink)'| markdownify }}
|
No
|
No
|
@@ -1139,7 +1139,7 @@ Yes
| AutoTextList field | No |
| Comments field | Yes |
| Compare field | Yes |
- | CreateDate field | No |
+ | CreateDate field | Yes |
| Date field | Yes |
| DocProperty field | Yes |
| DocVariable field | Yes |
@@ -1212,7 +1212,6 @@ Yes
| UserAddress field | No |
| UserInitials field | No |
| UserName field | No |
- | CreateDate field | Yes |
diff --git a/Document-Processing/Word/Word-Library/NET/Working-with-Ink.md b/Document-Processing/Word/Word-Library/NET/Working-with-Ink.md
index 5d4a50665c..f1a903bf98 100644
--- a/Document-Processing/Word/Word-Library/NET/Working-with-Ink.md
+++ b/Document-Processing/Word/Word-Library/NET/Working-with-Ink.md
@@ -11,6 +11,9 @@ An Ink annotation is a freehand drawing or handwritten input composed of stroke
N> DocIO supports Ink only in DOCX format documents.
+You can insert Ink elements in the document by using the drawing tools available under the **Draw** tab in Word.
+
+
## Create Ink
The following code example illustrating how to create an Ink in a Word document.
@@ -122,6 +125,9 @@ document.Close()
{% endtabs %}
+By running the above code, you will generate a a document with **Ink elements** as shown below.
+
+
## Create Ink with Multiple Traces
The following code example illustrating how to create an Ink with Multiple Traces (strokes) in a Word document.
@@ -241,6 +247,9 @@ document.Close()
{% endtabs %}
+By running the above code, you will generate an **Ink with multiple trace points** as shown below.
+
+
The following code example shows GetPoints method which is used to get trace points.
{% tabs %}
@@ -427,6 +436,9 @@ document.Close()
{% endtabs %}
+By running the above code, you will generate a **Modified ink effect** as shown below.
+
+
### Modify Ink Color
The following code example demonstrates how to customize the Ink Color.
@@ -494,6 +506,9 @@ document.Close()
{% endtabs %}
+By running the above code, you will generate a **Modified ink color** as shown below.
+
+
### Modify Ink Thickness
The following code example demonstrates how to customize the Ink thickness.
@@ -561,6 +576,9 @@ document.Close()
{% endtabs %}
+By running the above code, you will generate a **Modified ink thickness** as shown below.
+
+
### Modify Ink Points
The following code example demonstrates how to customize the Ink Points.
@@ -628,6 +646,9 @@ document.Close()
{% endtabs %}
+By running the above code, you will generate **modified ink points** as shown below.
+
+
## Remove Ink
You can remove ink by iterating through Ink objects or specifying an index. The following code example demonstrates how to remove the Ink.
@@ -706,6 +727,9 @@ document.Close()
{% endhighlight %}
{% endtabs %}
+
+By running the above code, you will generate a **Remove Ink** as shown below.
+
## Limitations
@@ -725,7 +749,7 @@ DocIO supports Ink elements only in DOCX format. However, documents created in W
During Word-to-PDF and Word-to-Image conversions, Syncfusion Word Library uses fallback images embedded in the document to preserve the Ink visual appearance. However, when Ink is created or modified using the Syncfusion Word Library, some Ink effects cannot be rendered accurately due to rendering engine limitations. Although the Ink stroke geometry is preserved, visual brush effects are lost.
-**To resolve this**, save the document using DocIO first. Then, open the saved document in Microsoft Word and save it again. Finally, convert it to PDF or Image using DocIO. This process regenerates the required Ink fallback images, ensuring accurate visual output.
+**To resolve this**, save the created or modified document using DocIO first in DOCX format. Then, open the saved document in Microsoft Word and save it again. Finally, convert it to PDF or Image using DocIO. This process regenerates the required Ink fallback images, ensuring accurate visual output.
## Frequently Asked Questions
diff --git a/Document-Processing/Word/Word-Library/NET/faqs/paragraph-and-paragraph-items-faqs.md b/Document-Processing/Word/Word-Library/NET/faqs/paragraph-and-paragraph-items-faqs.md
index e274b6175c..255cd60974 100644
--- a/Document-Processing/Word/Word-Library/NET/faqs/paragraph-and-paragraph-items-faqs.md
+++ b/Document-Processing/Word/Word-Library/NET/faqs/paragraph-and-paragraph-items-faqs.md
@@ -882,11 +882,11 @@ For more details, refer [Working with styles](https://help.syncfusion.com/docume
## Example: Triangle Ink Trace Points
-### Ink size used:
+**Ink size used:**
* Width = 400
* Height = 300
-### Triangle points:
+**Triangle points:**
* Bottom-left + (0, 300)
* Top-middle + (200, 0)
* Bottom-right + (400, 300)