Skip to content

Commit cae834e

Browse files
Merge pull request #2360 from syncfusion-content/1012753-Add-working-with-ink-page_docio
1012753- Added working with Ink UG page in DocIO
2 parents 46d3acb + 37589dc commit cae834e

8 files changed

Lines changed: 837 additions & 1 deletion

File tree

Document-Processing-toc.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4662,6 +4662,9 @@
46624662
<li>
46634663
<a href="/document-processing/word/word-library/net/Working-with-SmartArts">Working with SmartArts</a>
46644664
</li>
4665+
<li>
4666+
<a href="/document-processing/word/word-library/net/Working-with-Ink">Working with Inks</a>
4667+
</li>
46654668
<li>
46664669
<a href="/document-processing/word/word-library/net/Working-with-Charts">Working with Charts</a>
46674670
<ul>

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: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,11 @@ The frequently asked questions under each category in Essential<sup>&reg;</sup>
6565
* [Why is some text not found in a Word document when using the Find functionality in DocIO?](https://help.syncfusion.com/document-processing/word/word-library/net/faqs/paragraph-and-paragraph-items-faqs#why-is-some-text-not-found-in-a-word-document-when-using-the-find-functionality-in-docio)
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)
68+
* [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)
6873

6974
## Mail merge
7075

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

Lines changed: 10 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

@@ -1203,6 +1212,7 @@ Yes<br/><br/></td></tr>
12031212
<tr><td>UserAddress field</td><td>No</td></tr>
12041213
<tr><td>UserInitials field</td><td>No</td></tr>
12051214
<tr><td>UserName field</td><td>No</td></tr>
1215+
<tr><td>CreateDate field</td><td>Yes</td></tr>
12061216
</table>
12071217

12081218

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,7 @@ Field updating engine calculates the resultant value based on the field code inf
255255
* TITLE
256256
* Cross-Reference
257257
* SEQ
258+
* CreateDate
258259

259260
The following are the known limitations:
260261

0 commit comments

Comments
 (0)