include_ole_data property

include_ole_data property

True to convert all OLE data from the presentation to embedded files in the resulting PDF. Read/write bool.

Remarks

Default is false .

Definition:

@property
def include_ole_data(self):
    ...

@include_ole_data.setter
def include_ole_data(self, value):
    ...

See Also