guideExport to PDF On-Premises

# 1.4.4 (2023-02-07)

# Other changes

  • Updated dependencies

    Selected dependencies have been updated to the latest versions, improving performance and security.

# 1.4.3 (2022-11-29)

# Other changes

  • Updated dependencies

    Selected dependencies have been updated to the latest versions, improving performance and security.

# 1.4.2 (2022-10-18)

# Other changes

  • Updated dependencies

    Selected dependencies have been updated to the latest versions, improving performance and security.

# 1.4.1 (2022-09-06)

# Other changes

  • Updated dependencies

    Selected dependencies have been updated to the latest versions, improving performance and security.

# 1.4.0 (2022-07-26)

# Features

  • Added possibility to set the origin of external requests

    The change allows configuring CORS for external resources in a proper way.
    To set custom request origin use the CUSTOM_REQUEST_ORIGIN environment variable while running Export to PDF On-Premises.

# Other changes

  • Updated dependencies

    Selected dependencies have been updated to the latest versions, improving performance and security.

# 1.3.1 (2022-06-14)

# Other changes

  • Updated dependencies

    Selected dependencies have been updated to the latest versions, improving performance and security.

# 1.3.0 (2022-05-05)

# Features

  • Added support for ARM64v8 CPU architecture

    The Export to PDF On-Premises Server can now be run on machines with the ARM64v8 CPU architecture.

# Other changes

  • Updated dependencies

    Selected dependencies have been updated to the latest versions, improving performance and security.

# 1.2.5 (2022-03-22)

# Other changes

  • Updated dependencies

    Updated selected dependencies to the latest versions - improved the performance and security.

  • Cleaned up dependencies

# 1.2.4 (2022-02-08)

# Other changes

  • Updated dependencies

    Updated part of the dependencies to the latest versions - improved the performance and security.

# 1.2.3 (2022-01-18)

# Other changes

  • Update Node.js to version 16

  • Updated dependencies

    Updated part of the dependencies to the latest versions - improved the performance and security.

# 1.2.2 (2021-11-16)

# Other changes

  • Updated dependencies

    Updated part of the dependencies to the latest versions - improved the performance and security.
    From this version the Docker Engine 20.10 or higher is recommended.

  • Updated base docker image (Alpine Linux) from version 3.12 to 3.14

# 1.2.1 (2021-10-05)

# Other changes

  • Updated dependencies

    Updated part of the dependencies to the latest versions - improved the performance and security.

# 1.2.0 (2021-08-24)

# Features

  • Increased maximum size of the HTML

    The service allows to convert HTML with the maximum size of the content 70 MB.

# Other changes

  • Improved logs readability

  • Updated dependencies

    Updated a part of the dependencies to the latest versions - improved the performance and security.

# 1.1.0 (2021-02-25)

# Bug fixes

  • Handled the case when an invalid external resource link provided

    If the service will not be able to fetch an external resource, the timeout error will be returned.

# Documentation

  • Added the documentation for the Authorization HTTP header

    The documentation explains on how to use the Authorization HTTP header and includes a sample application.

# Other changes

  • Improved the demo page

    The demo page UI, and the example document content has been improved.

# 1.0.0 (2020-07-24)

# Features

  • Added On-Premises version of PDF Converter

    The service allows to convert HTML into PDF documents via the REST API.

  • Added authorization

    JWT authorization can be set with SECRET_KEY environment variable.