Skip to main content
Inspiring
August 23, 2014
Question

Link Path of Quark file In InDesign

  • August 23, 2014
  • 1 reply
  • 423 views

Hi,

   I need to get links details (Link name and Path) of InDesign and Quark files. Using Q2ID (Markzware), I can able to open Quark file in InDesign.

   Link name and path is there in Link palette but if i use the script to get, its returning empty string. Dono the reason.

   Link palette contains the link path but the link properties does not have.  filePath of the image Property is empty.  Any way to get file path???

  

Thanks in advance,

Sudha K

This topic has been closed for replies.

1 reply

Community Expert
August 23, 2014

@Sudha K – how did you read the string in your second screenshot?

What is the code of "the script" you refer to?

Uwe

Sudha_KAuthor
Inspiring
August 25, 2014

Hi,

  Using the below code i got the string.

     lnk.properties.toSource().toString();

- Sudha K