Re: How can i apply a CharStyle for created footnote on the fly? [CS6-jsx]
ok. but be carefull as not to invalidate any references (always iterate backwards, and always remove the characters After you have moved them).Also, for a larger document it will be much much faster to...
View ArticleRe: Is it possible to get font names of the used vector graphics?
Hi Vamitul, Sorry for the late reply, i placed one vector image(pdf file) in a new document and i embeded it and then i run the below script. var doc =...
View ArticleRe: Is it possible to get font names of the used vector graphics?
uh.. it has been a long time. can you send me the document you tried on? (ps, what platform?)
View ArticleRe: Is it possible to get font names of the used vector graphics?
Hi Vamitul, The image is a plain text pdf and im using Indesign CS5.5 Regards,Learner
View ArticleRe: Is it possible to get font names of the used vector graphics?
@Learner – you could use Acrobat Pro to read out the used fonts of a opened PDF.I don't know exactly how, but it should be scriptable with Acrobat's own JavaScript implementation. You could ask in the...
View ArticleRe: Open With
@Trevor – The Excel2004 AppleScript reference is ok. I recently used it myself for a small script. But I think it's nearly no good for Excel 2011 or higher. Too much things have changed since. The...
View ArticleRe: Is it possible to get font names of the used vector graphics?
again, hm... i remember testing it and working, but now it's not working for me either. on thing cames to mind (will test it soon) is taht it's not working in CS6 (i'm quite sure i did my inital tests...
View ArticleRe: Is it possible to get font names of the used vector graphics?
Hello Learner, or you could try to read out the fonts from XMP metadata. 1. Load XMP Library 2. Read out XMP metadata from file e.g. var _numberOfFonts =...
View ArticleRe: Placing Group Library Assets
Hi Jump_Over & hans, Thanks a lot genius!!!! Above threads are very helpful for me to find the solution. But now I try to learn myself with different task, but cant reach the destination. Is it...
View ArticleRe: Placing Group Library Assets
Hi All, Could anyone please help for the above request. ThanksBeginner
View ArticleRe: Open With
well, i can only test with excel 2004 at the moment, but as the only thing you want to do is opening that file it should be the same.Tested a tabdelimitted-textfile. tell application "Microsoft...
View ArticleRe: Open With
Thanks Uwe and Hans for the feadback, Hans you seemed to have answered the apple side of my original question although Ariel has defiantly whetted my appetite to create a real excel file rather than a...
View Articleinsert or replace last content
HI Forum, I do need a little tweak on this script... Thing is, i want to find the last paragraph, last line, last character and make it as full stop...eg. • can do anything if you need; (";" to...
View ArticleNewbie Question: How to move the underlying image, not the frame.
var myImage = myImgRectangle.place(new File('C:/path/image.pnf), [50, 50]); myImgRectangle.geometricBounds = [y, x, y2, x2]; How do I move the image (like panning it using the...
View ArticleRe: Newbie Question: How to move the underlying image, not the frame.
easy as 3.14: myImgRectangle.images[0].geometricBounds = [y, x, y2, x2];
View ArticleRe: insert or replace last content
Hi,do mDoc.changeGrep() twice.1. for remove last character if ";", ":" or "." (and unwanted space by the way)2. for add "." to every end of bullet's para. so:var myDoc = app.activeDocument;...
View ArticleRe: add missing plugin Indesign file to book
You can try Exporting the opened file from CS6 as an IDML file, reopen the IDML in CS6 and save as a new file name. When you open it should have stripped out any unused plugin references.
View ArticleIndex Page number linking
Hi I am beginner of script plese help me creating a script for index page nymber linking, wheen i create a pdf an index page number create with page link. If i clink the page number in pdf it will go...
View ArticleRe: Open With
OK Here's for some homework First script creates the whole file in Excel then opens the save as dialog. // make xls file on mac// http://forums.adobe.com/message/5610204#5610204//...
View ArticleRe: Script to make text frame or table cell hit precise depth - ID5.5
Hi VamitulI am greatly encouraged by the fact that this is easy. However because I am afraid I know less than anything about scripts I wonder if I could have just a little more information. Would what...
View Article