Skip to content

WIP: ASCIIHexDecode and ASCII85Decode filters

pompolic requested to merge Pompolic/pdf:asciiXdecodeWIP into master

Work in progress for the time being, but I think it's ready to be looked at. I want to reduce code duplication in the semantic actions for partial groups of ascii85 characters. Additionally, it would probably be better if the a85string rule flattens the entire thing into a sequence of bytes. And the parsers allocated might need to be explicitly freed once the decoder function stops running.

Edited by pompolic

Merge request reports

Loading