page size question

Hello indesigners.

I was wandering what happens if I have a task to do and all pages must be IE 20 x 15 and then I want on one page, a spread of 10 x 15, what I have to do another document.im on cs4 not cs5, I saw the new tool in cs5 where you can resize the page even there are smthing I can do in cs4?

Thank you

If it will print, talk to the printer, how he wants to do, but I wouldn't be surprised if he just use the same page size and indicate where you want trimmed.

For only the screen, you can issue a separate document and combine it with other pages in a book or aby combining PDF pages in Acrobat after export.

Tags: InDesign

Similar Questions

  • Panel pages, edit page size question

    Hi I use Indesign CS5, the pages Panel, change the page size button and I'm trying to learn how to change the choices that arise when you click. Mine has a lot that I do not use, shows a lot of double ups and order in all the senses.

    Edit Page size panel.jpg

    See: Troubleshooting 101: replace, or 'trash' to your InDesign preferences

    http://forums.Adobe.com/thread/526990

  • newb question: page size and links

    Hi all

    I have problems with two things (probably a lot more to come).

    (1) in the presentation "Discover the berkeley", he said that I could change the size of the page in my database. Where is this configurable?

    (2) I read in textbooks that to store values in a key-value pair, I can use an entity (I currently use), or I can make it serializable, or create links. My objects are currently composed of 2 integers (ints), a short, a double and a byte [8]. It is not a complex object, so I do not think that I have to use the catalogue of the stored class serializable or custom bindings. Is it not the case?

    The entity option seems easiest. Is - this slower to use or something?

    The serializable option makes it sound like I can only store a single primitive. Is this fair?

    Please let me know - any help would be greatly appreciated.

    Thank you
    Julian

    Julian,

    The page size is a parameter for the C of Berkeley DB version. We are on the forum Java Edition, then maybe you want to be on the forum for product C - Berkeley DB

    Have you had a chance to read through http://www.oracle.com/technology/documentation/berkeley-db/je/GettingStartedGuide/bindAPI.html? Here's a brief overview of links, while a full text that explains how to choose a link is to the http://www.oracle.com/technology/documentation/berkeley-db/je/collections/tutorial/collectionOverview.html#UsingDataBindings.

    But before you dive too deep into the links, consider using the Direct persistence layer API. Which will let you use store and retrieve objects Java directly from Berkeley DB Java Edition and Berkeley DB without management of the bindings explicitly.

    Kind regards

    Linda

  • Create custom page sizes Scan interface

    Is it possible to change the interface of creation of scans of imperial to the metric system for custom page sizes?

    For the first number (support of units other than the inches), the bug has been prioritized, and most likely it will be fixed in future releases.

    The question where she has taken measures in the wrong order, please install the last published update on 11/10/2016. This problem is already solved.

    Thank you.

  • Folio with several possible page sizes? Another layout.

    Hi-

    Run a question - is it possible to have more than one page size in a folio?

    I have the folio erect 768 x 1024. But want some pages to go a little long (e.g. 768 x 1324) and the user would slide to see the contents of all down. I saw this in other published magazines ipad.

    Is this possible with DPS? I get an error when I try to preview the desktop or download it on servers to have a glimpse into the viewer of content adobe on the ipad.

    Does perform a job to be able to do this?

    Thank you!

    SBee

    It looks like you want to create Smooth Scrolling items:

    http://help.Adobe.com/en_US/digitalpubsuite/using/WS67cb9e293e2f1f60f5f54012e30daf910-7fff .html

  • Dial-up or conditional Page size

    Some recent work has involved manuals for export products, and the question of the size of the page could be on the horizon. We currently renders to the letter (USL) format, but the A4 could become necessary...

    ... ideally a common shared files in the directory...

    Content scale is not an option, as 600 dpi bitmap graphics. optimized for our pub to 600 dpi engine and they develop visible artifacts so
    recalibrated.

    The USL layout envisaged this possibility way while you, we so have a solution of layout of column that allows to keep the same column and the size of the gutter, but leave ample margins for printing and hole punching on USL or A4.

    Content already re-runs on the largest A4 page without particular difficulty. And it recede, as the condition switch codes some content on and off according to target English-speaking market. Update book is already required in the workflow.

    The question is how to switch quickly between the USL and A4 page layouts.


    7.1 FM has no conditional page layouts, and it is not clear if the versions later (we FM9) have nothing comparable.

    Two workarounds that come to mind are:

    • (Once) to create two distinct series (USL and A4) of vacuum component book, used only as a source for Master Pages.
      Workflow:
      Open each component of the book
      Import of MPs (templates)
      State Set codes
      AMP (apply Master Pages)
      Book update
      Print
      Rinse and repeat for the other page size
    • Create (once) one set separate of empty files in the A4 book, used only for printing. These calls in the flow together one of the content of the USL files such as overlays of text imported by reference.
      Workflow:
      Open A4 clones
      AMP
      Update
      Print

    _______

    Any other ideas?

    I would avoid the text overlay second workflow you mention) workflow, because you will have problems with references.

    In the first workflow, you can record some steps by naming master pages in each version (letter, A4) EVEN. It is even better if you use the names by default, left and right. When you import master pages for the OTHER model, the change is immediate; no need to introduce a new application of master pages, because those imported to write about already existing ones with the same names.

    In addition, whenever the import of all formats and EDDs, you can select all THE files in the file book (no need to open) and import master pages for the other model. No need to open each of them separately. Again, no need to make a new ask of master pages. When you open files, it will automatically correct master pages.

    Of course, you need to update the book, because the changes in pagination.

  • [JS CS5] How to get custom Page size

    I was looking for the answer to this simple question but no way looking around.

    I have an InDesign document with different page size for example at left of page width is PT. 621 and on the same document right page width is 837 points.

    Now I need to get the width of the pages using script, but the app.documentPreferences.pageWidth return the standard document preset size (PT. 621) no custom page size.

    One has the idea to get the size of page customized using script.

    Thanks in advance

    Mac

    Mac,

    as the documentation shows there are some new properties of 'page' for InDesign CS5.
    Among those who are:

    defines the unit of measure (number or string) readonly array limits Page, in the format [x 1, x 2, y2, y1].

    So:

    myPage.bounds

    and pageWidth for the documentPreferences can be:

    myPage.bounds [3] - myPage.bounds [1]

    unless myPage is transformed (e.g., rotation and/or sheared or scaling) with:

    myPage.transform)

    void transform (in: CoordinateSpaces, from: varies, withMatrix: varies [, replacingCurrent: varies] [, consideringRulerUnits: boolean = false])
    Turn the page element.

    var d = app.activeDocument;
    var myPage = d.pages[0];
    
    var oldPB = myPage.bounds;
    
    var rAngle = -45;
    var sAngle = 40;
    
    var myTransformationMatrix1 = app.transformationMatrices.add({counterclockwiseRotationAngle:rAngle});
    
    myPage.transform(CoordinateSpaces.INNER_COORDINATES, AnchorPoint.CENTER_ANCHOR, myTransformationMatrix1);
    
    var myTransformationMatrix2 = app.transformationMatrices.add({clockwiseShearAngle:sAngle});
    myPage.transform(CoordinateSpaces.INNER_COORDINATES, AnchorPoint.CENTER_ANCHOR, myTransformationMatrix2);
    
    var newPB = myPage.bounds;
    
    $.writeln(oldPB);
    $.writeln(newPB);
    

    Now oldPB and newPB differ a lot.
    So, the question remains: what is a reliable way to show whether the myPage was or was not turned against documentPreferences. pageWidth or if my page is of rectangular shape at all. See the ability to add a wide angle of the transformation matrix. Also see screenshot:

    Transform_Page_CS5.PNG

    Uwe

  • How can I specify the Page size when exporting PDF in CS5?

    Hi all

    I just upgraded to ID CS5 and I'm really impressed with the improvements. Of course, however, some aspects take a few adjustments that brings me to my question. How can I specify the size of the "printed" page when you export a PDF file? Basically, in CS4 I could set up a document to have, for example a page size of 20x20cm. I could then print it in PDF format and select a page A4 format. This meant that I could get my printer to print the document of 20 x 20 irregular size on a standard paper size and include benchmarks of crop etc. In CS5, I cannot get ID to export the pages that they are configured (i.e. 20x20cm).

    I don't know I must be missing something obvious here, someone has any ideas?

    I hope that I managed to explain my problem clearly enough and we hope to hear from someone soon. Thank you very much in advance for any help you can provide!

    Gavin.Fraser wrote:

    As a student of architecture, I'm pretty new to publication. My main need is for portfolio presentations and also my thesis work. So far, as mentioned earlier, before CS5 I was printing to / check-in PDF directly from ID without problem. For some reason any (and I stil have not thought to it yet) it seems the only way I can get the PDF of ID files is to create a Postscript file, open with Preview (I use a Mac) and then save as PDF.

    Try file > report > Adobe PDF (Print)... to make a PDF file you can print from Acrobat or Reader. You will have several presets of your choice, or you can use your own options if you have settings that you prefer, which will make a PDF suitable for different types of printing scenarios. For digital output instead of a commercial press, a ggod preset choice would be of high quality printing, but you can even use the same jopoptions or settings file you were using to print directly to PDF in the past.

  • Change the page size and text in Firefox 35.0.1

    I had a small red P at the top right of Firefox that changed the page size and the fonts that I lost after a reset: How do I get it back?

    Do you mean this extension?

    You can check the "Old data Firefox" folder on the desktop to see what extensions you previously had.

  • How can I download a screen shot to the page in question?

    How can I download a screen shot to the page in question?

    You can't attach an image to the first post which creates a thread. You need to add another post (second) to fix an image.

  • see the online page size is too large to reach the controls of the pc

    looking at a site for a gallery of art via a google search, I pushed some button to enlarge a visual image and got a full page covering all the mounting bars on the top and the icons at the bottom of my pc screen. even after the computer has been transformed and turning several times this persists with gmail and other sites. If I use internet explorer, the page size is normal. Thanks for this help.

    'F11' to switch in or exit full screen mode.

    If you do not see the scroll bars or miss the ends of the toolbars, see

  • D110 printer custom page size

    I have a PC of HPE-400y under Windows and Office 2010.  "I have a document in Word that has a size of custom page 5.5" x8.5 ".  It will not be printed on a paper 5.5x8.5.  In Word when I select Preview before printing, the D110 shows up the print, the page size as 8.5x11.  "If I click on the page and go to"more formats of paper and dΘfinir the page size to 5.5x8.5, the box shows custom page size 5.5"x 8.5" with one "! "in the box.  When I click on print, it prints it centered in the middle of a page of 8.5x11.0.

    So I have shows the properties of the D110, and saw that the driver was list as Micorsoft.  So I download the driver full features on the HP site.  It made no difference.

    If I go in Word and open the document and select the printer preview and select Microsoft XPS Document Writer printer, the size of the page shows that education 5.5 x 8.5.  If I then select the D110, it shows the size of the page as letter 8.5 "x 11".

    So, how can I print 5.5 x 8.5 page size in the D110

    HP Chat has solved my problem.  We open the print properties, then choose the features tab.  You click size, and then in the drop-down list, click Custom...    It then opens a window of the custom page size.   In the name field, enter the name you want the custom size to call.  Change the width and length you want, and then click on SAVE and then on OK.

    I then went in Word and the name that I created in the custom page was there.  And it prints correctly.

  • Cannot change default Page Size

    HP Officejet Pro 8500 has more

    Windows XP

    All the installation instructions were followed, and the printer works well.

    However, whenever I try to print a document, the Page size in the default printing preferences window is always letter, and I change manually in A4 before continuing.

    How can I set the default Page size for this printer A4 (instead of letter)?

    Hello

    In order to define the document by default to A4, you should try the following settings.

    1. go to printer and Faxes folder
    2. right click on the printer and select Properties
    3. then click the Preferences tab.
    4. go in the paper/quality tab
    5. Select the paper tray and paper and type format you want.
    6. click apply then OK to save the settings.

    If my post has solved your problem, please mark it as accepted Solution
    +++ Say thank you by clicking on the star of congratulations in the post.
    Although I am an employee of HP, I speak for myself and not for HP.

  • 4630 printer does not recognize the custom page size

    I print a lot of thank you notes, which are the size of page 6 x 9, and the margins must start lower than the middle of the page. The problem is that the printer won't let me in the custom page size, rather it wants to print A4 size or format card index or one envelope size. How can I make the printer recognize the format of the exact page?

    Hi Scubaluvyand thanks for getting back to me!

    I recommend the rest of this paper on create paper formats in Windows 7

    Please hold me!

  • HP Envy 5660 all in a single printe: hp envy 5660 copy: Page size difference.

    I want to copy something that is maybe a page 11 standard 8 1/2 x 5 x 7.  I don't want resized or centered, just copied. The printer ejects a page and says "Page size disparity."  If I press OK, it ejects another page and gives me the same message but with the provision that accept the shift, it will print. It prints, but regional element.

    If I place the smallest element on the glass printed and put an 8 1/2 x 11 sheet of paper on it, it still gives the size mismatch error. What I'm trying to make is so common, I can't believe that this printer is unable to do so.

    I understood our problem and it wasn't a lack of software update. The setting for the main paper tray was 4 x 6 inches. We had removed the top to change the paper and, as the lower tray was never released, it doesn't reset it puts to be turned back in. To watch the small video who advised pulling on the lower plate to change the paper, I tried and was introduced by an "OK" button to confirm a change of paper size. After that, we were able to do all sorts of copy that we needed.

    Thanks for your help on what has been somewhat of a wild goose chase.

Maybe you are looking for