Positioning of the page printing Options

Hello

InDesign has the print options for the placement of the Page under "print > Setup > Options > > Page Position.

This allows to center the objects printed on the page. For example, to print an A4 paper on A3 paper and have a large area around the content for users to write on.

Is there something similar in InCopy for printing the "layout view"? I looked but have been unable to find something useful.

Thank you.
print.png

Hi David,

Although the goal of InDesign is completely different from InCopy. You can still print out InCopy stories, please see the link below, but it has all of the options you mentioned as an identifier.

Using InCopy | Print stories

Kind regards

OM

Tags: InCopy

Similar Questions

  • The 7520 has the poster printing option?

    I bought a Photosmart 6520 and it doesn't have the poster printing option in printing preferences.  (Between what I want to print on 4 separate 8 1/2 by 11 sheets of paper)  The 7520 or any other HP printer has this option?

    Did you say the list to perform the update of Windows on the screen of the pilot?  This should fill all the missing drivers, like the Deskjet 6980?  However, I believe that this same functionality is found in the driver of HP Deskjet 9800.

  • return the objects while maintaining the position on the page

    Is there a a way to return multiple objects at the same time while maintaining their position on the page without having to select each individually? For example, if I had a box of text at the top and bottom of a page, choose both and then reversed them, rather than the top text box swapping with that down they times remain in the same place but flip backwards?

    In Illustrator, you'd have the transformation of each command to do this, but in InDesign, you must use the function transform once again, which, if you're just flipping 2 objects records all the steps. But, let's say you want to return 16 objects as you describe... in place.

    Select one and choose object > transform > Flip (Horizontal or Vertical)...

    Now select the other 15 and choose object > transform again > transform again individually

  • Sorting of images based on their position on the page

    How would I go about sorting the images based on their position on the page? I've read a few articles which mention the use of table method fate and checking their x and y values to sort the table. While that works on the page elements that are perfectly aligned with their x and is the axis, it fails on a layout like this. Does anyone have any ideas on how I could create an individual table for line1, line2, Row3 etc based on his position there and then sort them based on their position X and then create the master table combining them in order?

    I'm new to javascript, so it's a bit out of my League. Any help will be much appreciated.

    rows.jpg

    Hi again,

    I found an idea that seems promising to deal with the issues mentioned above. The main problem, as you have no doubt noticed, is that we cannot simply count about to coordinates (x, y) 'as they are', even after having rounded values, to extract implied rows and columns.

    When we look at the layout below:

    our eyes instantly detect what he expected to be 3 columns and 5 rows, but this underlying order is not immediately accessible from all sort all of the coordinates. We need to improve the algorithm.

    What I propose is to speculate about the gaps that occur on the ordered sequence of coordinates x and y, respectively. To reveal these gaps, we will first sort the data along the x-axis:

    The figure above shows that the width of the rectangles. Each arrow represents a rectangle, and I ordered the elements by increasing x-centers. We can estimate that the element identified #1 belongs to a new group of this simple fact: its left coordinate (red mark) is higher than the coordinated right (blue guide) of the #0element. This observation will give us a strategy to identify gaps in the column.

    Then, the same method is applied to detect the lines. (Sort by values y, identify gaps, based on the progress of the min - max).

    At the end of this process, each object has a (column, row) coordinate pair instead of fragmented values (x, y) . So, we can calculate the final order, i.e. the weight of the comparison function.

    Here is my implementation of this algorithm:

    // ========================================================
    // Up2Bottom and Left2Right Sorting Algorithm
    //   addressing (weakly) sparse rectangles
    // ---
    // Usage:  Select the objects, then run the script
    // Target: InDesign CS4/CS5/CS6/CC
    // ========================================================
    
    const CS = +CoordinateSpaces.SPREAD_COORDINATES,
          AP_MIN = +AnchorPoint.TOP_LEFT_ANCHOR,
          AP_CENTER = +AnchorPoint.CENTER_ANCHOR,
          AP_MAX = +AnchorPoint.BOTTOM_RIGHT_ANCHOR;
    
    var sel = app.properties.selection || null,
        data = [],
        r, i, j, k, t, n, w, vMax;
    
    if( sel && 1 < (n=sel.length) )
        {
        // Collect coordinates and IDs
        // --> {min:[xLeft, yTop], weight:[x,y], max:[xRight,yBottom], id}[]
        for(i=0 ; i < n && (t=sel[i]) ; ++i )
            {
            data[i] = {
                min:    t.resolve(AP_MIN,CS)[0],
                weight: t.resolve(AP_CENTER,CS)[0],
                max:    t.resolve(AP_MAX,CS)[0],
                id:      t.id
                };
            }
    
        // Find rows and columns [i.e. y-weights and x-weights]
        // ---
        for( j=0 ; j < 2 ; ++j )
            {
            // Sort by center coordinate
            // ---
            data.sort(function(a,b){return a.weight[j] - b.weight[j]});
    
            // min > max ==> w++
            // ---
            for(vMax=(t=data[0]).max[j], t.weight[j]=(w=0), i=1 ; (i < n)&&(t=data[i]) ; ++i )
                {
                if( t.min[j] > vMax ){ ++w; vMax=t.max[j]; }
                t.weight[j] = w;
                }
            }
    
        // Compute final weights, clean up data, create ID-to-weight access
        // ---
        for( i=0 ; (i < n)&&(t=data[i]) ; ++i )
            {
            w = n*t.weight[1] + t.weight[0];  // final weight (y first)
            k = '_'+t.id;                     // ID key
    
            (t.min.length=0)||(t.weight.length=0)||(t.max.length=0);
            delete t.min; delete t.weight; delete t.max; delete t.id;
            delete data[i];
    
            data[k] = w;                      // ID-to-weight
            }
    
        // Apply sort --> r
        // ---
        r = sel.sort(function(a,b){return data['_'+a.id]-data['_'+b.id];});
    
        // Show the resulting order
        // ---
        for( i=0 ; i < n ; ++i )
            {
            app.select(r[i]);
            $.sleep(1000);
            }
        }
    

    @+

    Marc

  • [JS] Moves the position of the Page in CS3/CS4? (like CS5 page.transform)

    When resizing a default document, InDesign uses a central point of reference. In CS5 and then I know that I can use page.transform to move the position of the page where I want (art does not, move the page under art). Is - there anyway do the equivalent in CS3 or CS4?

    To say it in other words, after you resize the width of the document, the art is not in the right place on the smallest width of page. Y at - it an easy way to position/move the page under art, or should I spend all the art page? If I have to move all the art, is there an easy way to do this considering that there may be several layers, objects/layers locked?

    I hope that makes sense. Thanks in advance,

    Dan

    N °

    You will need to loop through all the pageItems and move them individually (check if they are locked as you go...)

    Substances

  • If necessary, scroll to the same position after the page navigation

    Hello

    I have a use case where I have an af:table and a full line. Now, when rolls the user down to a particular rank and click on to access the different page (DrillDown). Now when the user returns to the page, the scroll of the table position must be kept. As if I clicked on the 5th row in a range displays, it should be displayed as the 5th in the user interface.

    I use Jdev 11.1.1.7

    Please let me know if you need more details.

    Kind regards

    Chick.

    You can't possibly maintain accurate scrolling position (if I understand your question)

    As an alternative, you can modify your table to use paging: https://blogs.oracle.com/jdevotnharvest/entry/table_pagination_with_jdeveloper_11

    Dario

  • 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.

  • Change the position of the pages

    I'm working on PC, with Indesign CS 3. I wrote a 600-page book, 400 photos and extensive notes. Now, I try to change the position of 10 pages. The order 'verschieben Seiten' is OK, no problem with - for example - the pagenumbers. BUT: My notes numbers will not be told. Example: I take Page X with note 30-34, page 250 page 420. The last note on this page is 320. Now, my notes on page X must be reported: NO 30-34, BUT 321-325. It does not work. My X page changes the place, but my notes do not recognized this. They believe that they are already to the 250 page... Is there a possibility to reorganize my notes? InDesign

    This has nothing to do with age! This is the expected behavior.

    Break the link between text blocks is unnecessarily complicated, for

    the reason why you've noticed. And Adobe has not provided a simple way to

    that, although there is at least a free script available

    somewhere out there.

    But a script is not required.

    Break the link as you did. The text disappears.

    Now, place your cursor in text after the last visible character in the

    previous text block. Press CtrlSHIFTend to select all the invisible

    text. Press Ctrl-X to cut it. Place your cursor in the empty text frame,

    and paste the text you have just cut.

    That's it: the link is now broken, and everything should be in place.

    Repeat for the last image (as in my previous post) and continue

    According to the above instructions.

  • where is the page reload option toforce of a new page online

    I am downloading of pages updates on my site, but it seems that firefox is the reading of my computer, but not from my Web pages online, there was once a choice recharge with a right mouse on the page and also under view but with 33.1 I use firefox I don't think this choice. I checked that the new pages are there but the old pages that I need to see with do not update.
    Wendy

    Try {Ctrl + F5} to bypass the cache and reload from the server.

  • Long Documents-page numbering that moves if the position of the page changes

    Is there a way to mark a selection of text, i.e.

    (See map on page 126).

    If the page it is on, say he moves to page 127, page number changes?

    In addition, what he called, in order to search his house in the documentation, but for later use?

    Cross references

  • my printer f380 began at about 1/4 of the page prints do not.

    My printer F380 started do not print on one! / page 4

    Hello

    If I understand correctly that you have problems with printing to HP Deskjet F380 AIO

    Kindly click on the following link to fix the problem.

    http://support.HP.com/us-en/document/c00638506

    Although I am an employee of HP, I speak for myself and not for HP.

    -Say 'Thank you' by clicking on the star of congratulations in the post helped you.
    -Please indicate the position that solved your problem as "accepted Solution".

    Use the diagnostic utility scan to fix the problem automatically

  • How to set multiple home pages without also getting the page General options?

    I have two tabs with the sites I want as my home page. To set them as my homepage I have to open the tab options to access the general Panel. If I click on the button "use current Pages", it also saves the options under my home page page, that I don't want. I tried with the "open new windows in a new tab instead" checked and unchecked with the same results.

    Hmm, this looks like something that should be fixed.

    For now, I think you need to delete manually on: preferences in the list. Assuming that this is the third tab, click in the home page address box and press the end key to move the cursor to the right. You can use the BACKSPACE key to delete all: preferences and the last. separator. Does it work?

  • Browser blackBerry Smartphones goes back to the top of the page rather than in the position on the page

    When to return to the previous page, the web browser of the Torch 9800 always goes to the top of the previous page instead of the previous position, so he must always scroll down to the old post to continue playback from the previous post. Any solution to this?

    Problem solved with the latest version of the device software 6.0.0.246

  • Firefox will show all the pages, or options. about: support update each time

    After updating Firefox 50, I can't access the sites or open Firefox-> options when starting firefox. Do a "Refresh" by going into ' subject: support ' and click Refresh. Then it works, but only for this session.

    Hi jhenneike, can you please try the following and see if it works: enter Subject: config in the address bar of firefox (confirmed the message information where it appears) & search for the preference named browser.tabs.remote.autostart.2. Double-click it and change its value to false.

  • positioning of the page layout

    Here is my problem child. http://www.indianaeagleforum.org/contact_join.html
    How can I get my also, centered layout like in http://www.indianaeagleforum.org/index.html how to make the image and the text stay in the width to 780 pixels as in the index page. Thank you very much.
    Diana Hunter

    I think I got it after several tries. See http://www.indianaeagleforum.org/contact_join.html

Maybe you are looking for

  • How can I recover deleted trash in Thunderbird, using windows 7.

    deleted by mistake my trash file, need to get it back, please tell me there's a way to retrieve this file!

  • Suggested change OS to 2015 of Intuit TurboTax

    Computer: iMac 20 ", 2.66 GHz Intel Core 2 Duo, 4 GB of memory; OS X El Capitan 10.11.3 I use TurboTax 2015 to prepare my taxes.  In the bid process to transmit electronically a login to pay the State must return.  The login screen has shown only the

  • Classic iPod to bose soundtouch

    Is a lead of 3.5 to 3.5 the proper connection to play my iPod on Bose Soundtouch20 Classic?  I tried this and also 3.5 to 20pin(for Classic) but no work.

  • Change the color of track between the sliders?

    I tried to figure this out, but nothing helped.  Here's what I would do: I use the cursors on a XY trace to read information only between the sliders for additional data (made with property nodes and base Subvi I wrote to print the table of points be

  • Decommissioning of Windows7

    Hello I want to downgrade 10 windows to windows 7 using windows.old. If I go down can get all my installed applications and software in windows 7. Requesing you please clarify for me earlier. Thank you Nanda Kishore