Module for parsing/generating PDF files.
Converts self to HexaString
[Source]
# File sources/parser/string.rb, line 290 290: def to_hex 291: HexaString.new(self.value) 292: end
[Validate]