Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,11 @@ Follow the instructions in [How to Use Marketplace Content](/appstore/use-conten
* [Mendix Cloud Dedicated](/developerportal/deploy/mendix-cloud-deploy/)
* [Mendix on Kubernetes Connected](/developerportal/deploy/private-cloud/)
Comment thread
ozgeMendix marked this conversation as resolved.

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:
* [Private PDF Document Generation Service](#run-private-service)
* [Microsoft Windows](/developerportal/deploy/deploy-mendix-on-microsoft-windows/)
* [Linux](/developerportal/deploy/linux/)
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:
* Using [Private PDF Document Generation Service](#run-private-service) (recommended)
* Using a local version of the PDF service, available for [Microsoft Windows](/developerportal/deploy/deploy-mendix-on-microsoft-windows/) and [Linux](/developerportal/deploy/linux/)

{{% 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 %}}
Comment thread
ozgeMendix marked this conversation as resolved.
Outdated
### Running Locally from Studio Pro {#run-locally}

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.
Expand Down Expand Up @@ -162,11 +162,11 @@ If your app is configured to [restrict access for incoming requests](/developerp

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

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.
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.

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/).
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/).

#### Running On-Premises {#run-on-premises}
Comment thread
ozgeMendix marked this conversation as resolved.
Outdated
#### Running a local version of the PDF service on Windows or Linux {#run-on-windows-or-linux}

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

Expand Down