Page margins

How does one set page margins in iWorks Numbers version 3?  This seems to have been removed from the inspector and I don't see it anywhere else.

acoustic biscuit wrote:
In Photoshop my image fills an A4 page, which is what I want and which is what I have the paper selection set to on all settings I can find. However, when I print, there remains a margin around the image which forms a white border on the page. How do I eliminate all the margins so what I see on screen is what prints?
Entirely the function of the printer driver.  You will need to find a Borderless Print setting in the print driver, which will probably require to use photo quality paper. 

Similar Messages

  • HELP - setting page margins doesn`t work correctly

    Hi there,
    maybe someone encountered the same Problems I am facing.
    I am setting the page margins for the Left-Side to have enough space to punch the printout.
    Somehow CR seems to ignore the values I set when printing a Report.
    Most of the times I have too much space on the right side and not on the left side.
    The margin on the Left side seems to be the min-margin of the printer.
    What`s wrong with the Reports?
    CR 2008 with SP1 is used.
    The Reports are not designed against a specific Printer.
    The virtual Printerdriver of CR is used.
    Greetz
    Ricardo

    >
    Don Williams wrote:
    > Hi Ricardo,
    >
    > There is a new API that allows you to dissociate the printer... that is by default not checked on in the Report file.
    >
    > Try setting it to true in your app and test again:
    >
    >             // new API added to allow changing printing options
    >             newOpts.DissociatePageSizeAndPrinterPaperSize = true;
    >
    > Search the Object Browser for how to use it.
    >
    > Thank you
    > Don
    Don (or anyone else),
    I try to get to the DissociatePageSizeAndPrinterPaperSize but I can't figure out how to access it.
    I use CR 2008 with Visual Studio 2005, Visual Basic. My goal is to get an unrestricted right hand side
    of my report, so I can have as many columns as I want. (I have a different thread about this).
    First of all: If I search DissociatePageSizeAndPrinterPaperSize in the Object Browser, it can't find it.
    (I have performed an upgrade for CR XI R2 to CR 2008 and it seemingly went well).
    Here is what I do in code (a modified web download for testing):
    Option Strict On
    Imports CrystalDecisions.CrystalReports.Engine
    Imports CrystalDecisions.Shared
    Partial Class _Default
        Inherits System.Web.UI.Page
        Private rpt As ReportDocument
        Private exportPath As String
        Private myDiskFileDestinationOptions As DiskFileDestinationOptions
        Private myExportOptions As ExportOptions
        Private selectedNoFormat As Boolean = False
        Private Sub ConfigureCrystalReports()
            rpt = New ReportDocument()
            Dim reportPath As String = Server.MapPath("Hierarchical Grouping.rpt")
            rpt.Load(reportPath)
            Dim myPrintOptions As CrystalDecisions.ReportAppServer.ReportDefModel.PrintOptions = _
                          CType(rpt.ReportClientDocument.PrintOutputController.GetPrintOptions(), _
                          CrystalDecisions.ReportAppServer.ReportDefModel.PrintOptions)
            Dim newPrintOptions As CrystalDecisions.ReportAppServer.ReportDefModel.PrintOptions = myPrintOptions.Clone(True)
            Dim newMargins As CrystalDecisions.ReportAppServer.ReportDefModel.PageMargins = newPrintOptions.PageMargins
            newPrintOptions.PageMargins = newMargins
            newMargins.Right = 1000
            'newPrintOptions.PaperSize = CrystalDecisions.ReportAppServer.ReportDefModel.CrPaperSizeEnum.crPaperSizePaperA3
            ' newPrintOptions.PaperOrientation = CrystalDecisions.ReportAppServer.ReportDefModel.CrPaperOrientationEnum.crPaperOrientationLandscape
            rpt.ReportClientDocument.PrintOutputController.ModifyPrintOptions(newPrintOptions)
            myCrystalReportViewer.ReportSource = rpt
        End Sub
    This prints a wider page on-screen than without the code, so it is an improvement. Still, I would like to go
    further, and the DissociatePageSizeAndPrinterPaperSize seems to be promising.
    Can you tell me how to set it in the context above?
    A little observation: When my newMargins.Right gets the value 145, the output is a narrow page.
    When it is set to 146, it jumps to a wider page.
    Setting the PageContentWidth doesn't help any more than the Right option.
    - Kjell Arne

  • How do you change the page margins?

    Hi There,
    Since upgrading to Yosemite, I can't figure out how to change the page margins. If you look at the image below, I am trying to extend all of the margins so I can fit more text in. Thank you so much for your help!

    Hi,
    Thank you for your reply.
    I do not see where I click "toolbar" or "Document", etc. I even typed "adjust document" and "header/Footer margins" into the help box and I couldn't find it. Are you able to tell me how to do it starting from "File", "Edit", "Insert", "Format", etc? Or do I need to click on something with the new inspector. The option are "Style", "Layout" and "More". Thank you so much!

  • Page margin in script?

    How to get the exact page margin in script?

    hi 
    exact means ?
             like for A4 sheet size is 21.0*29.7 so u may defin any window , line with in this range .
       for max. utilization of page :
                 left margin 0.1 mm
                 upper margin 0.1 mm
                 width 20.9 cm
                 length 29.8 cm
    like this u can do as required.
    reward if help ful.

  • How do I change page margins on pdf file on acrobat?

    Hi there
    Could someone please help me. I need to change the page margins on a pdf file using adobe acrobat.  The page size is 7" by 10" which I have been able to change.  I need to change the page margins to:
    Left - .75"
    Right - .25"
    Top - .25"
    Bottom - .25"
    I know it is probably something really simple but I just can't figure it out.
    Thank you for your help
    Kate

    kateriggles wrote:
    I know it is probably something really simple but I just can't figure it out.
    Kate
    Not simple at all. Actually, Acrobat isn't built to do this type of thing. You would want to make those changes in the original document and create a new PDF.
    The main problem here is that Acrobat will not reflow the text as the margins grow.

  • Why is there a thick line in the page margin when I use auto page number?

    I am having a problem with an automatic line which appears in the left, in the page margin, outside the footer whenever I insert auto page numbering into a booklet. This line looks like a thick "l" and is on the left of each page despite the numbers being on the 'outside' (alternate sides) of each page.
    The line only disappears when the numbers are removed. I cannot highlight/edit the line and they show up as short thick marks, the height of the font on each numbered page when the document is printed.
    Does anyone know how I can get rid of them?

    Thank you, fruhulda.
    Actually that is what I am doing as a workaround. It works but it requires me to make an unnecessary extra copy of the document. And after doing that, I sometimes carelessly keep working on the copy instead of the original, which results in untracked modifications. So I hope there should be a way to just hide the lines.
    If there's no option to hide them, I think this is a bug of "View Final" mode, in which the document should be viewed in the "final" form.

  • Changing default page margins for Web Intelligence

    Is it possible to change the default page margins for new Web Intelligence documents.  The default size is 76px which most people find exceedingly large.
    The defaultconfig.xml file can be modified to specify default fonts, page size, orientation, etc. Can anything be done to this file to change the default page margins as well?
    Any help would be appreciated ...
    Thanks

    Hi James,
    Following information might be helpful for answering your queries.
    An ER has already been raised for the functionality yo want and the ER# Id is ADAPT01081135
    State
    Submitted
    Origin
    Customer
    Date Entered
    2008-05-23 12:29:54
    Subject
    XIR2: Webi: Wanted to set the default 'Page Layout Margins' to 0px instead of 76px each.
    Current Functionality
    The default 'Page Layout Margins' are set to 76px each for a new Webi report.
    Create a new Webi report - Go to Page Properties - Page layout - By default, Top margin=76px, Bottom margin=76px, Left margin=76px, Right margin=76px.
    Requested Functionality
    Wanted to set the default 'Page Layout Margins' to 0px instead of 76px each.
    Expected Added Value
    There should be an option in Webi / Infoview to set any property value to any required default value. This should be independent of the user, because it may differ from user to user.
    Found In Product
    Business Objects Enterprise.
    Found In Product Version
    XIR2.
    Found In PFA
    Web Intelligence
    B) use SDK kit (this is only a suggestion though)
    https://www.sdn.sap.com/irj/sdn/businessobjects-sdklibrary
    https://boc.sdn.sap.com/codesamples
    You would find almost everything here that BusinessObjects supports (about the SDKu2019s). You could also use the forums to check if anybody have already done what you are looking for)
    Regards,
    Sarbhjeet Kaur

  • Change page margins to print email

    Is there any way to change the page margins when printing emails? When I print out an email, the page margins are a good 1" on top, left and bottom so I have to reduce the type in order to keep simple emails on one sheet of paper.

    I am having the same issue - I have orders coming in by email that I need to print out as order tickets. In the email I have the submissions set to come in as html tables, all of a uniform size. I want to print 4 per page, and can do that by selecting emails, "Print", and then 4 pages per sheet in the print settings and it gives me 4 unique orders on one sheet. But the giant standard margins make it so the submission tables are way too small and I don't want the email header information displayed. This really doesn't seem like too much to ask, I hope it's not really as impossible as all the forums make it seem! BDAqua, you mentioned possibly making a script for this?
    Side note - the order submissions are generated from my form on Jotform. This is a great form builder, at least in my first-time experience, but seems lacking in output options - reports can only be generated as tables, and on the web-based submission viewer the print options are extremely limited as well.
    Any ideas? I'm running 10.9 and I know this is a 10.4 forum, but there's not much on this anywhere else and it doesn't seem like mail has changed much in this regard. Thanks!

  • 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

  • Printer Driver Problem?  Page margins shift when using paper tray vs. manual feed

    I am printing to an Apple LaserWriter 12/640 PS. The printed page and page margins are PERFECT (WYSIWYG; "What you see is what you get") when printing either to: (a) the MANUAL FEED TRAY of the Apple LaserWriter 12/640 PS; or (b) PDF to view on screen.
    HOWEVER, when printing to the LaserWriter using the (ordinary/usual) paper cassette (you know, the thing that holds the 200+ sheeets of blank paper), two margin problems occur: (1) the uppermost portion of page content is shifted down 3/4" (maybe closer to 11/16") vs. its position on the manually fed paper.  This, in turn, causes the botttom portion of the page content to run off below the printed page.  (2) The "unprintable region" on the right edge of the paper expands from 1/8" with the manually fed paper to 7/16" when using the paper cassette.  This shows up as an extra 5/16" (7/16" - 1/8" = 5/16") of white space/missing page content on the right edge.
    The problem is consistent and reproduceable.  It happens with cassette fed output from Safari, Word 2011, Acrobat X, TurboTax, Quicken Essentials for Mac, and TextEdit.
    BIG problem when printing long documents whose content and margin settings I cannot control (e.g., third-party documents from Acrobat, anything from Quicken Essentials or TurboTax, pages from Safari, etc.).  The only workaround is to feed everything manually (UGGH!).
    I suspect the printer driver is faulty since the problem detailed above happens with so many applications.  Is there a way to edit a plist (using the application/utility "Pref Setter" or similar) to overide the driver's margin settings?
    I believe the print driver is "Apple LaserWriter 12/640 PS v2015.105" (from Sytem Prefences->Print&Scan->Options and Supplies->Driver).
    Any help greatly appreceated.

    Thanks!  It works perfectly!  I even saved my original "oversize" document by printing it to PDF with the scaling so the problem is permanently cured, at least for this document.

  • Changing page margins?

    My printer has a default margin of .25" at top and left, and .5" at the right and bottom page.  I can't find anywhere to change this, even the print preview has it cut off, and I have no idea why! I'm working mainly with Photoshop, and my printer is an HP Deskjet 3050A AIO J611g. Operating in Windows 7.  I've been into the advanced set-up, and there's no where to even set margins! Help!!!
    If anyone knows how to change page margins, I'd really appreciate your input!

    Hi,
    I think you have to remove the tick:
    Worse case, just save the image and print outside Photoshop. I use irFanView to print and can have many options (same printer).
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • Changing the page margins when printing

    I have searched this forum and have not found an answer.
    I am trying to print my resume, which is a web page, to a PDF. The default makes the page margins too narrow for my taste but no matter what I do, I cannot seem to change it. I tried to define a new paper format with a letter size and larger margins but that does not appear to make any difference at all.
    It works in FireFox but the imbedded hot-links do not work like they work in Safari. Anyone have a solution?
    Paul

    I had done that, defined a paper with wider margins, but I had not logged out and back in. Well, now I not only made my new sheet definition using the instructions, but I made it the default paper in the Print & Fax system preference, logged out and back in, and then even tried restarting. Safari (and interestingly all other applications) default to the standard letter size with standard margins even though my custom page with the custom margins shows as the default in Print & Fax. Sheesh!
    Does anyone know of another browser that you can print to a PDF and the hotlinks within the document will remain good? They do not with Firefox.
    Paul

  • How do I view page margins and drag objects around to fit?

    How do I view page margins and drag objects around to fit?

    Hi Sime,
    Some ideas for workarounds now that Numbers 3 has lost Page Setup, Print View and Layout View.
    1. Numbers 2.3 is still on your computer unless you deleted it. Look in your Applications folder for the iWork '09 folder. Drag the Numbers '09 (Numbers 2) icon to your Dock. It will become an Alias. Right click (or control click) on it then Options > Keep in Dock. You might actually enjoy running both versions at the same time, to compare features. Just be careful which version you are running before you edit and save.
    2. Use Numbers 3 to export a document 'backwards' to Numbers 2. Be aware that features lost in Numbers 3 may not be restored by exporting 'backwards' to Numbers 2.
    3. In Numbers 3 > Preferences > Rulers
    Those Guides help you to align objects with each other.
    4. Menu > View > Show Rulers. This will show zero for the top or right left margin. Then drag a ruler guide from top or left.
    More hints on workarounds here:
    https://discussions.apple.com/message/23622372#23622372
    What has been GAINED in Numbers 3 is here:
    https://discussions.apple.com/thread/5473882?start=45&tstart=0
    If you want to see what has been lost in Numbers 3, go here:
    https://discussions.apple.com/thread/5470448?start=240&tstart=0
    Regards,
    Ian.
    Message was edited by: Yellowbox. Oops, This will show zero for the top or *right* margin. Mirror image this to *left* margin

  • How to adjust printer page margins on the officejet 6700

    How do you adjust the page margins on an Officejet 6700 premium All in One printer. I just bought and set up.
    Setup and install went well and every thing seems to be working. I have looked in the set up software and have yet
    to find any thing on setting page margins. The issue arose when I printed an email and the right edge of it did not
    print. 
    This question was solved.
    View Solution.

    As I understand it this has a lot to do with the originators message and format (an example here of users with similar issues). It appears html in the messages can cause this and things like scale to fit may not help. Are you able to export the email and open within word or similar program for printing? 
    You can say thanks by clicking the Kudos Star in my post. If my post resolves your problem, please mark it as Accepted Solution so others can benefit too.

  • Wonky Page Margins - Need Help!

    When I create PDF documents from Microsoft programs, the top and bottom page margins display correctly, but print too high or low depending on the page content. Below is a typical example.
    This is how the page displays on the screen. Everything looks great. But then when you print it...
    See how the bottom margin's footer shifted halfway up the page? This happens in both Word and Excel. Also, sometimes the top margin will shift down, leaving a couple of inches of blank space that shouldn't be there. I have found no setting that addresses this problem. I'm hoping someone knows of a fix.
    Thanks!
    - Tracy

    You can create your own style , save it in root folder and link on page .
    Alternatively you can try these options :
    http://musewidgets.com/collections/all/products/js-help-library-widget
    http://musewidgets.com/collections/all/products/style-magician
    Thanks,
    Sanjit

  • Report leaving Left page margin

    My report is leaving almost 1.25 inches Page Margin although I'm using full space in the margin. Report Page setting in page setup is also ok. However when I change page type from Letter to A-4 in page setup then it removes left margin and it report layout becomes OK. can u tell me why is it happening and how can I control it properly because user will not change Page Type each time running the report.

    I meant question of "What kind of output do yoiu generate ? (PDF ? RTF ? Printer Output ? (postscript / PCL ) ...)
    Dear DLC...I had replied to Denis, however repeatedly telling u peeps,????
    Its ok if there is any option to select the Page size Letter, A4 etc...I'll provide user a static list of Page sizes at Param form and user will select it accordingly. Is it enough?Don't think you can set page type/size for the output at runtime. Let us know if you find the trick.

Maybe you are looking for

  • Family sharing data needs to be changed

    An apple id has been set up for my child, but the incorrect birthdate was mistakenly entered.  As the adult, I am trying to set up Family Sharing on icloud, and it shows my child listed as an adult.  How do I change the birthdate to reflect he is a c

  • ITunes update server could not be contacted error!!  HELP!! :)

    ok.. I have the exact same issue as everyone else does.. My internet connection is fine.. I am able to browse the internet.. go into the itunes store in itunes.. download music.. Stream video previews.. but I just dont get how or why itunes can not b

  • Special carater and sort order...

    I have a problem with a field varchar2... my field contains specail caracter such '.*' when I request sort order by this field there is a problem with order... the sort order is not correct...

  • URGENT!!! Bios Bug found for P500 series BIOS v2.90. TAIS really needs to fix this!!

    Affected unit: P500-ST6844 PSPGSU-0Q2012 I have had sleep issues with my laptop since I first purchased it back in 2010. I have made a previous post about it here: http://forums.toshiba.com/t5/Batteries-and-Power/L​aptop-turns-off-instead-of-going-to

  • Error 3194  IMPOSSIBLE

    HI I update from 4.3.3 to iOS 5 beta but was Bloopers because I could not properly activation so I restore to 4.3.3 IMPOSSIBLE! it say update failed error 3194