Module: PDFUtilities::PDFValidator
- Defined in:
- lib/pdf_utilities/pdf_validator.rb
Defined Under Namespace
Classes: ValidationResult, Validator
Constant Summary collapse
- FILE_SIZE_LIMIT_EXCEEDED_MSG =
'Document exceeds the file size limit'
- PAGE_SIZE_LIMIT_EXCEEDED_MSG =
'Document exceeds the page size limit'
- USER_PASSWORD_MSG =
'Document is locked with a user password'
- OWNER_PASSWORD_MSG =
'Document is encrypted with an owner password'
- INVALID_PDF_MSG =
'Document is not a valid PDF'