Printing individual slides without border problems

Hello,
I'm trying to print out my slides that I have created in Keynote 9 so each slide will print to A4 width x height constraints(842x595 pixels). I wish to print the slides WITHOUT a border because the slide background has a colour right to the edge of the slide. When I go the print dialogue box, I uncheck ALL options so the preview contains no borders, margins, the slide will print to the edge of the page... great! But.... oh no, wait...... it's not that easy... when I print my fabulous design a border/margin of about 0.5cm all around the sides appear! It's even worse for my client who sees different margins when they print it on their printer. Yes, paper in printer is properly aligned.
Thoughts on why my document has margins appended to all sides when I print is MOST welcome, and how I can stop this will be even MORE welcome.
Cheers

File > Page-Setup > Layout > A4 borderless (admitedly, not all printers will facilitate borderless but at least the template will facilitate it if the option is detected. (thanks Jerry)

Similar Messages

  • Printing multiple photos without border

    This forum itself illustrates something is wrong. There is no category or listing for 'Printing'.
    I want to print multiple photos on a single vertical A4 sized page, without borders.
    I can't do that easily. I have done it before, but keep forgetting the work-around that I had to develop each time I've done it.
    I want to resize the photos to get them on the page.
    I can't do that easily. I have done it before, but keep forgetting the work-around that I had to develop each time I've done it.
    In older versions of iPhoto, there were several options for printing, including something called 'N-up'. Click on that, and select how many photos per page, and then print.
    This version of iPhoto has no such option. It is very very very difficult to print six or four or nine or eight or even two large photos on a single vertical A4 page, and there is no excuse for that. I can get something that with Simple Border or Contact Sheet, but most of the page is empty white wasted space.
    How can I resize the photos to get several on a Simple Border layout? Why is this so very difficult to do?
    Frustrated, Isshi.

    Never mind.
    LarryHN answered my question last Christmas:
    http://discussions.apple.com/thread.jspa?threadID=2274628&tstart=0
    Thank you, LarryHN.

  • How to print a report without border, only data required

    Hi,
    I have a report and need to print it. While printing I don't want the borders of the report in the output. Is that possible?
    Please let me know.

    There is a printer friendly page template that may assist you. This is the final parameter in your URL.
    http://docs.oracle.com/cd/E23903_01/doc/doc.41/e21674/concept_url.htm#BEIFCDGF

  • Keynote '09 Handouts - Problem printing 6 slides per page

    With Keynote '09, I'd like to print handouts of 6 slides per page, where the slides are of reasonable size, take up most of the space on the page, and are not oriented in a single vertical column. I used to be able to accomplish this with earlier versions of Keynote, but can't figure it out in Keynote '09. Anyone know the secret? Seems like a major flaw in the software.

    In the Print dialog box, tell Keynote to print Individual Slides. Then go to Layout and tell the printer to print 6 slides per page and select the layout option that you would like.

  • Printing on paper without spaces ?

    Sir,
    I have a problem with printing the page of course it is printing the page without any problem but the problem does exists in the setup.I have used the code provided in the forum for printing.Where here when the printing is on, the printer starts the printing after leaving
    some spaces. But i want to print the page from where i start(from where i insert the paper).I have used the following code for printing.Here i couldn't find out where i need to make the changes.So,pls. do help me in this regard.I will be so thankful to u.
    My code is:-
    public int print(Graphics g, PageFormat pageFormat,int pageIndex) throws PrinterException
    Graphics2D g2 = (Graphics2D) g;
    g2.setColor(Color.black);
    g2.setFont(fnt);
    int fontHeight=g2.getFontMetrics().getHeight();
    int fontDesent=g2.getFontMetrics().getDescent();
    //leave room for page number
    double pageHeight = pageFormat.getImageableHeight()-fontHeight;
    double pageWidth = pageFormat.getImageableWidth();
    double tableWidth = (double) tableView.getColumnModel().getTotalColumnWidth();
    double scale = 1;
    if (tableWidth >= pageWidth) {
    scale = pageWidth / tableWidth;
    double headerHeightOnPage=
    tableView.getTableHeader().getHeight()*scale;
    double tableWidthOnPage=tableWidth*scale;
    double oneRowHeight=(tableView.getRowHeight()+
    tableView.getRowMargin())*scale;
    int numRowsOnAPage=
    (int)((pageHeight-headerHeightOnPage)/oneRowHeight);
    double pageHeightForTable=oneRowHeight*numRowsOnAPage;
    int totalNumPages= (int)Math.ceil((
    (double)tableView.getRowCount())/numRowsOnAPage);
    if(pageIndex>=totalNumPages)
    return NO_SUCH_PAGE;
    g2.translate(pageFormat.getImageableX(),
    pageFormat.getImageableY());
    g2.drawString("Page: "+(pageIndex+1),(int)pageWidth/2-35, //For printing the page no. at the bottom
    (int)(pageHeight+fontHeight-fontDesent));//bottom center
    g2.translate(0f,headerHeightOnPage);
    g2.translate(0f,-pageIndex*pageHeightForTable);
    //If this piece of the table is smaller than the size available,
    //clip to the appropriate bounds.
    if (pageIndex + 1 == totalNumPages)
    int lastRowPrinted = numRowsOnAPage * pageIndex;
    int numRowsLeft = tableView.getRowCount() - lastRowPrinted;
    g2.setClip(0, (int)(pageHeightForTable * pageIndex),
    (int) Math.ceil(tableWidthOnPage),
    (int) Math.ceil(oneRowHeight * numRowsLeft));
    //else clip to the entire area available.
    else{
    g2.setClip(0, (int)(pageHeightForTable*pageIndex),
    (int) Math.ceil(tableWidthOnPage),
    (int) Math.ceil(pageHeightForTable));
    g2.scale(scale,scale);
    tableView.paint(g2);
    g2.scale(1/scale,1/scale);
    g2.translate(0f,pageIndex*pageHeightForTable);
    g2.translate(0f, -headerHeightOnPage);
    g2.setClip(0, 0,(int) Math.ceil(tableWidthOnPage),
    (int)Math.ceil(headerHeightOnPage));
    g2.scale(scale,scale);
    tableView.getTableHeader().paint(g2);//paint header at top
    return Printable.PAGE_EXISTS;
    Thanx,
    m.ananthu

    i believe that there are hardware constraings on this, for example when you use microsoft word there is a minimum size for the margiens, so i believe that there are limitations. There are methods in the printing api to find out just how much of the page you can and can't print on, as well as how big the page is
    check out the api documentation
    hope this helps
    webaf409java

  • Print 6 Slides per Page

    Is it possible to have Keynote print 6 slides per page the way PowerPoint for Windows does (3 slides in each of two columns on the page), rather than 6 slides vertically along the left side of the page?

    sure thing u can do this do a cmd+p and then choose the drop down menu of keynotes and say print individual slides and then choose drop down menu of layout and say pages per sheet as six and there u have it printing isx slides just like in a ppt on a single page covering the entire page i cant imagine the apple guys on the phone not knowing this.

  • OfficeJet Pro 8600 no longer can print #10 envelopes without mangling them

    I've had this printer for a year or two. It used to print #10 envelopes without a problem. Recently it has started mangling envelopes, at first just once in a while, by now it mangles every envelope. These are envelopes that meet all the requirements (no window, etc.). What's the problem and how do I fix it?

    Hi @TaglineJim, 
    I see by your post that the envelopes are getting mangled. I can help you with this.
    Here are a couple of documents that should be helpful in resolving this issue.
    Printer Paper Tears, Wrinkles, or is Damaged while Printing from the All-in-One.
    A 'Paper Jam' Message Displays on the Printer.
    Usually cleaning the rollers will help with this issue.
    I would check the position and clean the pick up roller also. Skip to Solution four: Clean the paper rollers.
    An 'Out of Paper' or 'Pick Motor Stalled' Message Displays, and the Printer Does Not Pick Up or Feed... Check the paper settings in the print driver to make sure they match, in Solution five: Adjust the paper settings in the print driver.
    Do you have the same issue with other types of paper?
    If you need further assistance, just let me know.
    Have a nice day!
    Thank You.
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    Gemini02
    I work on behalf of HP

  • Change printing defaults to print a individual slides and not have a border

    It is annoying to always have to choose individual slides and turn the border off while printing. Is there a way to change this default so it is always that way?

    801878 wrote:
    1. Is there a way that print(...) method of Printable interface can send ASCII character and not graphics rendering?Not that I know of, but note that you can use the Graphics.setFont(Font) method on your Graphics/Graphics2D to cause the printing to use whatever font (or combination of fonts) you want.

  • Hp deskjet 1510 does not print photo without border.

    I am using Hp deskjet 1510 printer and my operating system is windows 7 ultimate. when i tried to print photo with full pages of A4 size paper without border but it doesn't print without border. so i need assist to solve this issue.
    thanks.

    Hello there! Welcome to the forums @horda ,
    I read about how you are trying to borderless print on A4 size media and it's not working out so well. After checking the printer specifications (below), you can see that this model of printer does not support borderless printing.
    I hope that helps clear up your concern!
    Have a fantastic day
    R a i n b o w 7000I work on behalf of HP
    Click the “Kudos Thumbs Up" at the bottom of this post to say
    “Thanks” for helping!
    Click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution!

  • How can I print a booklet without a white outline around the border?

    How can I print a booklet without a white outline around the border? I'd like the front page to be covered entirely.

    You either need a borderless printer, or you have to print on oversize paper and trim off the bleed.

  • I am having trouble printing a PDF document. Whenever I click print nothing happens but when I am printing documents from Word, Excel etc they print without a problem. I've tried printing as image but that did not work. I uninstalled Adobe Reader XI and d

    I am having trouble printing a PDF document. Whenever I click print nothing happens but when I am printing documents from Word, Excel etc they print without a problem. I've tried printing as image but that did not work. I uninstalled Adobe Reader XI and downloaded Adobe Reader X instead and that still doesn't work. I have Windows 7.

    Hello,
    Please follow the link to troubleshoot the printing issues with Adobe Reader:- Troubleshoot PDF printing | Acrobat, Reader.
    Regards,
    Nakul

  • I am trying to print keynote slides in handout format with notes.  The notes cutoff.  Is there a solution to this problem?

    I am trying to print keynote slides in handout format with notes.  The notes are cut-off.  Is there a solution to this problem?

    You can also turn off the automatic capitalization if you find it gets in the way too often: 
    Settings -> Keyboard -> Auto-Capitalization
    Regards.

  • I used to print my photos in my hp psc 2210 printer without any problem. Now it gets stuck towards

    I used to print photos in my HP psc 2210 printer without any problem including the 8X11 enlarged photos, but now it gets caught at the end of the printing resulting in shortened images. Does it have to do with the thickness of the photo paper? It was able to do it before. Are there any adjustments to be made?
    HMC

    Hi,
    It looks like you've tried some of the troubleshooting steps listed in this document, but there are a few more to try first.  Click on the + besides the XP section and follow the steps in order.  See if this helps, if it doesn't I'll look for some more.
    Printer Prints Blank Sheets
    Say Thanks by clicking the Kudos Star in the post that helped you. Please mark the post that solves your problem as Accepted Solution.
    I am employed by HP

  • I have problems printing with a HP Officejet 6500 printer directly from my iMac. The printer itself does function well, as I can print from another PC without any problems. Does anyone have a clue?

    I have problems printing with a HP Officejet 6500 printer directly from my iMac. The printer itself does function well, as I can print from another PC without any problems. Does anyone have a clue?

    Hello:
    I must apologize  .  I should have checked here first:
    http://support.apple.com/kb/HT3669#HP
    According to the list, there is no driver for your printer included in OS X 10.7.
    There are a couple of options:
    1.  Contact HP to see if they have a workaround.
    2. If the model of printer is not listed but your printer is a PostScript printer or PCL Laser printer, try the "Generic PostScript" or "PCL Laser printer" drivers.  Generic printer drivers may not let you access all the features of your printer.
    I have not tried #2, but some people have had success.
    Barry

  • Print JTable without border

    Possibly a simple question, I want to print a JTable without showing the surrounding border. I can remove the gridlines within the table but the border surrounding the table still comes out when I print, by calling the JTable.print() method
    Thanks

    I believe you cannot do anything about it, since the black border is hard-coded in the last lines of TablePrintable.print():
    // draw a box around the table
    g2d.setColor(Color.BLACK);
    g2d.drawRect(0, 0, clip.width, hclip.height + clip.height);

Maybe you are looking for

  • Install sdk crash with window xp, + yahoo game problems

    Hi all, Currently, I have install java sdk, version 1.4.1_02 into two computers, which using Chinese Window XP, before installing sdk, windows act normally. 1. However, after the installation of java, some interface in windows, especially the toolbar

  • Jdbc-odbc java error using SQL adapter in o9iASWireless

    I've used the SQL adapter in the previous releases of wireless without any problem. Most of the time I would use it for all the wireless PLSQL applications in the Oracle database and it works very OK. I have also used it to connect with a SQLserver d

  • FBRA not giving option to reset

    Good afternoon experts, When clearing customer payments/invoices, a line is created in BSEG for 'foreign currency gain/loss', with transaction key 'KDF'.  Despite the fact that the amount being posted here is 0, we are told that 'exchange rate differ

  • My internet speed is super slow with wifi. I have a 5th generation Airport Extreme

    I have a 5th generation Airport Extreme and a 2nd generation Airport Express as an extender. I have Xfinity as my broadband provider and live in a decent size condo. In the last two months, the speed through my wifi has been horrible. In most cases,

  • Upgrade sequence steps

    Hussein, we have 11.5.10.2 oracle applications database running on split node.the database version is 9i database ---> linux 4 32 bit serverv ---11.5.10.2 -->9i database appln ---> linux 4 32 bit server ---->11.5.10.2 Now we have to upgrade the datab