lohriialo/indesign-scripting-python

Python Script to Connect InDesign 2023 using Mac OS 12

Opened this issue · 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.