From 522bb15dc1004ff07a6dd8697dd65de747d3ca6d Mon Sep 17 00:00:00 2001 From: Julien Neuhart Date: Wed, 29 Jan 2025 20:31:53 +0100 Subject: [PATCH] docs(routes): add missing form fields for the split route --- docs/routes.mdx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/routes.mdx b/docs/routes.mdx index 87b4439..05fd261 100644 --- a/docs/routes.mdx +++ b/docs/routes.mdx @@ -2123,6 +2123,9 @@ POST /forms/pdfengines/split | splitMode | Either *intervals* or *pages*. | required | | splitSpan | Either the intervals or the page ranges to extract, depending on the selected mode. | required | | splitUnify | Specify whether to put extracted pages into a single file or as many files as there are page ranges. Only works with *pages* mode. | false | +| pdfa | Convert the resulting PDF(s) into the given PDF/A format. | None | +| pdfua | Enable PDF for Universal Access for optimal accessibility. | false | +| metadata | The metadata to write (JSON format). | None | :::caution