Skip to content

Commit fa1d22a

Browse files
DOC-2488: Remove reference of Cloud Service from various plugin pages. (#3397)
* DOC-2488: Remove reference of Cloud Service from various plugin pages. * DOC-2488: remove mention of option from importword_service_url. * Update modules/ROOT/pages/exportpdf.adoc Co-authored-by: shirqa <[email protected]> * Update modules/ROOT/pages/exportword.adoc Co-authored-by: shirqa <[email protected]> * Update modules/ROOT/partials/configuration/exportpdf.adoc Co-authored-by: shirqa <[email protected]> * Update modules/ROOT/partials/configuration/exportword.adoc Co-authored-by: shirqa <[email protected]> * DOC-2488: update description for IFW ETW and ETPDF regarding self-hosting. * Update modules/ROOT/partials/configuration/importword.adoc * Update modules/ROOT/partials/configuration/exportword.adoc * Update modules/ROOT/partials/configuration/exportpdf.adoc --------- Co-authored-by: shirqa <[email protected]>
1 parent b8071aa commit fa1d22a

File tree

5 files changed

+26
-15
lines changed

5 files changed

+26
-15
lines changed

modules/ROOT/pages/exportpdf.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ include::partial$misc/admon-export-pdf-paid-addon-pricing.adoc[]
1212

1313
include::partial$misc/admon-requires-7.0v.adoc[]
1414

15-
The {pluginname} functionality gathers the HTML produced using the `editor.getcontent()` method and the default editor content styles, along with the styles specified in the configuration options for the plugin. This data is transmitted to the {productname} Cloud Services HTML to PDF converter service. The service processes this information to create a PDF file, which is then sent back to the user's browser for saving to their local disk.
15+
The {pluginname} functionality gathers the HTML produced using the `editor.getcontent()` method and the default editor content styles, along with the styles specified in the configuration options for the plugin. This data is transmitted to the HTML to PDF converter service. The service processes this information to create a PDF file, which is then sent back to the user's browser for saving to their local disk.
1616

1717
== Interactive example
1818

modules/ROOT/pages/exportword.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ include::partial$misc/admon-export-word-paid-addon-pricing.adoc[]
1111

1212
include::partial$misc/admon-requires-7.0v.adoc[]
1313

14-
The export to Microsoft Word feature collects the HTML generated with the `tinymce.editor.getContent()` method and combines it with the default editor content styles along with the styles provided in the configuration. The combined content and styles are then transmitted to the {productname} Cloud Services HTML to DOCX converter service. Following this, the service generates a Word file, which is subsequently returned to the user’s browser, enabling them to save it in the Word format onto their disk.
14+
The export to Microsoft Word feature collects the HTML generated with the `tinymce.editor.getContent()` method and combines it with the default editor content styles along with the styles provided in the configuration. The combined content and styles are then transmitted to the HTML to DOCX converter service. Following this, the service generates a Word file, which is subsequently returned to the user’s browser, enabling them to save it in the Word format onto their disk.
1515

1616
== Interactive example
1717

modules/ROOT/partials/configuration/exportpdf.adoc

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
[[exportpdf-service-url]]
22
== `exportpdf_service_url`
33

4-
The {pluginname} uses the {productname} Cloud Services HTML to PDF converter service to generate the `document-name.pdf` files.
4+
The {pluginname} uses the HTML to PDF converter service to generate the `document-name.pdf` files.
55

6-
NOTE: The {pluginname} feature is currently only available `on-premise` and requires the `exportpdf_service_url` option to be configured. https://www.tiny.cloud/contact/[Contact us] if you require this feature.
6+
The {pluginname} feature is currently only available exclusively for `on-premise` setups, requiring a self-hosted HTML to PDF converter service and the `exportpdf_service_url` option to be properly configured. If you require access to this feature, please link:https://www.tiny.cloud/contact/[contact us]. Refer to our xref:individual-export-to-pdf-on-premises.adoc[on-premises documentation] for detailed instructions on deploying the {pluginname} service server-side component using Docker.
7+
8+
[TIP]
9+
Update the `exportpdf_service_url` configuration in your {productname} setup to point to your host. For instance, if your host is `mycustomhost.com`, the URL will be `https://mycustomhost.com/v1/convert`.
710

811
*Type:* `+String+`
912

modules/ROOT/partials/configuration/exportword.adoc

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
[[exportword-service-url]]
22
== `exportword_service_url`
33

4-
The {pluginname} uses the {productname} Cloud Services HTML to DOCX converter service to generate the Word files.
4+
The {pluginname} uses the HTML to DOCX converter service to generate the Word files.
55

6-
NOTE: The {pluginname} feature is currently only available `on-premise` and requires the `exportword_service_url` option to be configured. https://www.tiny.cloud/contact/[Contact us] if you require this feature.
6+
The {pluginname} feature is currently only available exclusively for `on-premise` setups, requiring a self-hosted HTML to DOCX converter service and the `exportword_service_url` option to be properly configured. If you require access to this feature, please link:https://www.tiny.cloud/contact/[contact us]. Refer to our xref:individual-import-from-word-and-export-to-word-on-premises.adoc[on-premises documentation] for detailed instructions on deploying the {pluginname} service server-side component using Docker.
7+
8+
[TIP]
9+
Update the `exportword_service_url` configuration in your {productname} setup to point to your host. For instance, if your host is `mycustomhost.com`, the URL will be `https://mycustomhost.com/v1/convert`.
710

811
*Type:* `+String+`
912

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
[[importword-service-url-option]]
2-
== `importword_service_url` option
1+
[[importword-service-url]]
2+
== `importword_service_url`
33

4-
This option is used for setting the URL endpoint for the conversion service.
4+
This option is used for setting the URL endpoint for the DOCX to HTML conversion service.
55

6-
[IMPORTANT]
7-
If this string value is **not configured** it will return a console.error:
8-
_The {pluginname} plugin requires the `importword_service_url` to be configured_. If the editor detects an `invalid_URL`, it will return a console.error: _The value provided in `importword_service_url` is not a valid URL_.
6+
The {pluginname} feature is currently only available exclusively for `on-premise` setups, requiring a self-hosted version of the DOCX to HTML conversion service and the `importword_service_url` option to be properly configured. If you require access to this feature, please link:https://www.tiny.cloud/contact/[contact us]. Refer to our xref:individual-import-from-word-and-export-to-word-on-premises.adoc[on-premises documentation] for detailed instructions on deploying the {pluginname} service server-side component using Docker.
7+
8+
[TIP]
9+
Update the `importword_service_url` configuration in your {productname} setup to point to your host. For instance, if your host is `mycustomhost.com`, the URL will be `https://mycustomhost.com/v1/convert`.
910

1011
*Type:* `+String+`
1112

@@ -15,8 +16,12 @@ _The {pluginname} plugin requires the `importword_service_url` to be configured_
1516
----
1617
tinymce.init({
1718
selector: 'textarea',
18-
plugins: 'code importword',
19-
toolbar: 'importword code',
19+
plugins: 'importword',
20+
toolbar: 'importword',
2021
importword_service_url: '<service-URL>'
2122
});
22-
----
23+
----
24+
25+
[IMPORTANT]
26+
If this string value is **not configured** it will return a console.error:
27+
_The {pluginname} plugin requires the `importword_service_url` to be configured_. If the editor detects an `invalid_URL`, it will return a console.error: _The value provided in `importword_service_url` is not a valid URL_.

0 commit comments

Comments
 (0)