Skip to content

Commit

Permalink
added support for PDFreactor 11
Browse files Browse the repository at this point in the history
  • Loading branch information
fashxp committed Nov 7, 2024
1 parent e433008 commit 28f7204
Show file tree
Hide file tree
Showing 5 changed files with 2,619 additions and 1,446 deletions.
10 changes: 5 additions & 5 deletions doc/01_Doc_Types_and_Available_Processors.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ This bundle introduces 2 new document types:

## Available PDF Processors

| Name | Description |
|----------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [Chromium](https://www.chromium.org/Home/) | Convert to PDF by installing the Chromium binary or by using a dockerized chromium (via websocket) |
| [Gotenberg](https://gotenberg.dev/) | A Docker service with Chromium and LibreOffice support |
| [PDF Reactor](https://www.pdfreactor.com/) | A REST/SOAP solution, please visit the official website for further information |
| Name | Description |
|----------------|------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [Chromium](https://www.chromium.org/Home/) | Convert to PDF by installing the Chromium binary or by using a dockerized chromium (via websocket) |
| [Gotenberg](https://gotenberg.dev/) | A Docker service with Chromium and LibreOffice support |
| [PDF Reactor](https://www.pdfreactor.com/) | A REST solution for rendering complex catalogs, please visit the official website for further information. Currently Pimcore supports PDFreactor 10, 11, 12 |

> For details on how to install and configure these processors, please see [Additional Tools Installation](https://pimcore.com/docs/platform/Pimcore/Installation_and_Upgrade/System_Setup_and_Hosting/Additional_Tools_Installation) page in the Core.
Expand Down
4 changes: 3 additions & 1 deletion src/Controller/SettingsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,9 @@ public function testWeb2printAction(Request $request): Response

if ($adapter instanceof PdfReactor) {
$params['adapterConfig'] = [
'javaScriptMode' => 0,
'javaScriptSettings' => [
'enabled' => false
],
'addLinks' => true,
'appendLog' => true,
'enableDebugMode' => true,
Expand Down
Loading

0 comments on commit 28f7204

Please sign in to comment.