Re: How to Export two different type of images at the same time?
hi samaelok try below code //change Pdf_Presets[i].name as per ur preset var myDoc = app.activeDocument; var myPage =myDoc.pages; for (var p=0; myPage.length>p; p++) { var pageNumber =...
View ArticleExport selected items on each page in InDesign to JPEG
Hi All, I have InDesign CS5.5. I have a document with more than 50 pages and each page has unique image and the description for image. I need to export each page as JPEG. but i don't want to export...
View ArticleRe: Export selected items on each page in InDesign to JPEG
export all image of each page try like this var myDoc = app.activeDocument;var myFolder = myDoc.filePath;var myImage = myDoc.allGraphics;for (var i=0; myImage.length>i; i++){...
View ArticleRe: [ANN] An open letter to Adobe devs/scripters
Hey Trevor, I hope ANN stands for Announcement. ~Green4ever
View ArticleRe: Export selected items on each page in InDesign to JPEG
Hi Mi_D. Thanks for the script. i used the script it exports all the image as JPEG. But, I have a document more than 50 page and each page has image and some text with descriptions (optional for some...
View ArticleRe: Export selected items on each page in InDesign to JPEG
Hi Ramjivk,just i went to know that all test frame or only image description text frame and one more thing image and description text are in group Mi_D
View ArticleRe: Export selected items on each page in InDesign to JPEG
Hi Mi_D, Thank you so much for your quick response. I need all the text frames along with the images. the image and the frames are not grouped. all are individual objects. thanks.
View ArticleRe: [ANN] An open letter to Adobe devs/scripters
@ Trevor Indeed, [ANN] = Announcement. Not sure I used the right tag anyway. I wanted to highlight that some project is in the pipeline behind Davide's post.Sorry for any confusion. @+Marc
View ArticlePlease help with scrit
Please help! I`m urgently need script which download all images from my publication to one folder.
View ArticleRe: Can we assign html tags color/size/face to textFrame.contents of inDesign ?
Reg Expression couldn't able to handle the number of proboblity's were the TextFormat string contains , and i was doing some xml parsing has below , Please let me know if i can do better than...
View ArticleRe: Please help with scrit
Urgent! So .. how much are you willing to pay? ... before answering, that was a rhetorical question (or at least, for me it is). The Scripting Forum is to help you writing your own scripts. It is not,...
View ArticleRe: How to Export two different type of images at the same time?
Thanks for reply I would be glad for it hehe. I am kind of new with this program but I will for sure learn some code basics.in the mean time it would be ncie to find some code soon.
View ArticleRe: How to Export two different type of images at the same time?
Thank you for the code. somehow I am new to this, I know that I need to transform that code in a vbs file then put that into the script folder. which I did.. but my problem now is I can't make it...
View ArticleRe: ScriptUI: replacing images
Hi Bob,I was unaware of this topic when I asked for help here (same issue) Is it that what you meant? (export the string as JSXBIN) - I did try, but to no avail.Regards, Davide Barranca
View ArticleRe: javascript: select all text, break link to style
If do it in selection? Is it just chang var myDoc = app.activeDocument to app.selection[0]? 從三星手機發送
View ArticleRe: Please help with scrit
If "downloading all images from my publication" means:"I want to copy all placed images in a document to a new folder", why don't you use InDesign's own feature for that?It's "Package" from the "File"...
View ArticleRe: ScriptUI: replacing images
@Davide – I know it's cheating and absolutely not waterproof, also I did not test it, but couldn't you write the file as myFile.hidden = true ? Uwe
View ArticleRe: Export selected items on each page in InDesign to JPEG
@Ramjivk – So you'll need something like a logical or geometrical relation first to identify the container object of the image to the right text frame that holds the description. We do not know your...
View ArticleRe: javascript: select all text, break link to style
I just discover that i cant change in empty cell how can fix it? 從三星手機發送
View ArticleRe: Export selected items on each page in InDesign to JPEG
Or you could use some heuristics like: the length of a caption is never more than 1,000 characters, it always resides in one single text frame, always using font named "x", geometrically never far away...
View Article