From 79cd6f9db6b4eec938d1f92d7c489393cd8a7251 Mon Sep 17 00:00:00 2001 From: gitea_admin Date: Wed, 11 Mar 2026 14:39:27 +0000 Subject: [PATCH] Update wiki Home page for pdf-action --- Home.md | 33 +++++++++++++++++++-------------- 1 file changed, 19 insertions(+), 14 deletions(-) diff --git a/Home.md b/Home.md index 93a012c..dec9e7f 100644 --- a/Home.md +++ b/Home.md @@ -1,21 +1,26 @@ -# Deploy the Project on CamelX Platform +# PDF Action -Deploy on CamelX Platform in three steps +Create a PDF -## Step 1: Create a release -From the project space, click on **"Create a release"** +## Metadata -The new version is automatically available in the list +| Property | Value | +|----------|-------| +| Type | action | +| Group | PDF | +| Namespace | Transformation | +| Support Level | Stable | +| Provider | Apache Software Foundation | -## Step 2: Deploy -Click on **"Deploy"** +## Properties -- **Version:** Select the desired release -- **Environment:** Choose `Development`, `Staging`, or `Production` -- **Configuration:** Select the configuration source -- **Resources:** Set CPU and Memory +| Name | Type | Required | Default | Description | +|------|------|----------|---------|-------------| +| `font` | string | ✓ | `Helvetica` | The font to use while generating the PDF. One of Courier, Courier-Bold, Courier-Oblique, Courier-BoldOblique, Helvetica, Helvetica-Bold, Helvetica-Oblique, Helvetica-BoldOblique, Times-Roman, Times-Bold, Times-Italic, Times-BoldItalic, Symbol, ZapfDingbats | +| `fontSize` | string | ✓ | `14` | The Font size to use while generating the PDF | +| `pageSize` | string | ✓ | `A4` | The Page size to use while generating the PDF. One of LETTER, LEGAL, A0, A1, A2, A3, A4, A5, A6 | -## Step 3: Expose -Enable **"Expose"** +## Dependencies -Choose an **API Gateway** (Internal, Public, etc.) +- `camel:pdf` +- `camel:kamelet`