Class: RustPdf::PdfOverview
- Inherits:
-
Struct
- Object
- Struct
- RustPdf::PdfOverview
- Defined in:
- lib/rustpdf.rb
Overview
A non-mutating summary of a PDF (from #inspect_pdf). pdfa_level is nil when
the document is not PDF/A; encryption is the cipher name ("None" when the
document is not encrypted).
Instance Attribute Summary collapse
-
#encrypted ⇒ Object
Returns the value of attribute encrypted.
-
#encryption ⇒ Object
Returns the value of attribute encryption.
-
#page_count ⇒ Object
Returns the value of attribute page_count.
-
#pdfa_level ⇒ Object
Returns the value of attribute pdfa_level.
-
#requires_password ⇒ Object
Returns the value of attribute requires_password.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#encrypted ⇒ Object
Returns the value of attribute encrypted
224 225 226 |
# File 'lib/rustpdf.rb', line 224 def encrypted @encrypted end |
#encryption ⇒ Object
Returns the value of attribute encryption
224 225 226 |
# File 'lib/rustpdf.rb', line 224 def encryption @encryption end |
#page_count ⇒ Object
Returns the value of attribute page_count
224 225 226 |
# File 'lib/rustpdf.rb', line 224 def page_count @page_count end |
#pdfa_level ⇒ Object
Returns the value of attribute pdfa_level
224 225 226 |
# File 'lib/rustpdf.rb', line 224 def pdfa_level @pdfa_level end |
#requires_password ⇒ Object
Returns the value of attribute requires_password
224 225 226 |
# File 'lib/rustpdf.rb', line 224 def requires_password @requires_password end |
#version ⇒ Object
Returns the value of attribute version
224 225 226 |
# File 'lib/rustpdf.rb', line 224 def version @version end |