Skip to content

Commit

Permalink
chore(routes): better asterix presentation in convert into PDF/A & PD…
Browse files Browse the repository at this point in the history
…F/UA
  • Loading branch information
gulien committed Feb 24, 2024
1 parent 0028a10 commit d89a620
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/routes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1193,10 +1193,10 @@ It accepts the following form files and form fields:
| Key | Description | Default |
|-------|------------------------------------------------------------|---------------------------------------------------|
| *.pdf | At least one PDF file. | <span class="badge badge--danger">required</span> |
| pdfa | Convert the resulting PDF into the given PDF/A format. | None* |
| pdfua | Enable PDF for Universal Access for optimal accessibility. | false* |
| pdfa | Convert the resulting PDF into the given PDF/A format. | None<span style={{color: 'red'}}>*</span> |
| pdfua | Enable PDF for Universal Access for optimal accessibility. | false<span style={{color: 'red'}}>*</span> |

Note that at least one of the form field must be provided.\*
<span style={{color: 'red'}}>\*</span>Note that at least one of the form field must be provided.

At present, the following PDF/A formats are available:

Expand Down

0 comments on commit d89a620

Please sign in to comment.