Remove graphicLines
Hi, Thanks for the supporting me. I need a little tweak on the below script. When i run this, it removes graphicLines placed at left and right and center of the top and bottom of the page. but, I want...
View ArticleexportFile producing blank pages...
I have a script that exports a PDF using one of the default presets. It works fine, so long as I don't click around until it's complete. If I click anywhere, it produces blank pages in the PDF...
View ArticleRe: Script Export Single Pages with Custom Filename and Paragraph Style?
Thank you. The following worked to remove the .indd. var myDocTitle = myDoc.name.replace(/\.indd$/i,""); var myFilePath ="~/-client/JOYS - Just Organize Your Stuff/-Art/-art-book-kindle/"...
View ArticleRe: Index number hyperlinks [CS4/CS5]
Hello , Did you found a solution for this problem? I have the same problem I found something here http://www.benmilander.com/content/index-epub-trial-please-use-downloa d-button .. Maybe you have a...
View ArticleRe: Index number hyperlinks [CS4/CS5]
Here's the better solution* (as used by Sandee Cohen for the index in her popular InDesign CS6 Visual QuickStart Guide): http://www.freelancebookdesign.com/scripts/live-index Ariel * Better because it...
View ArticleRe: exportFile producing blank pages...
@jsavage77 – this could be a known bug.Seems to be not present in InDesign CC v9.1.0, but in older versions.In older versions (CS5, CS5.5 and CS6), you could open the appropriate panel for the...
View ArticleID and Mathmagic : batch equation conversion by scripting ?
Hello, My configuration : MacOS X + ID 6 + Mathmagic In ID, I have a text document with LaTex expressions, between \[ and \] tags.With a shortcut, I can convert these expressions in Mathmagic equation,...
View ArticleRe: hi i want to create a shape with multiple point
hi friends, var myDocument = app.activeDocument, myObject1, myObject2,W = [["768.161646","0.702997"],["962.477412","0.702997"]];...
View ArticleRe: hi i want to create a shape with multiple point
hi friends, var myDocument = app.activeDocument, myObject1, myObject2,W = [["768.161646","0.702997"],["962.477412","0.702997"]];...
View ArticleRe: hi i want to create a shape with multiple point
@Yogendra – there is no Polygon with only two path points.Two path points make a GraphicLine object. So you could construct it this way: var pathPoints = [["0","10"],["100","110"]]; var gL1 =...
View ArticleRe: InDesign CC - Extract Pages
I would need this script / feature also. Actually I don't understand that why this is not a build in feature within InDesign. It should be.
View ArticleRe: InDesign CC - Extract Pages
@Doug – I cannot say if it's working for you, but there is a script for splitting a InDesign file (multi pages) to InDesign files (single pages) with a lot of options. Author:Hans Haesler...
View ArticleRe: InDesign CC - Extract Pages
Hey, I found this tool:http://exportools.badiasoftware.com Seems to be really handy. Only thing I miss in it is that in some cases I would like to be able to custom name individual exported pages...
View Articlereeksspatiering
Hello, Can someone tell me what is the scripting property for the dutch word reeksspatiering? Thanks Michel
View ArticleRe: cleaning up text frames
Hi, im working on something right now, but i just could get a script that deletes a textframe with multiple blank character/spaces. I need help. thanks in advance..
View ArticleRe: reeksspatiering
After reading the Dutch Help and comparing the screenshots where arrows point to what gets changed It's "tracking": http://jongware.mit.edu/idcs6js/pc_Text.html#tracking I've been working in the...
View Article.sitx to Folder using Stuffit Expander
Hi All, Is it possible to convert .sitx format to folder format through Javascript or Applescript or any other process??? Using Mac OS Please refer the attachment: Currently we do it manual process...
View ArticleVerify if textframe is found in front of an Image
Hi everyone, I'm struggling with this since some days. Actually I'm working on a script in JS, which needs to identify any textframe which overlays (partly or completely) on an image (see below...
View ArticleRe: .sitx to Folder using Stuffit Expander
This works for me:File("~/Desktop/test.sitx").execute(); as does tellapplication "StuffIt Expander" toopenalias "Macintosh HD:Users:dirk:Desktop:test.sitx"
View ArticleRe: Verify if textframe is found in front of an Image
@Yohan828 – the "brute force" method in the UI would be using Path Finder with the "Substract" command on a selection of duplicates of the text frame and the image. To make that work, both objects,...
View Article