PsTokenizer

PsTokenizer

Overview

PsTokenizer 是Python的Aspose.Page FOSS中的一个类.

将 PostScript/EPS 字节转换为语言代币.

这个类提供了在Python程序中与PsTokenizer对象工作的8种方法. 有的方法包括: __init__, next_token, read_asciihex_decoded, read_asciihex_source, read_raw, read_remaining, read_until_ascii85_eod, read_until_asciihex_eod. 在安装Python包的Aspose.Page FOSS后,所有公众成员都可以访问任何 Python 应用程序.

Methods

SignatureDescription
__init__(data: bytes)
next_token() → `PsTokenNone`
read_asciihex_decoded(max_bytes: int)tuple[bytes, bool]
read_asciihex_source(max_decoded_bytes: int)bytes
read_until_asciihex_eod()bytes
read_until_ascii85_eod()bytes
read_raw(count: int)bytes
read_remaining()bytes

See Also

 中文