Which interface to use to get the bleed parameters from existing document

Hello,
I have an Indesign document having a page with the bleed parameters set and I have to create new pages with the same bleed values.
Which is the  interface that I should use to get the bleed values from existing page and set the same to the new pages.
I used a few interfaces given in API support doc, but I am not able to get the bleed values using them. I used GetBleedBox() of INewDocCmdData interface without success.
Can anybody tell me a proper way to use this interface to get the bleed values and then set those values or is there another more relevant interface?
Thank you.
Regards,
Yogesh Walke

Your question already been answered.
http://forums.adobe.com/message/1302929#1302929

Similar Messages

  • How to get the selection parameters from logical database into one of the t

    Hi Sap ABAP Champians,
    How to get the selection parameters from logical database into one of the tab in the tabstrip selection-screen.
    Please help me for this
    Thanks
    Basu

    Hi
    Thanks, that will work, but then I'll have to insert code into all my reports.
    I can see that "Application Server Control Console" is able to rerun a report.
    This must mean that the Report Server has access to the runtime parameters.
    But how?
    Cheers
    Nils Peter

  • How to get the raw data from particular document's schedule ?

    Hello,
    I am now able to get the data from a document usign RESTful Web Services SDK and what I need is to
    get the data not from the current version of the document but from the schedule that were executed some time ago
    with the older data than the current data.
    Any hints ?

    Hey Jacek,
    Please, look at the /schedules into Raylight API.
    Regards,
    Anthony

  • Can I use FormsCentral when creating a form from existing document?

    Hi,
    I am trying to make a template in Formscentral. I want to use a picture with our corporate design for forms. I can change that in a PDF, but if I want to use that in FormsCentral, The picture is not paper wide (as it should), but leaves white margins an header and footer. But if I try to make a form and chose 'from existing document' I seem to not be able to end up in FormsCentral. What am I doing wrong?
    Isabella

    Hello George,
    How do I upload a PDF to the FormsCentral service? Wil I see that form then in My Forms or in the the standard templates list? I want to be able to re-use a collored PDF with no fields in it. I use this one to make several forms which will all look the same in the background.

  • Which interface to use to run 2 extra screens with a macbook pro 13"

    Hi All
    Just bought MBP 13" (non retina) and would like to hear about some external monitor solutions in particular which interfaces are used.
    Is the USB3 slot best to use with DisplayLink kit or the Thunderbolt and DisplayPort stuff.
    My need is to run LogicPro 9 over 3 windows as this will improve my productivity, had been used to just MB White Screen and 1 external VGA Monitor.
    Any suggestions would be most welcome...
    In anticipation
    Shiningheart

    Hello, Carl. 
    Thank you for visiting Apple Support Communities.
    Here is the best resource I could find that gives the best option. 
    About Mini DisplayPort to HDMI adapters
    http://support.apple.com/kb/HT4241
    Cheers,
    Jason H. 

  • How can I get the edited value from the editor in JTable

    I have a JTextField added as an editor to a cell in JTable.
    I value gets changed when I press enter.
    but in actionPerformed of the JTextField when I say
    String txtEditorValue = txtEditor.getText();
    I am getting the old value. How can I get the edited value? Thanks.

    Hi,
    I guess, your understanding of how JTable works together with its models is not good enough - for example the method getTableCellEditorComponent(...) of the TableCellEditor interface is used to get the component, that should be used as editing component - its second parameter is a value that should be used to setup the editing component - it is normally not the editing component itself.
    JTable uses an underlying TableModel to store the cell values - if you have edited a cell, JTable gets the value of the editing component by itself and stores it in the TableModel using its setValueAt(...) method. To retrieve this data you only need to query the TableModel using row and column of this cell as parameters
    say jt is your JTable, and row and column are the row and column of the cell - so to get the value, simply use
    Object obj = jt.getModel().getValueAt(row,column);
    if you know, that there is a String in this cell use
    String str = (String) jt.getModel().getValueAt(row,column);
    The editor component is used for the view of the JTable - you only want the data, which is stored in the model - you don't have to deal with the GUI components in this case.
    greetings Marsian

  • Which PO and PR table can be used to get the WBS element field.

    Which PO and PR table can be used to get the WBS element field. Thanks.

    HI,
    In the PO the concerned field for WBS element shall be tracked in the Item details and the account assignment tab in PO.
    It shall be checked from EKKO table with PS_POSI feld.
    The same shall also be tracked in PR from EBAN table .please refer the account assignment tab in the PR item details.
    Hope this helps.
    Regards,
    Prasanna
    Award pls if helpful.

  • I have an iPhone in my name and my wife has an iPad in her name. We have just ordered an iMac and wondered which account we should use to get the best out of all the devices

    I have an iPhone in my name and my wife has an iPad in her name. We have just ordered an iMac and wondered which account we should use to get the best out of all the devices? Can we use both accounts in iCloud?

    Yes you can.  However, it is better to use one person's account most of the time for purchases in the Mac App Store and iTunes since you can share purchases, such as songs, among various devices using the SAME account.  You Cannot share purchases among different accounts, though.   So make one of your accounts the main "purchasing" account so you can share purchases.
    Hope this helps

  • I bought an app which was free. To get the full version I then paid for it. I used it for months and now it's saying I have not got the full version and I no longer have access to the full app like I used to.

    I bought an app which was free. To get the full version I then paid for it. I used it for months and now it's saying I have not got the full version and I no longer have access to the full app like I used to.

    Try contacting the app support of the particular app your using.
    Most apps have an app support button on their app page within itunes.
    If they wont reply within a reasonable amount of time and you feel like the particular app developer has cheated you, bring the issue forward to apple care.
    Note that app developer have their own customer support.

  • .  wat is multiprovider wat mechanism it will use to get the data? can we c

    hi gurus,
      wat is multiprovider wat mechanism it will use to get the data? can we create multiprovider on one cube?wat is the advantage?
    thankx in advace,
    i will assign points.
    srinivas

    Hi
    A MultiProvider is a type of InfoProvider that combines data from a number of InfoProviders and makes them available as a whole to reporting. The MultiProvider does not itself contain any data. Its data comes entirely from the InfoProviders on which it is based. These are combined using a union operation.
    InfoProviders and MultiProviders are the objects or views that are relevant for reporting.
    MultiProviders only exist as a logical definition. The data is still saved in the InfoProviders it is based on.
    A query based on a MultiProvider is divided into sub-queries internally. There is a sub-query for each InfoProvider in the MultiProvider. These sub-queries are usually processed in parallel.
    ADV
    A MultiProvider allows reporting using several InfoProviders.
    InfoCube and InfoCube: You have an InfoProvider with actual data for a logically
    closed business area and an equivalent InfoProvider with plan data. You can
    combine the two InfoProviders into one MultiProvider so that you can compare
    the actual data with the planned data of a query.
    InfoCube and InfoObject: You have an InfoCube with your products and sales.
    Combine the InfoObject 0MATERIAL with it. In this way you can display the
    "slow-moving items" since products that do not result in sales are also displayed.
    Ya you can create multiprovider for one cube but what is need to create for single cube ?
    M Kalpana

  • When I opened up a new tab, I used to get the Speed Dial page. I like that. However, since I updated my AVG anti-virus program, now when I open a new tab, I get the AVG search page. Can I change it back so that I get the Speed Dial?

    In the past, when I opened up a new tab, I used to get the Speed Dial page. I like that. However, since I updated my AVG anti-virus program, now when I open a new tab, I get the AVG search page. Can I change it back so that I get the Speed Dial?

    I had that too. On the bottom right of the AVG search page is a link which leads you to where you can switch it off. This restores normal Speed Dial operation.
    This hijacking has really cheesed me off. I've just downloaded Avast and am going to put it on in place of AVG.

  • When I try to donate by credit card. No matter which one I use I get an error message

    When I try to donate by credit card. No matter which one I use I get an error message

    What is the content of this error message?
    Can you attach a screenshot?
    *http://en.wikipedia.org/wiki/Screenshot
    *https://support.mozilla.org/kb/how-do-i-create-screenshot-my-problem
    Use a compressed image type like PNG or JPG to save the screenshot.
    Clear the cache and cookies only from websites that cause problems.
    "Clear the Cache":
    *Firefox/Tools > Options > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Firefox/Tools > Options > Privacy > Cookies: "Show Cookies"
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do NOT click the Reset button on the Safe Mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • When I hook my ipod up to my mac I used to get the Itunes has detected an ipod that appears to be corrupted error message. It would then sync all my song to the ipod but when I ejected it, none of the songs would be on the ipod. Now I hook it up and I get

    When I hook my ipod up to my mac I used to get the Itunes has detected an ipod that appears to be corrupted error message. It would then sync all my song to the ipod but when I ejected it, none of the songs would be on the ipod. Now I hook it up and I get the Mac OS X can't repair the disk error message. Then the spinning colored pinwheel pops up and I can't use iTunes. Please HELP!!!!!!

    Sounds like your iPod is broken. Take it to Apple or someone else who repairs iPods and see if you can get it fixed, or get it replaced.

  • How can I get the context-parm from a web.xml file using struts?

    Hello:
    I need get the context-param from the web.xml file of my web project using struts. I want configurate the jdbc datasource connection pooling here. For example:
    <context-param>
    <param-name>datasource</param-name>
    <param-value>jdbc/formacion</param-value>
    <description>Jdbc datasource</description>
    </context-param>
    and then from any Action class get this parameter.
    Similar using a simple server can be:
    /** Initiates new XServlet */
    public void init(ServletConfig config) throws ServletException {
              for (Enumeration e = config.getInitParameterNames(); e.hasMoreElements();) {
                   System.out.println(e.nextElement());
              super.init(config);
              String str = config.getInitParameter("datasource");
              System.out.println(str);
         public void doPost(HttpServletRequest req, HttpServletResponse res)
              throws ServletException, IOException {
              // res.setContentType( );
              System.out.println("Got post request in XServlet");
              PrintWriter out = res.getWriter();
              out.println("nada");
              out.flush();
              out.close();
    but only this works for init-params, if I use
    <servlet>
         <servlet-name>MyServlet</servlet-name>
         <display-name>MyServlet</display-name>
         <servlet-class>myExamples.servlet.MyServlet</servlet-class>
         <init-param>
         <param-name>datasource</param-name>
         <param-value>jdbc/formacion</param-value>
    </init-param>
    </servlet>
    inside my web.xml. I need something similar, but using struts inside the action class for that I can get the context-params and call my database.
    Thank you

    To get context parameters from your web.xml file you can simply get the ActionServlet object from an implementing action object class. In the perform (or execute) method make the following call.
    ServletContext context = getServlet().getServletContext();
    String tempContextVar =
    context.getInitParameter("<your context param >");

  • Hi, i have a A1186 Mac Pro 2008 Tower. Im running windows 7 64Bit on it. Im not sure about what version of bootcamp should i use to get the drivers. Someone please help me.

    Hi, i have a A1186 Mac Pro 2008 Tower. Im running windows 7 64Bit on it. Im not sure about what version of bootcamp should i use to get the drivers. Someone please help me.

    Boot Camp support:
    http://www.apple.com/support/bootcamp/
    Boot Camp FAQ:
    http://support.apple.com/kb/HT5639?viewlocale=en_US

Maybe you are looking for

  • Cannot send email via ActiveSync when user connect from Internet (Exchange 2010 SP3 RU5)

    Hi All.  This is the first time I encounter this kind of issue, whenever user connect from the internet they cannot send email from their Phone or Windows Mail App, but they can retrieve email  But when they connect from Internal Network they can sen

  • Footnotes and Cross references

    Hi all, I am using pages v 1.2 and I would like to know how can I insert footnotes (for bibliography purposes) such as in MS Word. I am writing a term paper, and the only way for me to include my book references is to manually writing them. Is there

  • What's with the 'new' BIOS?

    Does anyone know anything about the new beta BIOS 1.32? The text file in the ZIP sounds like 1.20, but the biggest file in there, a6702vms.132, is dated 05/02/04.

  • Help! Why didn't my Mail emails update from Lion?

    I'm having an issue with my Mail app after upgrading from Lion.  My start up drive is a 120GB SSD and it doesn't have enough space to store my 16+GB mail file or my iPhoto library. Under Lion, I had the Mail folder on an external drive and had an ali

  • RemoveEventListener when Removed From Stage?

    I am sorry if this is a truly basic question, but how would I code as3 to remove an event listener when the current frame (in my case, section of my site) is no longer on the stage? Take the following code as an example:      function onClick(event:M