[][src]Function pdf_create::encoding::ascii_85_encode

pub fn ascii_85_encode<W: Write>(data: &[u8], w: &mut W) -> Result<usize>

Encode the input slice so that it can be decoded with the Ascii85Decode filter. Returns the number of written bytes.