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