[CS6] Export the page created by Alternative layout (InDesign CS6)

How to export a page created by Alternative page layout in InDesign CS6? Or how can I get the name of the alternative page layout containing a page?

I can usually export an InDesign page to JPEG using the exportFile of the document. Normally, it works in pageString value of application jpegExportPreferences on the name of the page that you wish to export.

It works normally:

// set export range to a custom range
app.jpegExportPreferences.jpegExportRange = ExportRangeOrAllPages.exportRange;

// set pageString to the name of the page I want to export, e.g. "3"
app.jpegExportPreferences.pageString = page.name;

// export page to jpg
doc.exportFile(ExportFormat.jpg, filePath, false);

The problem is, with pages created by the Alternative to the CS6 layout, there may be a lot of pages with the same name of '3 '. ExportFile method should now know the 'type' or the name of the layout of a page to export. Instead of using '3' as the pageString, I need to use something like "iPad h: 3. (See the image below). But I know not possible to get the name of a page layout. Can you please help?

layout-name.png

I have not yet CS6, but that's what you're looking for? http://jongware.mit.edu/idcs6js/pc_Section.html -

alternateLayout string r/w The alternative name of layout for a set of pages.
alternateLayoutLength number ReadOnly The number of pages in the section layout replacement.

(It seems that alternate layouts are managed in-house by sections).

Tags: InDesign

Similar Questions

  • Hello, if I created a website with adobe muse, I can't create member area. but this is what I can export the site created in wordpress pour it?

    Hello, if I created a website with adobe muse, I can't create member area. but this is what I can export the site created in wordpress pour it?

    If you want a WP site, using Wordpress and see their API and guides for creating themes and customizations. This has absolutely nothing to do with the Muse. You simply cannot just create a site of Muse and hope that it will work with WP.

    Mylenium

  • How do I save the page created in the printing of the LR5 module

    Is it possible to save the page, including the real images, that I created in the print module?

    I know that I can save the page layout, but it's just the spaces for images go.  I want to save it, if I get a picture file that looks like the page I printed

    Thank you

    Tony

    Have you tried the option print to JPEG ?

  • destroy the page created with C++

    Hello

    How do I destroy a thrust from a NavigationPane page when the page is created with C++.

    Here is the code:

    // applicationui.cpp
    
    Page* ApplicationUI::doLoadPageDetails(QString fn) {
    
      QmlDocument *qml = QmlDocument::create("asset:///PageDetails/PageDetails.qml").parent(this);
     [...]  Page *newPage = qml->createRootObject();
    
      return newPage;
    }
    

    When I open the app displays a ListView. When I push on one of the elements in the list the PageDetails page is shown.

    // main.qml
    
    [...]onTriggered: {
                        var selectedItem = dataModel.data(indexPath);
    
                        var page = app.doLoadPageDetails(selectedItem.toString());
    
                        navigationPane.push(page);
    }
    

    Now, I have written a delete action in the application.cpp

    void ApplicationUI::popFinished(bb::cascades::Page* page) {
        delete page;
    }
    

    and used in the main.qml in onPopTransitionEnded:

    onPopTransitionEnded: {
            // Destroy the popped Page once the back transition has ended.
            app.popFinished(page);
        }
    

    But it's not destroy the page. Can someone tell me how to get destroyed page when you press the ButtonBack?

    The count method gave me what I expected when I start the application number is 1-> home page.

    When I click on an item on the next page open-> count = 2.

    When I come back-> count = 1.

    But I solved the problem.

    The second page is filled with information from functions in C++. So in my additional popFinished function on page "Delete" now also clear the list of contacts with the clear function, as I said before.

    void ApplicationUI::popFinished(bb::cascades::Page* page) {
        Contacts.Clear();
        delete page;
    }
    
  • change the position of the region in the middle of the page / create the new Point of view from the region

    I have used apex 4.1, 10.3 oracle database, theme 21 (scarlet) window7

    I want to change any position the region to appear in the middle of the page and I have tray every thing to do and no results

    I change REGION_ATTRIBUTES to be: style = vertical-align: middle
    and I add in the header of the region {< div style = "vertical-align: middle" > < / div > ""} and no results and the region do not move in the middle of the page


    My question is
    1 a way to make the region in middle of page other

    2. How can create the new Point of display area as (region Position2, Page (1) template body) with the middle position


    Thank you

    Published by: Ahmed Farouk on April 15, 2012 11:01

    Published by: Ahmed Farouk on April 15, 2012 11:01

    Hello

    No need to give ' style = vertical-align: middle ", replace it with this: nowrap ="nowrap"align ="center ".

    see if it works.

    and for the second, you can copy the existing model definition: model, in the table tag you can see #REGION_ATTRIBUTES #, simply add align = 'center' after this

    and apply this model in your area.

    Thank you
    Tauceef

  • Why the links in the template to change the location to "file:///'...on the pages created from the template?

    I'm not sure what I am doing wrong but I am building a portfolio site of a model that I downloaded online.

    The site works and I'm slowly converting from the content of the template for the content I want.

    As I'm editing the site and adding several pages, I decided to try to add the header, the footer and the bar of navigation as a model with another container Gallery and navigation as an option on the model.

    I thought it worked very well until I noticed that the links on pages created by using the template are displayed as follows.Screenshot_2.jpg

    instead of links that were in the model which show that,

    Screenshot_3.jpg

    Is this something that will change when I download the site with the model or did I do something wrong links?

    You save your child page yet?  You must do the same. Once registered, DW will adjust the paths for you.

    Nancy O.

  • create a backing bean after the page created - 11g


    Is there a way to JDev 11 g create a backing bean (bb) for a page fragment after you have created the page fragment?
    I know that you can create the bb a moment of creation of the page, but what happened after then?

    Hello

    Try to add a resetActionListener to your button to create instead. Bean of support should not be taken for that use case.

    Kind regards

    ~ Simon

  • Refreshing the page creates a new record – how to avoid this?

    I have a 'submit' button that runs a 'record insertion.

    After insertion is made I branch (back) to this same page.

    The problem is that when I hit page refresh the folder gets reinserted.

    How to avoid this behavior?

    AZZ says:

    fac586,

    Yes. You are right. It was a late semi written post. My apologies. You must stop working after midnight.

    Let me clarify:

    I have a SUBMIT"" button.

    There are the conditional 'after send' (if the key) process.

    the process calls a function that inserts a new record in the table.

    Question:

    How can I avoid running the process on refreshing the page?

    I've simplified the situation - no record insertion. However, if you refresh the page the success of the function call message will be displayed.

    https://Apex.Oracle.com/pls/Apex/f?p=4000:1:126172565551184:no:RP:FB_FLOW_ID, F4000_P1_FLOW:21325, 21325

    user/pass help/help

    workspace - AZ_

    To reproduce:

    Click on the submit - observe green popup "OK!"

    Refresh the page (F5 or ctrl-R) - see 'OK!' again.

    No process is executed to see the page or page refresh. This can be confirmed by looking at track of debugging to see the processing page. The page contains no defined process to run at a show of page processing point; None of the calculations which could call a function that could not perform an insert as a side effect; None of the dynamic actions or calls JS could initiate an insertion using AJAX; Neither the source region contains any code that could do it. I'll draw the line search conditions that can contain deeply buried code which could be responsible and direct you to a previous thread of the same nature: success of process Message not tied to Conditions.

  • An accent in the title of the page creates a bug.

    Hello

    I do a test, and I have a page called "Islands". When I generate the HTML code of the site, the name of this page is "the - iles.html".

    This means that the page does not work when I click on the button.

    What is the solution?

    Thank you.

    Screen Shot 2016-08-03 at 4.02.58 PM.pngScreen Shot 2016-08-03 at 4.03.05 PM.png

    I found my answer! It is possible to change the name of the HTML page in the Page Properties.

  • How to automatically remove comments from model in the page created from template?

    Hi all

    I would like to eliminate generated Dreameaver of comments in published pages.

    Beast, perhaps, but they are really a loss (of space, bandwidth, etc.).

    Does anyone know if there is a way to automatically eliminated in the pages that are generated from a model?

    For example, on this page:

    http://Libri-belli-Ma-anche-romanzi-Brutti.it/Daria-Bignardi-Acustica-Perfetta.html

    a comments from the original model.

    <h1><!-InstanceBeginEditable name = "Autore + Titolo"->Daria Bignardi: craftmanship the Acustica<! - InstanceEndEditable - >< /h1 >

    Someone at - it a suggestion on how they can be quickly withdrawn before publication on the server?

    Thanks all!

    Riccardo

    No, can't be done.  Markup DWT tells the program that it is a model.  FrontPage/Expression Web also has the TPL files and uses a similar markup for its models.  Only way to get rid of it is to move to a language server as PHP or CMS solution that includes uses side.

  • Problem with the pages created from the master

    I work on a leyouts of photo album and have created multiple master pages containing "Rectangle Frames". I want to use these images to insert pictures.

    If I insert the photos in frames on the master WITHOUT creating a new page, based on the mask, everything works fine.

    However if I create a new page and apply this master, I can add pictures to a few "Rectangle frames" properly but some do not accept the image at all or streach the picture outside its borders. In any case most of the frameworks become unusable (?)

    I tried to recreate some masters, but didn't help at all.

    No idea how to solve this problem is appreciated.

    Thank you.

    Guides can be selected and copied like any other object, as long as they are not locked. If you want them in the same position in a new page or a document, you can "paste in place."

  • Error in step 4.5 of the page create

    Hi all

    By running applications to CREATE ONE PAGE... 4.5 step debugging, at this stage, the search page opens but on clickin on the details to create an employee, it returns an error like the following page...

    Can any one pleae help out me in solving this problem?

    Details of the exception.
    oracle.apps.fnd.framework.OAException: no data available for the region (/ < yourname > / oracle/apps/ak/employee/webui/EmployeePG).
    at oracle.apps.fnd.framework.webui.JRAD2AKMapper.getRootMElement (unknown Source)
    at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getWebBeanTypeDataFromJRAD (unknown Source)
    at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getRootApplicationModuleClass (unknown Source)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage (unknown Source)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage (unknown Source)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage (unknown Source)
    in OA. jspService(_OA.java:71)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
    at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259)
    in com.evermind.server.http.ServletRequestDispatcher.access$ 100 (ServletRequestDispatcher.java:51)
    to com.evermind.server.http.ServletRequestDispatcher$ 2.oc4jRun(ServletRequestDispatcher.java:193)
    at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:283)
    at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)
    at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:392)
    in OA. jspService(_OA.java:80)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
    at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
    at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
    to oracle.oc4j.network.ServerSocketReadHandler$ SafeRunnable.run (ServerSocketReadHandler.java:260)
    at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)
    to oracle.oc4j.network.ServerSocketAcceptHandler.access$ 700 (ServerSocketAcceptHandler.java:34)
    to oracle.oc4j.network.ServerSocketAcceptHandler$ AcceptHandlerHorse.run (ServerSocketAcceptHandler.java:880)
    to com.evermind.util.ReleasableResourcePooledExecutor$ MyWorker.run (ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)
    # # 0 in detail

    Exception:
    oracle.adf.mds.MetadataDefException: unable to find the component with an absolute reference = / < yourname > / oracle/apps/ak/employee/webui/EmployeePG, XML Path = D:\jdevhome\jdev\myclasses\JRADXML;D:\jdevhome\jdev\myprojects;D:\jdevbin\jdev\oamdsxml\fwk. Please check that the reference is valid and the definition of the component on the file system or in the MDS repository.
    at oracle.adf.mds.internal.MetadataManagerBase.findElement(MetadataManagerBase.java:1451)
    at oracle.adf.mds.MElement.findElement(MElement.java:97)
    at oracle.apps.fnd.framework.webui.JRAD2AKMapper.getRootMElement (unknown Source)
    at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getWebBeanTypeDataFromJRAD (unknown Source)
    at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getRootApplicationModuleClass (unknown Source)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage (unknown Source)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage (unknown Source)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage (unknown Source)
    in OA. jspService(_OA.java:71)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
    at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259)
    in com.evermind.server.http.ServletRequestDispatcher.access$ 100 (ServletRequestDispatcher.java:51)
    to com.evermind.server.http.ServletRequestDispatcher$ 2.oc4jRun(ServletRequestDispatcher.java:193)
    at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:283)
    at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)
    at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:392)
    in OA. jspService(_OA.java:80)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
    at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
    at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
    to oracle.oc4j.network.ServerSocketReadHandler$ SafeRunnable.run (ServerSocketReadHandler.java:260)
    at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)
    to oracle.oc4j.network.ServerSocketAcceptHandler.access$ 700 (ServerSocketAcceptHandler.java:34)
    to oracle.oc4j.network.ServerSocketAcceptHandler$ AcceptHandlerHorse.run (ServerSocketAcceptHandler.java:880)
    to com.evermind.util.ReleasableResourcePooledExecutor$ MyWorker.run (ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)


    Exception:
    oracle.adf.mds.MetadataDefException: unable to find the component with an absolute reference = / < yourname > / oracle/apps/ak/employee/webui/EmployeePG, XML Path = D:\jdevhome\jdev\myclasses\JRADXML;D:\jdevhome\jdev\myprojects;D:\jdevbin\jdev\oamdsxml\fwk. Please check that the reference is valid and the definition of the component on the file system or in the MDS repository.
    at oracle.adf.mds.internal.MetadataManagerBase.findElement(MetadataManagerBase.java:1451)
    at oracle.adf.mds.MElement.findElement(MElement.java:97)
    at oracle.apps.fnd.framework.webui.JRAD2AKMapper.getRootMElement (unknown Source)
    at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getWebBeanTypeDataFromJRAD (unknown Source)
    at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getRootApplicationModuleClass (unknown Source)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage (unknown Source)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage (unknown Source)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage (unknown Source)
    in OA. jspService(_OA.java:71)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
    at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259)
    in com.evermind.server.http.ServletRequestDispatcher.access$ 100 (ServletRequestDispatcher.java:51)
    to com.evermind.server.http.ServletRequestDispatcher$ 2.oc4jRun(ServletRequestDispatcher.java:193)
    at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:283)
    at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)
    at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:392)
    in OA. jspService(_OA.java:80)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
    at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
    at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
    to oracle.oc4j.network.ServerSocketReadHandler$ SafeRunnable.run (ServerSocketReadHandler.java:260)
    at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)
    to oracle.oc4j.network.ServerSocketAcceptHandler.access$ 700 (ServerSocketAcceptHandler.java:34)
    to oracle.oc4j.network.ServerSocketAcceptHandler$ AcceptHandlerHorse.run (ServerSocketAcceptHandler.java:880)
    to com.evermind.util.ReleasableResourcePooledExecutor$ MyWorker.run (ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)



    Thank you
    Ganesh

    I think you call creation page, search page button create...

    Make sure what you are referring to the path to the correct page to the controller.

    Thank you
    -Anil
    http://oracleanil.blogspot.com

  • I get a red tint on my Web design.  When I export the page, it looks very good.  Why is this happening?

    Untitled-1.jpg

    Hello

    Looks like "Grid Overlay" is active in Adobe Muse.

    Disable it click on view > hide Grid collection

    Concerning

    Vivek

  • Duplication of page when exporting to pages in InDesign CS6.

    Hey community,.

    for a college project I'm creating an a5 sketchbook bit, I got everything done, but when I export the file as pages (which is what asked the company that is printing) some duplication of spread on the pages as follows:

    Book Pages.pdf - Adobe Acrobat Pro_2012-05-19_13-53-37.jpg

    In InDesign, I have the updated document in place like this with facing pages:

    _2012-05-19_13-54-54.jpg

    Could someone help me please? I'm far from an expert using InDesign, thanks to anyone who is kind enough to help, if you need more screenshots, hopefully I'll put them up.

    The top one is planned. Inside bleed (edge of the other page), which as I said earlier it is a problem, but to make you, and Bob, feel more at ease to set up the document purge options like this in the paper configuration dialog:

    (break the screen on the bleed settings, and then set the internal field 0)

  • Exporter which Pages use which Types of the Master Doc

    I have a big book of 200 pages.

    There are multiple master pages that I use throughout the document.

    Each master page has an image in a different location.  So a master page can have a large image on the right, we could have a large image on the left, then could be small right picture, so on and so forth.

    Throughout the book, I mix in each of these master pages depending on how I wanted to use to design the book visually.

    My task is to retrieve pages in jpg and list format where the image is for each page.  I can export to jpg without problem of course.  I know that certain master pages always have the image in a given location. I noticed that in the window of the page it shows me what model I used to create each page. The problem is that I have no idea what the master page each page uses when I do a standard export.  If I had a way to export the pages and what master they use, I could easily map master patterns where the orientation of the image is for each page.  If ultimately, is it possible that I can get a listing of mapping page to page template that I used?

    I'm not sure what you want here [why do you do this?], but if you want a simple list of pages to watch pages, try this script:

    var i,d=app.activeDocument;
    for (i=0; i
    

    It will give you output like this:

    Page 1: A-Master
    Page 2: B-Master
    Page 3: C-Master
    Page 4: C-Master
    Page 5: B-Master
    Page 6: A-Master
    

    Good?

Maybe you are looking for