[issue30412] mailbox : add option to prevent platform EOL conversion

2017-05-20 Thread adder
New submission from adder: The mailbox module will actively convert EOL format from the input mailbox, towards the EOL convention of the platform it is running on. This is wrong. If the mailbox originates from the same platform, as the code is executing on, it is an unnecessary conversion

How to use Adobe Illustrator Export function within a Python script

2005-07-07 Thread adder
I would like to create a script that can export ai-files to jpg-files using the export function available in Adobe Illustrator. Can someone tell me how to dispatch the illustrator com-object to make this possible and possibly provide me with some tips on how to accomplish this?! Thanks in advance