Update wiki Home page for pdf-action

gitea_admin 2026-03-11 14:39:27 +00:00
parent 07c8b0316a
commit 79cd6f9db6

33
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`