Expand description
Form field validation system according to ISO 32000-1 Section 12.7.5.3
This module provides comprehensive validation for PDF form fields including:
- Format masks for various data types
- Required field validation
- Range validation for numeric fields
- Custom validation rules
- Real-time format enforcement
Structs§
- Field
Validator - Field validator specification
- Form
Validation System - Form validation system
- Required
Field Info - Required field information
- Validation
Error - Validation error
- Validation
Result - Validation result
- Validation
Settings - Validation settings
Enums§
- Date
Format - Date format types
- Format
Mask - Format masks for field input
- Phone
Country - Phone number country formats
- Requirement
Condition - Requirement conditions
- Time
Format - Time format types
- Validation
Error Type - Validation error types
- Validation
Rule - Validation rules