Sha256: 35b8865b4b562ced4e6b8e2df367229fe417d9f8d9a6294c64305470b626fefd
Contents?: true
Size: 561 Bytes
Versions: 16
Compression:
Stored size: 561 Bytes
Contents
# encoding: utf-8 module Prawn module Core # 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 end
Version data entries
16 entries across 16 versions & 6 rubygems