Sha256: 908eef2eb35c907069fe96631bab752db6a831e5e27ae0cb6706f5eb7e3fc0a2
Contents?: true
Size: 519 Bytes
Versions: 17
Compression:
Stored size: 519 Bytes
Contents
# encoding: utf-8 module Prawn # This is used to differentiate strings that must be encoded as # a *literal* string, versus those that can be encoded in # the PDF hexadecimal format. # # Some features of the PDF format appear to require that literal # strings be used. One such feature is the /Dest key of a link # annotation; if a hex encoded string is used there, the links # do not work (as tested in Mac OS X Preview, and Adobe Acrobat # Reader). class LiteralString < String #:nodoc: end end
Version data entries
17 entries across 17 versions & 5 rubygems