Skip to main content

pdf_doc_encoding_decode

Function pdf_doc_encoding_decode 

Source
pub fn pdf_doc_encoding_decode(bytes: &[u8]) -> String
Expand description

Decode bytes using PDFDocEncoding to a String. PDFDocEncoding is essentially Latin-1 for bytes 0x00-0xFF, with some special mappings in the 0x80-0x9F range.