Stanislas Guerra
Stanislas Guerra
https://github.com/Starou/SimpleIDML/blob/73fc7d80096a09d684ddf2390bb4a72b9ef74d60/src/simple_idml/decorators.py#L27 Followed by https://github.com/Starou/SimpleIDML/blob/master/src/simple_idml/decorators.py#L58 This could be refactored since "Unlike TemporaryFile(), the user of mkstemp() is responsible for deleting the temporary file when done with it." https://docs.python.org/3.7/library/tempfile.html#tempfile.mkstemp
In _indesign.py_: ``` cl.set_options(location=indesign_server_url, timeout=90) ```
Sometimes the idml fragment we want to include contains elements that are positionned on the tag we want to include but are not part of the structure. Those elements should...
`image_file.width` raises `AttributeError: 'File' object has no attribute 'width'`