Skip to content

Commit 37589dc

Browse files
1012753: Feedback addressed
1 parent 1cb0dac commit 37589dc

5 files changed

Lines changed: 37 additions & 19 deletions

File tree

Document-Processing/Word/Conversions/Word-To-Image/NET/Unsupported-elements-word-to-image.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,14 @@ Textbox
105105
Linked text boxes are not supported.
106106
</td>
107107
</tr>
108+
<tr>
109+
<td>
110+
Ink elements
111+
</td>
112+
<td>
113+
Supported only in DOCX format document to image.
114+
</td>
115+
</tr>
108116
</table>
109117

110118
<table>

Document-Processing/Word/Conversions/Word-To-PDF/NET/Unsupported-elements-word-to-pdf.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,14 @@ Textbox
124124
Linked text boxes are not supported.
125125
</td>
126126
</tr>
127+
<tr>
128+
<td>
129+
Ink elements
130+
</td>
131+
<td>
132+
Supported only in DOCX format document to PDF.
133+
</td>
134+
</tr>
127135
</table>
128136

129137
<table>

Document-Processing/Word/Word-Library/NET/FAQ.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@ The frequently asked questions under each category in Essential<sup>&reg;</sup>
6666
* [Why is a bookmark name with a hyphen `(-)` converted to an underscore `(_)` in DocIO?](https://help.syncfusion.com/document-processing/word/word-library/net/faqs/paragraph-and-paragraph-items-faqs#why-is-a-bookmark-name-with-a-hyphen---converted-to-an-underscore-_-in-docio)
6767
* [Why is formatting not preserved after calling GetAsOneRange()?](https://help.syncfusion.com/document-processing/word/word-library/net/faqs/paragraph-and-paragraph-items-faqs#why-is-formatting-not-preserved-after-calling-getasonerange)
6868
* [What is Ink Trace?](https://help.syncfusion.com/document-processing/word/word-library/net/faqs/paragraph-and-paragraph-items-faqs#what-is-ink-trace)
69+
* [How Ink Width and Height Work](https://help.syncfusion.com/document-processing/word/word-library/net/faqs/paragraph-and-paragraph-items-faqs#how-ink-width-and-height-work)
70+
* [How Trace Points Are Calculated?](https://help.syncfusion.com/document-processing/word/word-library/net/faqs/paragraph-and-paragraph-items-faqs#how-trace-points-are-calculated)
71+
* [Example: Triangle Ink Trace Points](https://help.syncfusion.com/document-processing/word/word-library/net/faqs/paragraph-and-paragraph-items-faqs#example:-triangle-ink-trace-points)
72+
* [How to Set Stroke Thickness?](https://help.syncfusion.com/document-processing/word/word-library/net/faqs/paragraph-and-paragraph-items-faqs#how-to-set-stroke-thickness)
6973

7074
## Mail merge
7175

Document-Processing/Word/Word-Library/NET/Supported-and-Unsupported-Features.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -449,6 +449,15 @@ Yes<br/><br/></td><td>
449449
Yes<br/><br/></td><td>
450450
Yes<br/><br/></td><td>
451451
Yes<br/><br/></td></tr>
452+
<tr>
453+
<td>
454+
Ink elements<br/><br/></td><td>
455+
No<br/><br/></td><td>
456+
No<br/><br/></td><td>
457+
DOCX format only.<br/><br/></td><td>
458+
DOCX format only.<br/><br/></td><td>
459+
No<br/><br/></td><td>
460+
No<br/><br/></td></tr>
452461
</tbody>
453462
</table>
454463

Document-Processing/Word/Word-Library/NET/Working-with-Ink.md

Lines changed: 8 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -122,11 +122,9 @@ document.Close()
122122

123123
{% endtabs %}
124124

125-
You can download a complete working sample from [GitHub]().
126-
127125
## Create Ink with Multiple Traces
128126

129-
The following code example illustrating how to create anInk with Multiple Traces (strokes) in a Word document.
127+
The following code example illustrating how to create an Ink with Multiple Traces (strokes) in a Word document.
130128

131129
{% tabs %}
132130

@@ -360,8 +358,6 @@ End Function
360358

361359
{% endtabs %}
362360

363-
You can download a complete working sample from [GitHub]().
364-
365361
## Modify Ink
366362

367363
You can modify the appearance of Ink by changing the trace ink effects, color, size, points.
@@ -431,8 +427,6 @@ document.Close()
431427

432428
{% endtabs %}
433429

434-
You can download a complete working sample from [GitHub]().
435-
436430
### Modify Ink Color
437431

438432
The following code example demonstrates how to customize the Ink Color.
@@ -500,8 +494,6 @@ document.Close()
500494

501495
{% endtabs %}
502496

503-
You can download a complete working sample from [GitHub]().
504-
505497
### Modify Ink Thickness
506498

507499
The following code example demonstrates how to customize the Ink thickness.
@@ -569,8 +561,6 @@ document.Close()
569561

570562
{% endtabs %}
571563

572-
You can download a complete working sample from [GitHub]().
573-
574564
### Modify Ink Points
575565

576566
The following code example demonstrates how to customize the Ink Points.
@@ -638,9 +628,6 @@ document.Close()
638628

639629
{% endtabs %}
640630

641-
You can download a complete working sample from [GitHub]().
642-
643-
644631
## Remove Ink
645632

646633
You can remove ink by iterating through Ink objects or specifying an index. The following code example demonstrates how to remove the Ink.
@@ -719,8 +706,7 @@ document.Close()
719706
{% endhighlight %}
720707

721708
{% endtabs %}
722-
723-
You can download a complete working sample from [GitHub]().
709+
724710
## Limitations
725711

726712
The .NET Word Library (DocIO) has the following limitations when creating Ink programmatically or processing Ink from an existing Word document.
@@ -741,7 +727,10 @@ During Word-to-PDF and Word-to-Image conversions, Syncfusion Word Library uses f
741727

742728
**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.
743729

744-
## Online Demo
730+
## Frequently Asked Questions
745731

746-
* Explore how to create a Word document with Ink using the .NET Word Library (DocIO) in a live demo [here]().
747-
* Explore how to edit a Word document with Ink using the .NET Word Library (DocIO) in a live demo [here]().
732+
* [What is Ink Trace?](https://help.syncfusion.com/document-processing/word/word-library/net/faqs/paragraph-and-paragraph-items-faqs#what-is-ink-trace)
733+
* [How Ink Width and Height Work](https://help.syncfusion.com/document-processing/word/word-library/net/faqs/paragraph-and-paragraph-items-faqs#how-ink-width-and-height-work)
734+
* [How Trace Points Are Calculated?](https://help.syncfusion.com/document-processing/word/word-library/net/faqs/paragraph-and-paragraph-items-faqs#how-trace-points-are-calculated)
735+
* [Example: Triangle Ink Trace Points](https://help.syncfusion.com/document-processing/word/word-library/net/faqs/paragraph-and-paragraph-items-faqs#example:-triangle-ink-trace-points)
736+
* [How to Set Stroke Thickness?](https://help.syncfusion.com/document-processing/word/word-library/net/faqs/paragraph-and-paragraph-items-faqs#how-to-set-stroke-thickness)

0 commit comments

Comments
 (0)