ExecutionContext

ExecutionContext

Overview

ExecutionContext is a class in Aspose.Page FOSS for Python.

Holds interpreter stacks, dictionaries, and metadata for execution.

Properties: charpath_mode, default_page_size, dictionary_stack, dsc, error_handler, execution_stack, and 8 more.

Properties

NameTypeAccessDescription
operand_stackPsStack[PsObject]ReadGets the operand stack.
execution_stackPsStack[PsObject]ReadGets the execution stack.
dictionary_stackPsStack[PsDict]ReadGets the dictionary stack.
graphics_state_stackPsStack[GraphicsState]ReadGets the graphics state stack.
userdictPsDictReadGets the userdict.
systemdictPsDictReadGets the systemdict.
dscDscMetadata | NoneReadGets the dsc.
error_handlerCallable[[PsError], None] | NoneReadGets the error handler.
default_page_sizetuple[float, float] | NoneReadGets the default page size.
image_storePsImageStore | NoneReadGets the image store.
font_resolverFontResolver | NoneReadGets the font resolver.
charpath_modeboolReadGets the charpath mode.
in_type3_glyphboolReadGets the in type3 glyph.
text_font_overridesdict[str, str]ReadGets the text font overrides.

See Also