indesign-scripting-python icon indicating copy to clipboard operation
indesign-scripting-python copied to clipboard

Python Script to Connect InDesign 2023 using Mac OS 12

Open rhariharasudhan05 opened this issue 3 years ago • 0 comments

Dear All,

As we requesting to create a new Python script for InDesign. How to intract the InDesign file using Mac OS.

Here I used the below one, but this is for Windows connection.

import win32com.client import os

app = win32com.client.Dispatch('InDesign.Application.CC.2023')

Kindly share me the answer, it will helpful to further proceed.

rhariharasudhan05 avatar Mar 08 '23 11:03 rhariharasudhan05