mirror of
https://github.com/documenso/documenso
synced 2026-04-21 13:27:18 +00:00
This PR introduces automatic detection and placement of fields and
recipients based on PDF placeholders.
The placeholders have the following structure:
- `{{fieldType,recipientPosition,fieldMeta}}`
- `{{text,r1,required=true,textAlign=right,fontSize=50}}`
When the user uploads a PDF document containing such placeholders, they
get converted automatically to Documenso fields and assigned to
recipients.
10 lines
375 B
JavaScript
10 lines
375 B
JavaScript
export default {
|
|
'sending-documents': 'Sending Documents',
|
|
'document-preferences': 'Document Preferences',
|
|
'document-visibility': 'Document Visibility',
|
|
fields: 'Document Fields',
|
|
'pdf-placeholders': 'PDF Placeholders',
|
|
'email-preferences': 'Email Preferences',
|
|
'ai-detection': 'AI Recipient & Field Detection',
|
|
'default-recipients': 'Default Recipients',
|
|
};
|