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
*[Mendix on Kubernetes Connected](/developerportal/deploy/private-cloud/)
75
75
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)
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/)
80
79
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 %}}
81
81
### Running Locally from Studio Pro {#run-locally}
82
82
83
83
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
162
162
163
163
#### Running Private PDF Document Generation Service {#run-private-service}
164
164
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.
166
166
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/).
168
168
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}
170
170
171
171
To configure the module to generate documents on your on-premises environments, you need to perform the following steps:
0 commit comments