Forum Replies Created
-
AuthorPosts
-
May 12, 2017 at 3:07 pm in reply to: Clear Overrides Throughout Document on Particular Object StyleObject #94629
Michel Allio for FRIdNGE
ParticipantShorter:
var D = app.activeDocument, O = D.pageItems.everyItem().getElements(), S = D.objectStyles.item(“s”), P = O.length; while (P–) if (O[P].appliedObjectStyle == S) O[P].applyObjectStyle(S);
(^/) =D
May 12, 2017 at 3:02 pm in reply to: Clear Overrides Throughout Document on Particular Object StyleObject #94628Michel Allio for FRIdNGE
ParticipantHi Kai,
Sure? =D
var O = app.activeDocument.pageItems.everyItem().getElements(), S = app.activeDocument.objectStyles.item(“s”), P = O.length; while (P–) if (O[P].appliedObjectStyle == S) O[P].applyObjectStyle(S);
One-single-line Script!
(^/)
Masood: I see you saw my comment about for free scripts! =D
Michel Allio for FRIdNGE
ParticipantIn private: obiwankenobiearth@gmail.com
(^/) –> Jedi’s Sign! =D
Michel Allio for FRIdNGE
ParticipantHi Matt!
What fee?
(^/)
Michel Allio for FRIdNGE
ParticipantJust €30.
(^/)
Michel Allio for FRIdNGE
ParticipantJust for comment!
https://en.wikipedia.org/wiki/Lakh
Interesting matter!
Masood is right trying to use a script!
I’ve written mine that works on texts and tables, all the document or just a text selection (that can include tables) and doesn’t treat again what is already done!!
… Including an “Undo!”, just … Fast and Cool! ;-)I think it’s interesting for all to know that this question can be fixed using Grep and Javascript power! By me or other guys.
Personally, as already said on this forum (and elsewhere), I don’t work for free!(^/)
Michel Allio for FRIdNGE
ParticipantYeap! There are many qualified persons as members of this forum like Peter, Jongware, Keith, David, …
(^/)
Michel Allio for FRIdNGE
ParticipantJust a [friendly] comment: the script doesn’t work at all in Tables!
(^/)
Michel Allio for FRIdNGE
ParticipantSalut Raphaêl,
Juste un commentaire : Le process pourrait être simplissime !… Comme cela pourra être confirmé !
(^/)
Michel Allio for FRIdNGE
ParticipantFind a scripter …! Personally, I don’t work for free! ;-) [but I’m cool!]
(^/)
Michel Allio for FRIdNGE
ParticipantThis script will move the selected frame on the left (= Object width, no rotation):
app.selection[0].move([(app.selection[0].geometricBounds[1]*2)-app.selection[0].geometricBounds[3],app.selection[0].geometricBounds[0]]);
You’re lucky! I only give for free one-single-line script! =D
(^/)
Michel Allio for FRIdNGE
ParticipantYou could import the image normally and just play a single-line script to move the import on the left depending on its width!
(^/)
Michel Allio for FRIdNGE
ParticipantYeap! That’s the problem with plugins that don’t immediately follow the ID update!
That why I prefer scripts!
One clue and direction a scripter could play it in your case:
Find para styles on each page, duplicate their contents in an header created by the script on the page [with a ” / ” separator between them + adding in first the last find of the previous page (if it exists)]!
imho, not really complex to write!
… And if the layout moves, Launch the script again!
So, Is there a scripter in the plane?! ;-)
(^/)
Michel Allio for FRIdNGE
ParticipantMaybe use a script that imports the pdf exactly where you want would be better! ;-)
(^/)
Michel Allio for FRIdNGE
ParticipantI see!
(^/)
-
AuthorPosts
