Setting page size in Numbers on Ipad?

Anyone know if you can set page size in Numbers on Ipad?

I don't see a setting for page size.  Everything else related to that (sans setting the page size) appears to be found here:
Click the wrench
Share & Print
Print
Select portrait/landscape, content size, page numbering, headers
Done (don't actually print it)
I wonder if you set the page size when you actually go to print it.  I don't have a printer to try it on. Otherwise it looks like 8.5x11 is all you get.

Similar Messages

  • How do I set page margins in Numbers for iPad 1.5

    I was attempting to reduce the margins on my first spreadsheet, and I can't seem to find a way to adjust margins or paper size in Numbers 1.5 for iPad.  Thanks for any help!

    I have this same problem. And to make it worse, it's not even the (US) universally-accepted standard, letter 8.5"x11".

  • Adjusting the page size in numbers on the ipad

    I need to be able to adjust/set the page size for numbers documents on the ipad. Every time I export the numbers document from icloud as a pdf to a pc the spreadsheets are all over the place with page breaks in the wrong places. If i export as an excel I lose all formatting. I can't download as a numbers doc as the pc will not support it. Is there a way of setting and locking the document/page size with out going through the print option as i do not have an airprint printer and am not going to get one either!

    I don't see a setting for page size.  Everything else related to that (sans setting the page size) appears to be found here:
    Click the wrench
    Share & Print
    Print
    Select portrait/landscape, content size, page numbering, headers
    Done (don't actually print it)
    I wonder if you set the page size when you actually go to print it.  I don't have a printer to try it on. Otherwise it looks like 8.5x11 is all you get.

  • When printing from file, print or print preview, must set page size @ 40% to get correct printing. IE is ok only wrong on firefox!

    when printing from file, print or print preview, must set page size @ 40% to get correct printing. IE is ok only wrong on firefox! edit

    What happens when you select a scale higher than 40%?

  • How do I set page size to Super B -not on of choices an ac9pro

    How set page size as "Super B" (13x19") for  wide epson 1400 printer

    Menu > File > Page Set-up > Paper Size: Manage Custom Size > create your own
    Peter

  • Setting page SIZE in INCHES?

    I want to work with inches. When I go to set the page size in the Inspector \ document \ page setup my choice is only in centimeters. The template I'm required to work with is in inches. The conversions make weird numbers and make it extra difficult for me to manufacture a 'print-ready' PDF.
    Is there a way I can set my page size in INCHES??
    Ben

    Sorry, I was looking at the margin boxes when I tried the change in Pages Preferences. My error.
    As for downsizing from Legal, those dimensions are not proportionate so there is no way to achieve that without adjusting or skewing things. If it’s a few pages it shouldn’t be a lot of work, but if there are many pages (as I suspect) I can see why you wouldn’t want to do that. However, if you’re willing to fill a little excess space on the sides with something, or you can live with larger margins, you can bring it down to 7.25 X 4.4. At the moment I can think of no way to reduce the mixed content except via PDF.
    Walt

  • How to set page margins in Numbers 3

    I just migrated from MS Excel after decades of use. I can't find out how to set page margins using the new Numbers 3 version. I believe I've exhausted all reference materials and the most relevant was an method in Numbers 8 & 9... both of which have a different top menu selection.  The answer is probably right in front of me and simple as it sometimes happens when learning new software...

    Hi caforestfire,
    There is no direct equivalent to page margins in Numbers 3.0. It's more oriented toward sharing on the web and on iPad screens than toward traditional printing.
    However, there are ways to achieve the effect of margins.  The idea is to first position your content (tables, charts, etc) on the canvas of a sheet, using rulers and guides if you want (you can drag the rulers onto the canvas to help in placement):
    Then you File>Print and in Print Preview fiddle with the slider until you get the white space you want around your content:
    Then click Print.
    For many purposes it works quite well. It's just a different approach from what we're used to in Excel, and the old Numbers 2.3.
    SG

  • Setting page size in Dreamweaver

    Hello,
    I was wondering if anyone could tell me how to set the page size. I would like to avoid annoying scroll bars (horizontal and vertical) appearing.
    Here's an example :
    http://www.mihaiedrisch.com/pages/index.htm
    Thank you very much for your help.

    Gosh!  Your question in my mind is quite vague and I think that you first need to think about what you want.
    One suggestion would be to try a few of the layouts that are available to you as default pages in Dreamweaver and see how those pages are contained (or not)  There are a number of permutations for a page layout including fixed width, elastic and liquid (I get elastic and liquid mixed up).  I use DW inCS4 and there are a heap of possible page layouts available.  They are different to templates in DW.  I don't know what is available in other versions.
    I think that scroll bars are avoided partly, by not fixing width/height on elements that contain content that is bigger than that element.  For instance if you fix a height to a <div> that is 200px and you put text in there that will go to 400px then your visitor will need a scroll bar to view it.  If you don't set the height and accept that the <div> can expand with the content then no scroll bar is neccessary.  There are other things that you do but I think that's the nub of it.  I always think of the WWW as a land of compromise.  There are so many variables but at some stage the designer has to make firm decisions about what to go for.  This includes thinking about your potential audience.  What size monitor you think they might have, what browser they use and to some extent how computer savvy they might be.
    When you layout a page using CSS you have a range of ways to set sizes.  This includes px values, em, point, % and there might be others!
    I'm already tying myself up in knots trying to explain this stuff!
    I'd suggest you do a bit more research and possibly say a bit more about what you would like to achieve.  I didn't really get the link you posted.  Is that your site or an example of a site you would like to emulate?  That page by the way, on my 26" monitor doesn't look so good - but that might be about the different ways we see the world.
    There, that should kick off the discussion.  We can wait for an expert now to point out whether I'm misleading you!
    Have fun
    Martin
    [Edit]  Looks like Nancy beat me to it.  Listen to her - not me

  • Setting Page size in crystal report

    Hi,
    I have designed a report for cheque. I have set the page size as  3 inches breadh and 8 inches length. When I preview the report crystal report designer it is showing as per the dimension i mentioned above.  But when I open the report in my application it is showing in the A4 size. My application is developed in java. Please help me to display this report in my application as per the page size I mentioned.

    HttpServletRequest request = (HttpServletRequest) pageContext.getRequest();
                HttpServletResponse response = (HttpServletResponse) pageContext.getResponse();
                CrystalReportViewer viewer = new CrystalReportViewer();
                viewer.setOwnPage(true);
                viewer.setOwnForm(true);
                viewer.setHasExportButton(true);
                viewer.setHasLogo(false);
                viewer.setDisplayGroupTree(this.isGroupRpt());
                viewer.setHasToggleGroupTreeButton(this.isGroupRpt());
                viewer.setPrintMode(CrPrintMode.ACTIVEX);
                viewer.setEnableLogonPrompt(false);
                ReportViewerResponse reportResponse =
                    (ReportViewerResponse) request.getSession().getAttribute(
                        ReportServerConstants.REPORT_RESPONSE);
                if (reportResponse != null)
                    viewer.setReportSource(reportResponse.getReportSource());
                    viewer.processHttpRequest(request, response, pageContext.getServletContext(), null);

  • Setting page size in cm

    I set centimetres in the preferences of Pages.  But when I go to set the actual page SIZE in Page setup ... the choice is inches.  I remember doing it in centimetres once in the past.  I can't remember how to set the 'Page setup' option to centimetres.  Inches is too big.  There is a discrepancy that shows up with the finished graphic - which has to match to-the-pixel the requirements.  It's only one tiny pixel out ... but I can't upload the file to the replication house, coz it won't accept it.  One pixel.
    All ears,
    Ben

    Jerrold Green1 wrote:
    Edit: This isn't to say that a Point is the smallest dimension calculated in Pages for the purpose of rendering. It's just the smallest unit at the user interface over which we have direct control and can work with in whole units.
    Good point Jerrold.
    Many users are like our ancestors thinking that the atom is the smaller object.
    They wrongly think that a measure in points is always an entire value.
    Yvan KOENIG (VALLAURIS, France) lundi 23 mai 2011 17:31:54
    Please :
    Search for questions similar to your own before submitting them to the community
    To be the AW6 successor, iWork MUST integrate a TRUE DB, not a list organizer !

  • How to set page size and bleed

    Hi all,
    First of all, I am really a totally newbie for Indesign. My knowledge of Indesign is zero.
    Recently my design send me a artwork but he is missing now. I need to do some modify for printing but I really got no idea what should I do.
    The printing manufacturer request me to set my page as 303mm x 216mm, however my page size now is 297mm x 210mm. After that they need me to add bleed for them as well.
    So any expert here could guide me step by step what should I do?
    I tried myself to go "Explore" > "save" > then change the value of "page size" to 303mm x 216 mm. Then go "Marks and Bleed" > "tick "Bleed" and choose value (top:3mm, bottom:3mm, inside:3mm, outside:3mm)
    However, the result come out my page size is much bigger than 320+mm and 230+mm
    Why? What should I do?

    InDesign is a pretty complex application to learn on your own.
    As soon as possible, acquire a good book on InDesign. My recommendation for beginners is Sandee Cohen's "InDesign QuickStart Guide." There are editions for different versions for InDesign. Less than $20.
    InDesign CS5 for Macintosh and Windows: Visual QuickStart Guide

  • Need Help Programmatically setting Page Size for printing to Adobe PDF

    We are upgrading from Adobe 5 to Adobe 9.  In Adobe 5, we set a few parameters in the __pdf.ini file to create a document with a specific Page Size.  For Example:
    [Acrobat PDFWriter]
    PDFFileName=
    bDocInfo=0
    Orient=1
    bExecViewer=0
    cpmarginwhole=18
    cpwidepart=0
    cpwidewhole=612
    cpheightpart=0
    cpheightwhole=792
    Paper=0
    Since upgrading to Adobe 9.2, this no longer appears to work.  I have also tried adding these values to the following Registry Locations with no luck:
    HKCU\Software\Adobe\Acrobat PDFWrite
    and
    HKCU\Software\Adobe\Acrobat Distiller\PrinterJobControl
    Is it still possible to create a custom page size using this method?  Or am I going to have to do that in a different way?

    Bill, thanks for the quick response.  However, we generate many forms on a daily basis with different page size requirements.  The way this was accomplished through Adobe PDFWriter was by setting the various parameters in the __pdf.ini file for the Document that we are generating.  I believe we have about 7 different page sizes that we generate.

  • How to set page margins in numbers version 3.0?

    How can I set document margins in Numbers version 3.0 ?
    In numbers "help" , "margins" has no results.
    Normally I have a item "page layout" just above "print..."  in the archive tab, but in this version it is missing.

    Hi Adj,
    Many features have been lost in Numbers 3. You can send feedback to Apple with Menu > Numbers > Provide Numbers Feedback.
    Features that Apple has promised to reinstate:
    http://support.apple.com/kb/HT6049
    What has been GAINED in Numbers 3 is here:
    https://discussions.apple.com/thread/5473882?start=75&tstart=0
    What has been lost in Numbers 3 is here (with corrections where Apple has already reinstated some lost features in the Numbers 3.1 update):
    https://discussions.apple.com/thread/5470448?start=240&tstart=0
    Hints on workarounds here:
    https://discussions.apple.com/message/23622372#23622372
    In particular,
    Try Alignment Guides and Rulers as suggested here:
    Print View workarounds
    Numbers has never had Page Breaks. The Numbers approach is to have several tables, each with a purpose. For example, an input table, a number crunching table, and a "Presentation" table to summarise results.
    If your quotation runs to six pages, perhaps you could have 6 tables designed so that each fits within a layout guide:
    Layout Guide for Numbers
    Option 2, if you previously had Numbers 2.3 (Numbers '09) it now lives in a folder called iWork '09 inside your Applications folder. It works just as well as it used to, and has a proper Print View.
    Option 3, copy and paste your table to Pages where I believe the layout is easier to arrange (maybe).
    Regards,
    Ian.

  • Setting page size of PDF converted from .ps by Preview

    I'm trying to generate an A4 PDF from an A4 .ps file, but Preview changes the page dimensions to 8.5"x11". I'm assuming/hoping there must be some way of setting the default page size, but I can't find it in Preview's preferences, or in the printing section of System Preferences.
    Some background, if it matters:
    The .ps was generated by Inkscape, which isn't aware of the OS X printing services, but does allow PostScript output to a file. The bounding box defined at the top of the .ps is A4 proportioned (596:842 = 1:1.414), but I don't know what the units are.

    Hi Lynne,
    I can't remember if any of the defaults changed in Acrobat v.9 (it's at v.XI now). However, the options in the Acrobat Print settings are "sticky", so perhaps it was set for one job and not noticed when yours was run.

  • Setting Page Size as a Percentage vs. pixels for optimal viewing

    Is there a way to set the size of my web pages as percentages so that when viewer open my site, the pages will automatically resize itself to fit the computer on which it is being viewed?
    Thanks in advance!
    :)L

    You will get better results using a hybrid of % along with min- and max-width in pixels.  This will keep your page layout from collapsing or expanding too much on super wide and super narrow displays.
    #wrapper {
    background-color: #222;
    width: 90%;
    min-width: 1045px;
    max-width: 1580px;
    margin-right: auto;
    margin-left: auto;
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb
    http://alt-web.blogspot.com

Maybe you are looking for

  • Apple Animation & Major FCP Bugs.  Help?!?!

    I'm really getting frustrated with Final Cut Pro. I'm a long time Adobe Premiere user on the PC and recently started using a Mac workstation with FCP. It seemed intuative enough but it's been nothing but frustration on what seems to be an extremely s

  • Issue regarding assignment of payment advice..

    Hi guys, Any body will help me on, where and how to assign the payment advice form? please send the solution to me.

  • Poor reception when watching downloaded TV shows

    Don't know if this is really the right place to post this, but, when I watch TV shows that I have downloaded from iTunes on my Mac, they are choppy, slow and pixilated. They kind of choke. Any settings I can change to make viewing a little easier on

  • Noob Used iWebsites, now can't edit/find site in iWeb

    Used iWebsites to allow for multiple sites with .Mac. Now "New Site" is the default (even if I delete it). When I launch iWeb "New Site" keeps reappearing (with no files visible in iWeb). The site I'm looking for (my original site, which still comes

  • Migrating Logic Pro to a New Mac

    Hi all - I have an older iMac with Logic Studio Pro on it and all backed up to Time Machine. Today I got a MacBook Pro and the first thing I did was restore the Time Machine backup to it. Everything worked fine - well, almost. I am missing some ESX24