Skip to content

Commit

Permalink
docs(routes): add missing form fields for the split route
Browse files Browse the repository at this point in the history
  • Loading branch information
gulien committed Jan 29, 2025
1 parent a176163 commit 522bb15
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/routes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2123,6 +2123,9 @@ POST /forms/pdfengines/split
| splitMode | Either *intervals* or *pages*. | <span class="badge badge--danger">required</span> |
| splitSpan | Either the intervals or the page ranges to extract, depending on the selected mode. | <span class="badge badge--danger">required</span> |
| 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

Expand Down

0 comments on commit 522bb15

Please sign in to comment.