How to paste the items (app.paste ()) in particular the specific geometric linked page

Hello

I have 3 pages in my indesign document.

Each has 2 layers.

I have a feature like copy a group of different indesign document by using app.select () and paste in my respective page of the host document. Say for an example of page 1.

I tried the logic and has achieved success paste in my host document, but it is sticking to the Center.

Can someone help me how to do this. ?

I use javascript...

Thank you

Feroz K

Dear Feroz JI,

Try this app.activeWindow.activePage = app.pages [x]

Tags: InDesign

Similar Questions

  • How to get the specific information of hardware and software data center

    How to get the specific information of hardware and software data center with powercli...

    What kind of information you need?

    No matter what Esxi host hardware info., if so could below thread is useful.

    Information about the host material with information on the nic and HBA drivers

  • How to install the specific font of our company with photoshop?

    How to install the specific font of our company with Photoshop - it's the police of Gotham?


    The fonts are installed in your operating system not Photoshop.  Photoshop uses the fonts installed on your machine.

  • How to add the chapter name and page not for reference

    Hello

    How to add the chapter name and page not for reference in indesign CS6.

    Thank you

    Please try variable notion of text

  • How to change the color of each page number in InDesign CC?

    I'm working on a book that has pages with black background and some with white background... I need to know how to change the color of each page number, so that they will be visible on the black background.

    I tried clicking on the page number, cmd + shift click... nothing seems to work. I have all the page numbers on a separate layer, because they were hidden behind the images that I place on each page... I don't know if it's important.

    Any suggestion would be appreciated.

    My best advice is to make a second set of master pages with white numbers and apply them as needed.

  • How to set the different HTML (site) page in the workspace during the backup?

    Hello
    How to set the different HTML (site) page in the workspace during the backup?

    For example:
    A user connects to the workspace.
    If you have already started the procedure for backup database administrators, the user sees the HTML page that reads "don't touch anything, need a backup procedure.

    Thank you to
    Marek

    Hi Marek,

    I have not tried, but it seems the most logical way:

    Rename the BpmLauncher.jsp to BpmLauncher.jsp.orig

    Then, create a new file called BpmLauncher.jsp and put the following inside:

    
    

    Do not touch anything, it takes a backup procedure

    Kind regards
    Robb Salzmann

  • How to add the new area on page EBS

    How to add the new area on page EBS via OFA

    What is the error... ?

    Try to explain any question in a post...

    Concerning
    Meher Irk

  • How to extend the text on several pages in 9

    My form is long and a section of the Master Page will be text with no shape field, but the text is 10 + pages, depending on the version of the terms and conditions described.  In this link, http://forums.adobe.com/message/5112687, there are a lot of discussions about how to accomplish in 8.2, but how I would accomplish in 9?  I wish I could paste pages 10 + and automatically do master stream for this section of the Page. Have tried to place a text field and also tried a text in a fluid subform, assigning several lines, keep later, but is not only of course how to set up properly.  I see the sign at the bottom of the text box, but when I saw it, it does not flow to the other pages.  Hoped to avoid setting up 10 + pages in the form, from the time these terms are updated, and it would be much faster to just be able to copy and paste from Word in a correctly set text field or subform.  Hope that makes sense and to appreciate all the advice, thank you.

    1. Get your text in Word (or anywhere where you want to change the text so that it looks right).
    2. Open a document in LiveCycle (a new one if you are starting from scratch, in any case)
    3. Select your subform page1, set the content to be Flowed (allow page breaks automatically).
    4. Add a text field (make sure it is listed under this subform page1).
    5. Change the position of the legend to zero text box and make sure allow multiple lines is verified (as well as allow page breaks). Expand a height fixed auto
    6. Click the default value for the text field. Paste this 9 page document inside.
    7. Wait a few seconds (or minutes) for LiveCycle catch up.
    8. Listen to samples and enjoy your new document with several pages paged automatically for you.
  • How to display the watermark to each page number?

    Hello.

    app.documents.item(0).watermarkPreferences.watermarkText = "page";
    app.documents.item(0).watermarkPreferences.watermarkVisibility = true;
    
    

    These are all same watermark settings.

    It is impossible to set a nonzero value of the element.

    I want to display the watermark to each page number.

    If there is no way, I want to create this similar feature.

    Any ideas?

    And please tell me if the function already exists.

    Thank you.

    I think I know what you want.

    You need a different watermark to each page of a document.

    Which seems not be possible since watermarkPreference is not a preference of page but a preference document.

    If you need this for the PDF export for example, you can export single pages in single PDF files and change the watermarkText according to the name of the page you are currently exporting.

    After the export of all pages you could assemble in Acrobat Pro. Or place them in InDesign page-by-page and export again to a multipage PDF document.

    // ExportPages-ChangeWatermarkForEveryPage.jsx
    // Uwe Laubender
    
    /**
    * @@@BUILDINFO@@@ ExportPages-ChangeWatermarkForEveryPage.jsx !Version! Mon Dec 14 2015 20:28:23 GMT+0100
    */
    
    var doc = app.documents[0];
    var pages = doc.pages.everyItem().getElements();
    
    // You can also assign a preset by its name
    // For simplicity here the second preset listed in assigned:
    var pdfExportPreset = app.pdfExportPresets[1];
    
    // Loop through all the pages:
    
    for(var n=0;n
    

    Hope, that helps.

    Uwe

  • How to get the name of a page class in the apex oracle

    Hi all

    Can you get it someone please let me know how we can get the class of a page or area name in the oracle apex? I would also like to know how to get the DOM object for particular item ID.

    I appreciate any help on this.


    Concerning
    REDA

    If a category exists already, then you can find them by inspect element in firefox/chrome browser and look like to class = «MyClass...» »

    If there isn't one, then you can add via - point edit > attributes of the HTML Form element > class = "yourclass.

    See this http://www.w3schools.com/tags/att_global_class.asp

  • How to display the arraylist < list > jsf page

    HII all,.

    I'm having a jspx page where I want to display the value from a bean class Get accessor...

    the Get accessor returns a list Arrarylist

    and I want to display the list of table in its entirety on the jspx page when it is loaded.

    The method is: -.

    public ArrayList < list > getMyList() {}
    myList = getDocumentProperties ();
    return myList;
    }

    How to navigate the entire list on jsf... ??

    any idea... !!

    Thank you

    You can use or in an ADF Faces page to iterate over the items returned by the method getMyList() of the bean:

    
      
    
    

    If you want to browse the internal lists, then use a nested iterator:

    
      
        
      
    
    

    Dimitar

  • How to include the URL of a page in the Notification E-mail?

    Hi all

    I need your help to implement the conditional.
    I implemented the notification email in our application.so whenever the user creates a form/shape, the mail will be triggered to them. Now, users want to include the link in the email.
    When they click on the link in the email, it should access to the newly created in the Apex form page.
    How to include the link to the page being Email?

    Thank you
    Robette.

    Maybe you can try this,

    1. create a hidden item say P1_URL
    2 write this in "Run when the page loads" document.getElementById('P1_URL').value = window.location.href;
    above code will give you the current URL
    3. you can use the element preceding everywhere where you want.

    Concerning
    Tauceef

  • How to get the fixed lines per page? really Urgent!

    I am facing problem with the fixed lines per page. The footer (Subtotal) block moves upward, leaving space at the bottom when the number of items is lower.

    I have a two groups: one for the KIT and the KIT COMPONENTS. When I'm generation report for KIT only ITEMS I'm attaches footer using the

    < name of xsl: variable = "no_of_lines_per_page" select = "number (30)" / >
    <? for-each@section:Q1? >
    < xsl: variable xdofo:ctx = 'incontext' name = "inner_group" select=".//Q2"/ >
    <?-foreach: $inner_group? > <? If: (position () - 1) mod $no_of_lines_per_page = 0? >
    < name of xsl: variable = "first_rec" xdofo:ctx = 'incontext' select = 'position ()' / >

    but when I try to generate the report in combination with KIT COMPONENTS together, I am not able to set the number of lines per page. The footer is allocated to the next page. Now I Q2 and Q3 where Q2 makes Parent Kit and Q3 is child components Kit.

    How can I get it fixed lines per page for Q3 in regards to the Q2?

    I would appreciate if someone can answer me quickly.

    You have sent the updated RTF.

  • How to set the default android home page.

    How to set the home page in the latest browser of firefox for android?

    Hello:

    Unfortunately you can not remove the top sites home page but you can pin a site, remove a site from unpin it and change the url of a pinned site.

    Please read this article for instructions.

    I hope this helps!

  • How to change the Makefile to link the .so lib?

    I use the makefile to compile the native application under the window platform.

    I had added some libs to the commune, mk as below, when I need.

    "

    # Add your library names required here
    "LIBS += m bps strm jpeg freetype mmrndclient.

    now, I'm the openal tring and add "OpenAL alut asound" at the end of the LIBS. Like this

    LIBS += m bps strm jpeg freetype OpenAL alut asound mmrndclient

    but the console says

    «do-j 1 - Co.le - v7 - g - fMakefile all the»

    make [2]: * not target "libOpenAL.a" rule, which need to have

    "

    I have research the files under the "BB10SDK", only the libOpenAL.so exists in the mind of mine, there is no difference between .a and .so when compiling.

    How to modify the makefile to share the link to the .so file?

    Thank you

    DO not follow the flag of LIBS in the defaul common.mk
    LIBS += m bps strm jpeg freetype

    Using the LDFLAGS tag, add all your libs below
    "+= LDFLAGS - Wl -, z, relro - Wl, z, now $(if $(filter g so shared, $(VARIANTS)), - pie)" "
    Like this:
    += LDFLAGS-lm - lbps - lstrm - ljpeg - lscoreloopcore

    so many trickly for BB Dev, is it funny or nightmare?

    Another topic, how to cross - compile...

Maybe you are looking for