Printing a slide: how to shrink the size of the border

I am trying to print a single slide on a 8.5 x 11" page. I'm not necessariliy looking for a borderless print, but would like to minimize the white border around the slide.
I realize there may be settings specific to my printer, which I've tried playing with, to no avail. But even if I print it to a .pdf, the same ~1-inch border of white is present around the slide, so I'm thinking there must be a setting somewhere within Keynote to change the formatting of the printed slide.
I've searched through the discussion boards, but coudln't come across a direct answer to this.

There isn't any particular setting within Keynote. If you haven't already tried this, I'd suggest going into Page Setup, and under the Paper Size dropdown menu, choose Manage Custom Sizes, and create a paper setting that is marginless. Be sure to then choose this size in Page Setup, and print using that size. That will get you very close to borderless, at least in PDF (how close you can get in hardcopy is dependent on your printer).

Similar Messages

  • How to shrink the MS SQL 2005 Databse.

    how to shrink the ms sql server 2005 databse on windows 2003 server?

    What's the filling level of the database?
    Markus

  • How To Shrink the Unity Distribution Database

    Can someone post the syntax to shrink the unity distribution database and log file?  I know how to shrink the unitydb and log file but need the syntax to shrink the distribution database.  I am running unity 4.0.5 unified messaging. Thanks, Tom

    Hello,
    These are commands that I have seen used in the past:
    C:\>osql -E
    1> use UnityDistributionDb
    2> go
    1> backup log  UnityDistributionDb with no_log
    2> go
    1> dbcc shrinkdatabase(UnityDistributionDb)
    2> go
    Thanks,
    Scott

  • How to shrink the size of JRE?

    Hi,
    I wrote a simple Java utlity that performs some business logic for my clients. It is going to run on Windows environments. I created a .exe for this Java application. Obviously It also needs JRE. I made sure that JRE is also shipped along with this application. But the size of JRE is around 70 MB. Is there anyway to shrink the size of JRE? What is best practice for such a thing?
    Thanks in advance,
    Mustafa

    I'm not sure what the licensing implications are of customizing your own derivative of Sun's JRE, presuming that's the one you're using. If the agreement permits, you could remove classes you know that you won't use from the runtime JAR.
    Your best bet, though, sounds like using a Java-to-native compiler. There are a number of applications out there that could produce a Windows executable from your Java code and, since you know it's only going to be run on Windows machines, you lose very little if anything by going through this process.
    Best of luck.

  • How to shrink the webpage into JEditorPane

    JEditorPane is used to display webpage here.
    and scrollbars are added to the panel. so the webpage can be displayed in its original size..
    here is the code:
    JEditorPane webPage = new JEditorPane();
    webPage.setEditable(false);
    JScrollPane webPageScroll=new JScrollPane(webPage);
    webPageScroll.setBorder(BorderFactory.createLineBorder(Color.black));
    htmlPanel.add(webPageScroll);
    *******but now I want to shrink the webpage to the size of the JEditorPane, instead of using scrollbars.
    What should I do then,,
    any ideas are appreciated..
    thanks a lot.:)

    Is the point to have a full-sized (too big) JEditorPane and a scaled down screen shot of it at the same time?
    If you put the JEditorPane actually into your GUI in some panel in some frame, then it's going to be set to the appropriate size for that component. If you don't put it in anything, probably if you put it in a JScrollPane, then the size should become the maximum value to display the page. At that time, you can get the size or preferredsize of the pane and do the paint onto the image thing to get a scaled copy.
    (Unless it's smart enough to know that it's in a scroll pane and not paint itself outside the visible viewport bounds.)

  • How to add the border to full page

    Here has the problem about adding the border to full page. How can I fix it?
    The border is added as below.
    However, the border is
    disappear when it comes to print page.
    Thanks!

    Hi,
    It seems you are using Word 2013, if not, feel free to correct me.
    I actually tested on my Word 2013 but couldn't reproduce this issue. If I added the border to a page, the print preview displayed the border as expected.
    Is this issue reproduceable with another document? If so, please exit Word and try to find the Normal.dotm template, rename it to .old, thus Word shall generate a new one the next time it starts.
    Normal.dotm is the template upon which all new blank documents are based. It opens whenever you start Microsoft Office Word 2013 and it includes default styles and customizations that control the basic look of your document. Changes you make to Normal.dotm
    will be applied to documents that you create in the future.
    To find the Normal.dotm file, navigate to C:\Users\username\AppData\Roaming\Microsoft\Templates.
    Hope it helps.
    Thanks,
    Melon Chen
    Forum Support
    Come back and mark the replies as answers if they help and unmark them if they provide no help.
    If you have any feedback on our support, please click
    here

  • How to make the border of a linked pciture go away in IE(8)

    picture A links to picture B. A blue border around picture A appears and when I clicked picture A which now links and displays pictures B, but after going back to the page that contains picture A, there is a purple color border appears on picture A indicating the link has been visited.
    I've created a CSS rule a
    set border to "none", also tried setting border-width to "0", both didn't work.
    How can I make the border go away? It seems only happen in IE(8) and not Firefox.
    Please help, thanks.
    Tony

    I couldn't get a img { border: none; } to work. I didn’t know where to input this line. But base on your info I've created a new CSS rule, tag img and set border to none, and it works.
    I was getting a little frustrated and you have saved the day.
    Thanks Bob,
    Tony

  • How to remove the border of a JSplitPane?

    Hello,
    I'm using NetBeans 6.1 under Mac OS X 10.5.5, JDK6. When I design my GUI, I want to have the splitpanes witouht border. On Mac and Linux it works fine, however, on Windows and the Metal-Look'n'Feel the borders are painted, although I set the border-property in the GUI-designer to "null".
    My question is, can I additionaly manually remove the border? I found [this sample|http://forums.sun.com/thread.jspa?forumID=57&threadID=566152], but I didn't really help me since I don't know how to handle UIResources...
    Thanks in advacne and kind regards
    Daniel
    Edited by: DnlLdck on Nov 7, 2008 7:16 AM

    I guess you could try overriding paintBorder to do nothing.
    If you post a SSCCE that clearly demonstrates your problem, more members are likely to take a look.
    To post code, use the code tags -- [code]Your Code[/code] will display asYour CodeOr use the code button above the editing area and paste your code between the {code}{code} tags it generates.
    I don't know how to handle UIResources...So take time out from whatever you're doing and learn how to use them. They're no different from other classes.
    db

  • How to disappear the border of a table in XML

    Hi,
    I am using an adf table but from xml i am unable to hide the border of that table.
    my code is as below-
    <af:table value="#{bindings.HixEnterPostalCodeVO1.collectionModel}"
    var="row"
    rows="#{bindings.HixEnterPostalCodeVO1.rangeSize}"
    first="#{bindings.HixEnterPostalCodeVO1.rangeStart}"
    width="90%" partialTriggers="CreateRowId1"
    banding="none" bandingInterval="1"
    inlineStyle="border-color:rgb(255,255,255); outline-color:rgb(255,255,255); color:rgb(255,255,255); background-color:rgb(255,255,255); outline-style:none; outline-width:0.0pt; border-style:none; border-width:0.0pt;">
    Can anyone help me in this.
    Thanks,

    I speak better French. So you can translate with google.
    L'astuce que j'utilise est la suivante :
    1 - Extraire les données, un select
    2 - Enregistrer les données dans un fichiers txt ou csv
    3 - ouvrir le fichier avec excel
    4 - créer une colonne à gauche de la colonne contenant les données et écrire INSERT INTO TABLE VALUES (
    5 - dans la colonne de droite écrire *)*
    6 - enregistrer et tu as ton script pour transférer les données dans une autre BD.
    Bonne chance.

  • How to set the border of header of JTable

    I am using the following code to set the border of my JTable headers but it doesn't seem to work!! The headers do get CENTER aligned but somehow they do not show the right border. Please Help.
    class cellAlignRenderer extends DefaultTableCellRenderer
    cellAlignRenderer()
    setHorizontalAlignment(JLabel.CENTER);
    Border b = BorderFactory.createEtchedBorder() ;
    setBorder(b);
    jTable.getColumn(0).setHeaderRenderer( new cellAlignRenderer());

    try this
    public class YourTableHeaderRenderer extends DefaultTableCellRenderer
    public YourTableHeaderRenderer()
    public Component getTableCellRendererComponent(JTable table, Object value,
    boolean isSelected, boolean hasFocus, int row, int column)
    JLabel comp = (JLabel) super.getTableCellRendererComponent(table,value,
    isSelected,hasFocus,row,column);
    try
    comp.setBorder(BorderFactory.createBevelBorder(0,Color.lightGray,Color.darkGray));
    setFont(new java.awt.Font("Dialog", 0, 15));
    setHorizontalAlignment(SwingConstants.CENTER);
    catch(Exception err)
    err.printStackTrace();
    return this;

  • How to remove the border from an AWT Component (specifically a ScrollPane)

    I've been trying to remove the border from an AWT ScrollPane, but having no luck.
    I've tried setting the bounds on the ScrollPane to get rid of the border:
    ScrollPane scrollPane = new ScrollPane();
    scrollPane.setBounds(-2, -2, getSize().width+4, getSize().height+4);
    I've also tried overwriting the paint method of the ScrollPane but it didn't draw anything:
    private class CustomScrollPane extends ScrollPane
         public void paint(Graphics p_g)
              super.paint(p_g);
              Graphics2D g2 = (Graphics2D)p_g.create();
              g2.setColor(Color.MAGENTA);     //tried magenta so I could easily see it
              g2.drawLine(0, 0, 0, getSize().width);
    Is there anything else I should try? (I wish AWT components had a setBorder method)

    Is there anything else I should try? (I wish AWT components had a setBorder method)Actually this probably isn't possible. One of the main drawbacks of AWT was that since everything is connected to peers, you can't actually draw over or customize the view of your AWT component.
    The only recommendation I might make would be that you could try creating Canvases around your ScrollPanel that draw over the border

  • How to shrink the system tablespace datafile Size

    iam using oracle 9i R2 and i want to reduce my datafile size but it's show's that error when i try to resize it. ORA-03297

    Hi,
    We can directly resize datafilesTEST.SQL>SELECT FILE_NAME, BYTES FROM DBA_DATA_FILES WHERE TABLESPACE_NAME='SYSTEM';
    FILE_NAME
         BYTES
    /.../dbsGNX.dbf
    419430400
    TEST.SQL>ALTER DATABASE DATAFILE '/.../dbsGNX.dbf' RESIZE 390M;
    Database altered.
    TEST.SQL>SELECT FILE_NAME, BYTES FROM DBA_DATA_FILES WHERE TABLESPACE_NAME='SYSTEM';
    FILE_NAME
         BYTES
    /.../dbsGNX.dbf
    408944640But the minimum file size is the size of the extend the furthest in the datafile:TEST.SQL>SELECT FILE_ID,FILE_NAME FROM DBA_DATA_FILES WHERE TABLESPACE_NAME='SYSTEM';
       FILE_ID
    FILE_NAME
             1
    /.../dbsGNX.dbf
    TEST.SQL>SELECT MAX(BLOCK_ID) MBID FROM DBA_EXTENTS WHERE FILE_ID=1;
          MBID
         25129
    TEST.SQL>SELECT SEGMENT_NAME,OWNER,SEGMENT_TYPE FROM DBA_EXTENTS WHERE FILE_ID=1 AND BLOCK_ID=25129;
    SEGMENT_NAME                                                                      OWNER                          SEGMENT_TYPE
    I_OBJAUTH2                                                                        SYS                            INDEX
    TEST.SQL>SHOW PARAMETER BLOCK_SIZE
    NAME                                 TYPE                             VALUE
    db_block_size                        integer                          8192
    TEST.SQL>SELECT 8192*25129 FROM DUAL;
    8192*25129
    205856768about 200M.
    Regards,
    Yoann.

  • PSE 9 Mac-I switched to a smaller monitor and can't determine how to shrink the window.

    I recently changed monitors from a 28" Cinema display to a 23" Cinema display (Mac) and discovered that the window is still being displayed for the larger monitor which means that the pallettes that are displayed on the right cannot be seen.
    How do I get the window resized so I can use the software? I have the original cd but it's in storage and will be unavailable for a couple of months.

    I've tried turning it off and it does show the pallettes so the application is useable. I get the impression that the pallettes are always there at the right side of the screen, but the application frame covers them when it's visible. However, I prefer to have the desktop obscured by the application frame ever since I got PSE 9. So it's only a temporary solution until I'm able to get my 28" monitor back.
    Is there a way to delete some PSE file that is holding the size variables for the application frame so PSE will rebuild it the next time I run it? That seems to be the way Apple "fixes" things like that.

  • How to shrink document size to 20%(inculd all pageitems size shrink to 20%)?

    I exproted  xxx.indd to yyy.jep, then I found yyy.jep size is too big, almost have shrink to 20% to need my client requirement.
    There is no any method allow to change JPG file szie while exproting.
    the documnet size change only for PageHight and PageWide( Docment.DocumentPreferences.PageHeight & Document.DocumentPreferences.PageWidth) , but all pageitems did not change.
    so, any ideas about this?
    thanks.

    Actaully,I write a Delphi base Indesign CS4 automation program (like Vb script, Java script) to generate indd file.
    The main function is plate many Name Card pdf file into a huge indd file automatically.
    Recently, my client ask new function : export the indd file to JPG file, and the JPG file size only has 20% size of indd file has.
    But, I do not have any idea to deal with this.
    So, any suggestion?

  • Volume slider - how to turn the clicky sound off?

    hullo I have a new gorgeous HP pavilion. 
    it has a really slick looking exterior (looking slick w/ Windows 7 & word 2010), and a slick volume slider.
    BUT - when I use the volume slider, the volume change is always accompanied by a clicking noise that sometimes lags - which is really annoying.  
    I changed the settings under personalization (i.e. the option when you right click on the desktop), but that hasn't stopped the clicking.  
    Any ideas how to turn it off?  
    Thanks!

    I have the same issue.  Have you ever found a solution?

Maybe you are looking for

  • Could someone who has dns set up correctly confirm that this test works?

    The test that's here http://docs.info.apple.com/article.html?artnum=106798 says if you attempt to visit this link: http://17.254.0.91 and you are taken to Apple's page then you probably don't have your DNS set up correctly. Can anyone confirm, who ha

  • How to color a particular cell in ALV.

    hi,    I have a requirement where i need to select a particular cell of a column in ALV and upon selection , i need to change the color of the selected cell. I choose the color from the dropdown toolbar created by me. plz help, thanks.

  • Logging SQL parameters in Database Adapter??

    Hi there!! We'd like to be able to log all the parameters that are used in a SQL operation in Database Adapters. So far, we've been able to log the query with '?' instead of the real parameters. For example: select t.* from tsupcontact t WHERE t.idsu

  • Search an smb share while logged into AD with OD managed prefs

    _*Hi,*_ We have a set up here where i have enabled the indexing on smb share via mdutil, but when i search the share the only things i can see are things i have created, but if i log in as a standard local user, mount the smb share and enable indexin

  • Audio cable

    Will a mini plug to coaxial digital coaxial cable work with airport express?