Quantcast
Channel: Adobe Community: Message List - InDesign Scripting
Browsing all 37788 articles
Browse latest View live

Re: [JS] dialogue

Super...thank you very muchPeter.Super ... merci beaucoup Peter.

View Article


How do you make page 1 the active page?

I am trying to write a script to perform a data merge, followed by a find/replace, page add, and finally export. I can get it to perform the merge and find/replaces that are needed.  When I add a new...

View Article


Re: How do you make page 1 the active page?

Hi Halepub What about this. I hope I understood your question. myDoc = app.activeDocument;myDoc.pages.firstItem().select() Kind Regards Dani (from Switzerland)

View Article

Re: How do you make page 1 the active page?

Hi again This could work for the IDML export main();exit(); function main() {          myDoc = app.activeDocument;          f = new File("/Users/afile.idml");     // here you have to adapt it for your...

View Article

Change scripts to run through multiple documents in a book, rather than just...

I have a number of scripts that I run, that run through entire docments.  But to apply their changes to an entire book I have to open up each section (or document) in the book and then run the script,...

View Article


Re: How do you make page 1 the active page?

Already wrote up a long-ish answer on StackOverflow: http://stackoverflow.com/questions/21000895/indesign-script-export-to- idml Please, before posting the same query in multiple forums, consider that...

View Article

Simple newbie Question

This is probably a newbie thing to ask but my scripting knowlege is limited and i dont have a lot of time. I need to know how to create a script that selects a group of pdf files in a folder, opens...

View Article

Re: Search text variable and replace it with another text variable

Hi, jarek. Do you means changing variable A contents to variable B contents?If so, there are two variables in the document only variable name is different, but the contents is same.I don't want...

View Article


Re: what is wrong? with ID script ,auto change image size use photoshop?

I make alert() check where, then I find alert(myDoc.width.value) is different so much,but the tow picture's width is Almost。

View Article


Re: what is wrong? with ID script ,auto change image size use photoshop?

Hi, 喜狼_edny. Try the following code:Main();function Main() {    var image = app.selection[0].images[0];    var imagePath = image.itemLink.filePath;    var myResolution=350;    var...

View Article

Re: what is wrong? with ID script ,auto change image size use photoshop?

change the resolution and size should be divided into two steps.

View Article

Re: what is wrong? with ID script ,auto change image size use photoshop?

HA,HA,you are right~Thank you very very very much,excellent ,you

View Article

Re: what is wrong? with ID script ,auto change image size use photoshop?

a little problem need helpif you Careless to Consecutive double-click the pictureyou will find the imagesize is Smallercould you Determine the image  whether to open,if not run the scrip,if open, run...

View Article


Re: what is wrong? with ID script ,auto change image size use photoshop?

喜狼_edny wrote: a little problem need helpif you Careless to Consecutive double-click the pictureyou will find the imagesize is Smallercould you Determine the image  whether to open,if not run the...

View Article

Re: what is wrong? with ID script ,auto change image size use photoshop?

I mean I have run Once the scrip,and the image is open. I Careless to run the scrip again, I find the image is change to smaller,when the image is opened if you run the scrip again, you will find the...

View Article


Re: what is wrong? with ID script ,auto change image size use photoshop?

Execute the script to save images, close and update it, execute the script again, pictures not smaller. Please look at:Main(); function Main() {    var image = app.selection[0].images[0];    var...

View Article

Re: what is wrong? with ID script ,auto change image size use photoshop?

auto save?if it is jpgAre you sure saved with High quality?if The last time the image is saved with Low quality by somebody, It will auto save with low quality. It is very Dangerous.mybe,just forbid me...

View Article


Re: what is wrong? with ID script ,auto change image size use photoshop?

image opened, the script is not executed: Main(); function Main() {    try{var image = app.selection[0].images[0];}catch(e){return}    var imagePath = image.itemLink.filePath;    var myResolution=350;...

View Article

Re: Search text variable and replace it with another text variable

HI, Ok. Got your point, sorry...As i wrote - not familiar with VBA but as JS it could be like this:var      doc = app.activeDocument, destCell, currFile, currRec, currImage, i,      mVarA =...

View Article

Re: what is wrong? with ID script ,auto change image size use photoshop?

It is very good thank you very muchYou're amazingBest wishes  to youmybe you can help another question:change fonts like indesign in ps,Specifically for the missing...

View Article
Browsing all 37788 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>