Questions tagged [adobe-incopy]

For questions about "InCopy" - Adobe's text-editing application that integrates with Adobe InDesign. When using this tag also tag the language that you are coding in for context; E.g. [extendscript], [applescript], or [vbscript]. Where possible include the [adobe-indesign] tag too.

5 questions
1
vote
1 answer

How to script InDesign/InCopy to "Check In" and "Check Out" textFrames?

I am not very familiar with InCopy. I keep seeing that it's a separate application, but I only have InDesign CS6 here, no InCopy CS6. Yet I am able to access InCopy functions within InDesign, such as "checking out/in" various textFrames for…
Sturm
  • 689
  • 2
  • 23
  • 52
0
votes
1 answer

How to save labels in InCopy?

It seems that when InCopy saves a document, programmatically added labels are lost. For instance, if I do this: app.activeDocument.insertLabel('myLabel', 'magicString'); The label is effectively added, as evidenced by…
0
votes
0 answers

MSI Installer Keeps Failing to Install Adobe InCopy 32/64bit on Windows Server

Keep getting error 1603 when trying to install and msi package of Adobe InCopy CS6 onto windows server 2012 R2. Already wiped the server and tried re-installation, same issue. Tried running various msiexec commands with many variations, all…
0
votes
1 answer

How can I modify an InDesign's document textFrame created from InCopy?

I have an InDesign file that I'm trying to script through but I'm running into an issue. I believe a portion of the document's content was created from InCopy because when I try to modify that text frame after scripting through the pages I get…
DᴀʀᴛʜVᴀᴅᴇʀ
  • 7,681
  • 17
  • 73
  • 127
0
votes
1 answer

The same property of Note is sometimes an array of one object, sometimes the object itself. Why?

The type of a Note’s parent or storyOffset property depends on whether the note was obtained from a Text or a Story. Why? How to deal cleanly with this in code working on a Note without knowing where it came from? The following scripts expose the…