Re: It is possible to script a decimal approximation in Indesign?
camilo umana wrote: In a file many decimal numbers should be approximate.It is possible to script it? Only if you can define which numbers exactly should be rounded. Can you use any sort of color,...
View ArticleRe: It is possible to script a decimal approximation in Indesign?
Hi Jongware That's not what I understood from Marc #4 in http://forums.adobe.com/message/4402568#4402568 True that he's talking there about toFixed and not round but I think the same issue applies.to...
View ArticleRe: It is possible to script a decimal approximation in Indesign?
Yes, i will make an array of those pertinent two comma decimals.I know exactly which numbers must be rounded up. Thanks a lot, Trevor, Jongware.
View ArticleRe: Changing tabs value in paragraph style based on longest word
Thanks for your help, Dave. I am new to indesign scripting. I wasn't aware of the horizontalOffset property of text. That was a great tip. Appreciate it. Here's what i ended up doing. Did a GREP search...
View ArticleRe: Changing tabs value in paragraph style based on longest word
Thanks for your response Trevor. I saw Dave's email, messed around a bit, and found a solution that currently works. Not sure if it's the same thing you were talking about. I appreciate you taking the...
View ArticleRe: Slug Script...
Hello, I was hoping to extend this script by adding coloured boxes next to each Pantone used. Can someone point me in the right direction?
View ArticleRe: Replace fonts in InDesign CS6, js
Actually, I needed it not for checking it afterwords. I need it to be open type fonts chosen while they been replaced. Sorry for the confusion and not replying right away. I have few projects running...
View ArticleRe: It is possible to script a decimal approximation in Indesign?
You might want to change the changeWhat grep depending on exactly what numbers you want to find but this is the basic idea to round all numbers with a "," instead of a "." var doc =...
View ArticleRe: Slug Script...
Maybe this will help you http://forums.adobe.com/message/5027707#5027707I hope to come out with my pro version of the script in about 2 or3 weeks but it's not exactly what you want.
View ArticleRe: Replace fonts in InDesign CS6, js
Dear Trevor, Thanks for the advise about the fontname and fontstyle separated by tab. Virender
View ArticleRe: Changing tabs value in paragraph style based on longest word
@tusharde – Just one thing to add: The value of "horizontalOffset" is in the measurement unit the user did apply to the horizontal ruler. That also means, you cannot rely on the value, if you rotated...
View ArticleRe: It is possible to script a decimal approximation in Indesign?
Trevor, Thanks again for the whole script skeleton!(I must confess that my programming skills are just for minor grep holydays tasks)It is a precious piece!Not to mention free of charge, Vat, taxes,...
View ArticleRe: Replace fonts in InDesign CS6, js
Trevorׅ wrote: Something not answered here?I'm not sure Yuliart understands that the font names you put in the script were just an example and need to be changed to the font that needs to be replaced...
View ArticleFind dpi & Align center of Image
Hi All, I have new request but struggling in the below points: 1. Find less than 300 dpi image in the active document2. Create text frame and fix center of the image vertically and horizotally. Hope I...
View Articleon idle script.
Hi Forum, Need a help from you forum, Do we have options to run the javascript automatically when Indesign sofware is kept open.... like applescript function... on idle... some functions.. end idle.....
View ArticleRe: on idle script.
Yep look in the indesign scripting manual, seach the pdf for idleTask has a sample script there.If you don't manage let us know
View ArticleExport images to excel
Before I waste my time trying to do this! Does anyone know if one can export the contents of an idesign table including it's graphics images to excel? Thanks, Trevor
View ArticleRe: on idle script.
HI Trevor, Thanks for you update. I tested it for deleting the files atonce, if anything copied and pasted into the folder. But it does, only one time, when the script is manually clicked to function....
View Article