Closed tmlippman closed 5 years ago
Replace namedtuple inheritance with metaclasses and add a COMMAND class attribute to all PDF commands. We'll use this to implement content-stream parsing: taking in a string of PDF commands and returning a list of PDF command instances.
@mjbryant the parsing stuff isn't here yet, clearly.
Replace namedtuple inheritance with metaclasses and add a COMMAND class attribute to all PDF commands. We'll use this to implement content-stream parsing: taking in a string of PDF commands and returning a list of PDF command instances.