You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[save_n_up](./convert/save_n_up/)| Convert and save the previously opened PDF-document as N-Up PDF-document. |
39
39
|[save_markdown](./convert/save_markdown/)| Convert and save the previously opened PDF-document as Markdown-document. |
40
40
|[save_tiff](./convert/save_tiff/)| Convert and save the previously opened PDF-document as Tiff-document. |
41
+
|[save_docx_enhanced](./convert/save_docx_enhanced/)| Convert and save the previously opened PDF-document as DocX-document with Enhanced Recognition Mode (fully editable tables and paragraphs). |
41
42
|[export_fdf](./convert/export_fdf/)| Export from the previously opened PDF-document with AcroForm to FDF-document. |
42
43
|[export_xfdf](./convert/export_xfdf/)| Export from the previously opened PDF-document with AcroForm to XFDF-document. |
43
44
|[export_xml](./convert/export_xml/)| Export from the previously opened PDF-document with AcroForm to XML-document. |
Copy file name to clipboardExpand all lines: english/rust-cpp/convert/_index.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,7 @@ url: /rust-cpp/convert/
22
22
|[save_n_up](./save_n_up/)| Convert and save the previously opened PDF-document as N-Up PDF-document. |
23
23
|[save_markdown](./save_markdown/)| Convert and save the previously opened PDF-document as Markdown-document. |
24
24
|[save_tiff](./save_tiff/)| Convert and save the previously opened PDF-document as Tiff-document. |
25
+
|[save_docx_enhanced](./save_docx_enhanced/)| Convert and save the previously opened PDF-document as DocX-document with Enhanced Recognition Mode (fully editable tables and paragraphs). |
25
26
|[export_fdf](./export_fdf/)| Export from the previously opened PDF-document with AcroForm to FDF-document. |
26
27
|[export_xfdf](./export_xfdf/)| Export from the previously opened PDF-document with AcroForm to XFDF-document. |
27
28
|[export_xml](./export_xml/)| Export from the previously opened PDF-document with AcroForm to XML-document. |
description: "Converts and saves the previously opened PDF-document as a DOCX-document with Enhanced Recognition Mode (fully editable tables and paragraphs)."
5
+
type: docs
6
+
url: /rust-cpp/convert/save_docx_enhanced/
7
+
---
8
+
9
+
_Converts and saves the previously opened PDF-document as a DOCX-document with Enhanced Recognition Mode (fully editable tables and paragraphs)._
0 commit comments