Place executives of texts related to specific coordinates to the page

Hello!

I'm after a script or another solution to automatically move the blocks of text to the specific X/Y coordinates on a page. I know it's possible with text anchors, but in my case, there is no text to attach the frame too. It's only a block of text on the page and I want that it align on a specific spot on each page by running a script or by applying an object style. It's 1 million pages, so do manually is a very time-consuming procedure.

Rune

While the equalizer is certainly worth a loook for the time being, you can try this:

app.doScript (main, undefined, undefined, UndoModes.ENTIRE_SCRIPT, "Move Textframes")

function main() {
     app.findTextPreferences = NothingEnum.NOTHING;
     app.findTextPreferences.appliedParagraphStyle = app.activeDocument.paragraphStyles.item("dings");
     var hits = app.activeDocument.findText();
     for (var n = 0; n < hits.length; n++) {
          var tf = hits[n].parentTextFrames;
          if (tf.length > 0) {
               tf = tf[0];
               tf.move( [0,0] );
          }
     }
}

With the name of your paragraph style, replace 'bumps '. Replace "[0,0]" with your details

Tags: InDesign

Similar Questions

  • When you use the "Fill &amp; sign PDF" feature, is there a way to stretch to resize the text box, to an area of the page... rather than through a long straight line...?

    When you use the "Fill & sign PDF" feature, is there a way to stretch to resize the text box on a specific area of the page... instead of the text box is in a long straight line...? I do not see there is an option or the ability to do so, just want to confirm.

    Improving the management of multiple line text fields is in our plans, but for now, you need to add manual carriage return (Enter).

    Thank you

    Josh

  • can I put a specific point on the page to go with a button?

    I got a page of 1024 x 3072 and I put a button to go to a specific point on the page, for example, to 650px to 724px just using a button.

    So my question is can I do it?, how?... Thank you

    Not supported.

    Bob

  • How to place a menu in a custom (model) display on the page zero position

    Hello

    What I try to do is the following:

    I want to show a TopNavigation Menu (plugin)... which shall be visible at the top of my pages.

    That's why I changed my page template and added #REGION_POSITION_08 # to a specific place in the header of the template where I want my menu to appear.

    I added a Point of view, to the model, named TopMenu and used the substitution of the #REGION_POSITION_08 model #.

    Now I want to put this plugin topmenu in this position, but because it is a menu... I want it in every page, so I want to place on the page from scratch

    But my custom created Point of view is not visible on page zero...  (it is visible on any other page).

    How can I use a custom page zero view point?

    (using Oracle Apex 5.0)

    Have you added the new position of the region to your default Page template (theme setting) or to a different page template? Because the Page Designer will / can use only the Standard model of the Page for editing Page zero.

    Concerning

    Patrick

  • How can I use applescript to move objects to a specific position on the page?

    I have a PDF file with a bunch of items of text on each page, but the margins are irregular.  I want to automate the following process:

    1. Select all the objects on the page

    2. move objects (such as a group, i.e. preserving their arrangement relative to each other) until the upper left corner of the object of most of the top-left {. 67 ", 1"} from the upper left corner of the page.

    3. go to the next page.

    4. Repeat steps.

    I work on a mac, and I see that Acrobat is scriptable using Applescript.  Is it possible to do it with this?  If there is another way to describe this process without Applescript, I'd be open to that as well.

    Thank you very much.

    Acrobat has no interface for scripts change the position of an ordinary object.

  • Master page text frame does not appear on the pages of the child of the master

    Why a block of text on my A-master (indicated under control) does not control the size of the blocks of text on the pages of the children of this master? Is a likely answer that I placed the text on the pages of the child until I entered the text block on the A-master. But even at this stage, when I create a new A-master, there is no block of text at all, in order to recreate and redo the problematic child pages appear not to be a solution. Thanks in advance.

    Hello

    When you click on the Plus sign next to a master page to create another master page, it does not inherit the master page objects. It simply creates an empty template. If you want the new master page to inherit the objects, then right-click on the desired master page and choose 'duplicate page.

    As child pages are concerned, Yes, they should inherit all objects and properties of the master page. It's really weird if his past is not for you. What happens when you right click on the page child and apply desired master for this menu?

    Kind regards

    Aish

  • Write records to a text file to specific columns in the text file

    Help please! I'm a noooooooooobbbbbb!

    I searched this forum looking for a procedure that will write my database records in some neck (positions) in a text file. Example:


    TONY 1234 TEST 84889922 Y 34 TORCHCOMP 34
    5678 BOB JOHNS N 43534534, 56 SAFDWEERE 65

    I think I would install as variaables:

    Consumer_ID = consumption (position 1, 5)
    Name = name (10,20 position)
    Invoice_No = invoice (30, 40 position)

    etc.

    Any input will be greatly appreciated

    Thank you

    If you want to write to a file on the database server where your oracle database is installed to see this link [UTL_FILE | http://www.psoug.org/reference/OLD/utl_file.html]. or if you want just a plain sql uses a coil.

    spool c:\file.txt
    select rpad(to_char(consumer_id),5,' ')||'     '||
           rpad(name,10,' ')||'          '||
           rpad(invoice_no,10,' ')
      from [table]
    spool off
    

    the function RPAD() will create white space.

  • error of 1 element with text alt but no content of the page... Help

    I created a brochure with InDesign and need to do 508 compliant. I have everything except a silly mistake when I do the full check: 1 element with alternative text but no page content. I have looked for forms of ghosts in my file, checked the structure... apparently all. Can't seem to understand how to fix it! Any help would be really appreciated. Thank you

    Can you find an empty tag in the Tags pane? The troublesome tag maybe not a '+' next to it, because there is no content to drill down to. Another thing, you can try if the document isn't terribly long - right click on the first tag, and then select Properties. Let the properties of the window open and click on each subsequent tag in turn to find those with text. Inspect any what alt text tag and delete the one without content. I use Acrobat Pro XI on Windows 10 - your Mac experience may vary.

    I hope this helps.

    a 'C' student

  • What makes popup appear on a specific region of the page

    Hello

    I use jdev 11.1.2.2.

    I have a fragment jsff with a popup defined in him and that is invoked in a bean. When the popup is invoked it appears in the middle of the screen. How can I make the popup appears in the lower right corner of the screen or any other specific location similar to the download notification in browsers?


    Thank you
    Rakesh

    Hello.
    Try the Cvele_new_account with the code

    RichPopup.PopupHints.AlignTypes.ALIGN_START_BEFORE);

    http://docs.Oracle.com/CD/E14571_01/apirefs.1111/e10684/Oracle/ADF/view/rich/component/rich/RichPopup.PopupHints.AlignTypes.html

  • Synchronization of audio text more user click to advance the page

    (CP 5.5) I have pages with separate text elements that I want to synchronize with audio. I want users to go to the next page in a click at their own pace. Here's my dilemma:

    1. I can synchronize text CP with the audio objects, but timing page seems to be dictated by the time of page, and is not an option "click to move"; OR
    2. Can I import PPT slides, for which there is an option "click to move" page set of CP, but I can't handle PPT text lines to fit the timeline audio, as lines of text PPT are not recognized as separate objects. Actually, my PPT hours previously synchronized are ignored in favour of a cascade of delay of 1 sec.

    TIA,

    Wayne

    If you only want to pause after all audio slide is over and the text captions appear? Just add a button (or click box) on the blade and make sure you have his suspension point, after the appearance of the last text caption and after the end of the audio clip. It's your choice: a button will be visible to the user, sometimes I add a click box covering everything from the slide and ask the user to click on the slide when you are ready,.

    Lilybiri

  • Referring to a specific bit of the page of the copy number

    I'm sure it can be done, but could not find a clue. I need to refer to a specific copy block in my document. It should look like:

    See annex, page 42.

    I would like to have it automated, so that the flow of things, the reference number is updated.

    Is this possible?

    RufusCat wrote:

    I'm sure it can be done, but could not find a clue. I need to refer to a specific copy block in my document. It should look like:

    See annex, page 42.

    I would like to have it automated, so that the flow of things, the reference number is updated.

    Is this possible?

    You want a reference, new in InDesign CS4. Read up on it in the help. InDesign CS3 or earlier, use Google for "Jong TEU InDesign script of cross reference", without the quotes.

    HTH

    Kind regards

    Peter

    _______________________

    Peter gold

    Know-how ProServices

  • Text field of point (always submits the page when you press enter)

    I do apply in which I could read codes bar by the optical drive, for which I use a field of text element, which shows me the barcode information, and then I click the button Save, which is a successful process...

    But when the property changes of text field for the point (still stands when enter press pages) for automatic recording, the process is not successful.

    -That can be done to the code system reading barcode automatically saves...

    Note: when reading of the bar code, including the son of enter...


    I appreciate your attention.

    Lucien Reynel Salazar Martínez... +

    Make sure that your process page is not conditional on the 'Record' button that is clicked.

  • Player fails to link to the HTML file with the relative file specification.

    I use a PC running Win XP and Adobe Reader 9.3.4

    Adobe Reader says that it cannot find a file even if it gives the correct path and spec in the error message?

    In LaTeX, I use the hyperref package to produce a pdf document called pratiques.pdf

    \usepackage[pdftex]{hyperref}


    This works...


    CASE 1) my pratiques.pdf contains the following statement.


    \mbox{\href{run:./answers.html}{\Huge\textcolor{magenta}{$\bigstar$}}}solutions


    The agreement of file and directory is...

    /foobar/questions.PDF
    /foobar/answers.html

    The user clicks on pratiques.pdf, then within this pdf document when the user clicks on the magenta Star (link), answers.html starts in the browser. Perfect!


    It does not work...


    CASE 2) my pratiques.pdf contains the following statement. This time answers.html is located in a subdirectory from questions.html

    \mbox{\href{run:./exercise1/answers.html}{\Huge\textcolor{magenta}{$\bigstar$}}}solutions


    The agreement of file and directory is...

    /foobar/questions.PDF
    /foobar/exercise1/answers.html


    The user clicks on pratiques.pdf, then in this pdf document, when the user clicks on the magenta Star (link), answers.html cannot be found.

    Frustrating is that Adobe Reader allows the specification of OK in the error message file when he says that it cannot find the file! ??

    I tried enclosing the specification of file within various quotes etc, but I just can't get this relative file specification to find the HTML file. I wish it works so I can apply a structure for the structures of files for this work.

    Any help much appreciated.

    Kind regards
    Brad

    Reader 9.3.4 cannot open files in sub directories (and all other directories), but if you move the files to the same directory where the pdf file is, they can be opened. Other people in the forums has encountered the same problem)

    ( http://forums.adobe.com/thread/714892?tstart=0). I guess everyone will meet the problem when they click links in a pdf document that point to files in other directories. 9.3.3 seems do not have the problem.

  • You want to display text in all the pages of the report.

    Hai,

    My report have lots of pages. And I want to display text (ex: report name) in all the pages of my RTF using BI-Publisher in word format. Please help me how to do the same.

    Thank you in advance.

    Kind regards
    Uraja

    create a header in rtf
    or
    create the template header and call it in the main model

  • How insert, merge the text related images / existing linked long narrative framework?

    I have a book with a unique story, many related / frames pages. The index takes 4 pages in the last part of the book, but not the last pages. I refreshed the index and it's 4 pages of images related to a story separate in additional pages, that I generated at the end of the book. I've selected the new index pages in the pages Panel and moved them to the appropriate location in the book. I want to delete the old index and pages, but which leaves me again with two stories with the managers of the main story jump around the story of index images. I want the index to be part of the main story so that if the text extends the index will move.

    In short, insert and merge history and its executives of text in the middle of another story.

    My approach of pages of moving got in the right place, but it will not float if the page count of changes.

    The only way I can see to do this is to go back to my new, select all in the editor mode, copy, go to story editor on the original story and stick it to the right place. It works, but it seems as if there should be a way to do also with executives, in the ports, ports, etc..

    I'm sorry. I misunderstood. You will need to cut and paste.

Maybe you are looking for

  • How can I temporarily cut off the sound in my project

    I'm working on a video 'slide show' of photos with a piece of music below. I already edited the audio to fade and the transition to the appropriate places, so I don't want to delete & start again... but I'm looking for just silence / mute my audio wh

  • Federal Trade Commission, Attorney general, BBB, class action.

    Dear little mushrooms, You are now aware that your no-so-smartphone will remain mentally challenged for the rest of his miserable life. We all have our theories about the "why." Personally, I think that T - Mo and the bike could not agree on the pric

  • HP Pavilion p6724y desktop PC: CD burner, no work or play all discs

    Just CD burner/player totally works now since the upgrade. Help

  • Concatenate the strings from VISA

    Hello people, I'm still fairly new to LabView, please bear with me. I'm interested in doing a Subvi, which will receive bytes on a VISA from serial port and write each line to a greater (concatenated) string, so it can later be stored in a file. In s

  • HP 250 G2: Coffee on laptop HP 250 G2

    Hi a paid staff member a cup of coffee on his HP 250 Portable G2 screen has been damaged so I ordered a replacement screen and told him to back up his files just incase the screen isn't the only damage. I replaced the screen with a new job one I turn