Documentation ¶
Index ¶
Constants ¶
View Source
const NoRune = unicode.ReplacementChar
Variables ¶
View Source
var (
PdfDocEncoding = [256]rune{}/* 256 elements not displayed */
)
See PDF 32000-1:2008, Table D.2
Functions ¶
func IsPDFDocEncoded ¶
func PdfDocDecode ¶
func Utf16Decode ¶
Types ¶
type ByteEncoder ¶
type ByteEncoder struct {
// contains filtered or unexported fields
}
func NewMacRomanEncoding ¶
func NewMacRomanEncoding() *ByteEncoder
func NewPDFDocEncoding ¶
func NewPDFDocEncoding() *ByteEncoder
func NewWinAnsiEncoding ¶
func NewWinAnsiEncoding() *ByteEncoder
func (*ByteEncoder) Decode ¶
func (e *ByteEncoder) Decode(raw string) (text string)
type NoOpEncoder ¶
type NoOpEncoder struct{}
func (*NoOpEncoder) Decode ¶
func (e *NoOpEncoder) Decode(raw string) string
type StructedCMap ¶
func (*StructedCMap) Push ¶
func (s *StructedCMap) Push(hex string)
type TextEncoding ¶
Click to show internal directories.
Click to hide internal directories.