PsTokenizer
Overview
PsTokenizer là một lớp trong Aspose.Page FOSS cho Python.
Tính năng của PostScript/EPS byte vào token ngôn ngữ.
Khóa học này cung cấp 8 phương pháp để làm việc với các đối tượng PsTokenizer trong các chương trình Python. Các phương pháp có sẵn bao gồm: __init__, next_token, read_asciihex_decoded, read_asciihex_source, read_raw, read_remaining, read_until_ascii85_eod, read_until_asciihex_eod. Tất cả các thành viên công cộng đều có thể truy cập bất kỳ ứng dụng Python nào sau khi cài đặt Aspose.Page FOSS cho gói Python.
Methods
| Signature | Description |
|---|---|
__init__(data: bytes) | |
next_token() → `PsToken | None` |
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 |