Skip to content

Commit e39ef75

Browse files
committed
[UIA-1274] Fix review comments
1 parent 9086f16 commit e39ef75

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

content/en/docs/marketplace/platform-supported-content/modules/document-generation.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,11 @@ Follow the instructions in [How to Use Marketplace Content](/appstore/use-conten
7373
* [Mendix Cloud Dedicated](/developerportal/deploy/mendix-cloud-deploy/)
7474
* [Mendix on Kubernetes Connected](/developerportal/deploy/private-cloud/)
7575

76-
2. [Running on self-hosted for airgapped and on-premises](#run-private-service-and-on-premises) using a local version of the PDF service. This option is available for apps that are deployed to the following environments:
77-
* [Private PDF Document Generation Service](#run-private-service)
78-
* [Microsoft Windows](/developerportal/deploy/deploy-mendix-on-microsoft-windows/)
79-
* [Linux](/developerportal/deploy/linux/)
76+
2. [Running on self-hosted for airgapped and on-premises](#run-private-service-and-on-premises) using a self-hosted version of the PDF service:
77+
* Using [Private PDF Document Generation Service](#run-private-service) (recommended)
78+
* Using a local version of the PDF service, available for [Microsoft Windows](/developerportal/deploy/deploy-mendix-on-microsoft-windows/) and [Linux](/developerportal/deploy/linux/)
8079

80+
{{% alert color="info" %}}The PDF service in the Mendix Public Platform is also available for any other deployment type that allows bi-directional communication with the PDF Service. In this case, [submit a support request](/support/submit-support-request/) with the details of the app environment(s) to register your app.{{% /alert %}}
8181
### Running Locally from Studio Pro {#run-locally}
8282

8383
To be able to test PDF document generation when using **Run Locally** inside Studio Pro, you need to have Chrome or Chromium installed on your local machine.
@@ -162,11 +162,11 @@ If your app is configured to [restrict access for incoming requests](/developerp
162162

163163
#### Running Private PDF Document Generation Service {#run-private-service}
164164

165-
When access to the public Mendix PDF generation service is restricted, particularly in isolated or air-gapped environments, Mendix offers a privately hosted, Docker containerized PDF Document Generation service as an alternative.
165+
When access to the public Mendix PDF generation service is restricted, particularly in isolated or air-gapped environments, company policies or high document generation need, Mendix offers a privately hosted, Docker containerized PDF Document Generation service as an alternative. With this deployment type, you can host the document generation service on your own infrastructure and have full control over resources, availability and scalability. In addition, this option offers configurable limits such as the maximum file size and maximum page rendering time.
166166

167-
It is available starting with module versions 1.11.0 for Studio Pro 9 and 2.1.0 for Studio Pro 10. For more information, refer to [Private PDF Document Generation Service](/appstore/services/private-document-generation-service/).
167+
It is available starting with module versions 1.11.0 for Studio Pro 9 and 2.1.0 for Studio Pro 10. For more detailed information, installation guide and configuration, refer to [Private PDF Document Generation Service](/appstore/services/private-document-generation-service/).
168168

169-
#### Running On-Premises {#run-on-premises}
169+
#### Running a local version of the PDF service on Windows or Linux {#run-on-windows-or-linux}
170170

171171
To configure the module to generate documents on your on-premises environments, you need to perform the following steps:
172172

0 commit comments

Comments
 (0)