How can I print the top and bottom halves of 11x17 PDF on 8.5x11?

I have a multi-page 11x17 PDF of quiz cards designed to be printed double-sided so that a question appears on one side and the answer on the other side. (Page 1 has the questions; page 2 has the answers.)  My printer is 8.5x11 so I would like to print the top half of 11x17 page 1 onto 8.5x11 page 1 and the bottom half of 11x17 page 1 onto 8.5x11 page 2. Then I will flip the 8.5x11 pages over and repeat the process, this time printing 11x17 page 2.
Is there a way to print the top and bottom halves of an 11x17 PDF onto two 8.5x11 pages?
Thanks!

The easiest solution I know of requires you to have a copy of Adobe InDesign. You can easily layout PDFs within InDesign in the configuration you want and create a new PDF.
I don't know any way to print it directly in that layout, unfortunately.

Similar Messages

  • How can I print the date and time in a photo from iPhoto

    How can I print the date and time in a photo from iPhoto

    You want to print them on their own? Can't be done. WIth the photo? Install this
    http://www.iborderfx.com/iborderfx/

  • HP PSC 1610xl All in One - when printing it seems to not print the top and bottom of document on eac

    Ex: when I print out a mailing label, the top and the bottom of the label are either faded out or non existent. 
    Please advise.
    Thank you.

    Hi there,
    Could you provide the community with a little more information to help narrow troubleshooting? What operating system are you using?
    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.

  • How can you print a scenario and students responses?

    How can you print the scenario and students responses from a scenario created in Captivate 8?

    There is a shareware program called iTunes Reports. It took my Library file which as 1,000 artists and 950 albums and created an artists/albums report in seventeen pages. It creates a pdf file. Every page has a watermark if you don't register the program. The format is:
    Alison Hood, David L. Cooke, David Leonard &
    Phil Coulter Highland Cathedral
    Alison Kinnaird Rough Guide : Rg To Scottish Folk
    Alison Krauss A Very Special Acoustic Christmas
    Alison Krauss & Union Station Every Time You Say
    Goodbye, Forget About It, Live, New Favorite, So Long,
    So Wrong
    Tom

  • How to remove web data from the top and bottom of my Ebay invoices so I can print them without it.

    When I create my Ebay invoices, (which are generated through the browser in a new window) data is also generated at the top and bottom that I don't want to show on the invoice. The data is the date and time at the bottom, together with the page number, and at the top it shows the web location. In Explorer, you can remove this before printing but I can't work out how to do it in Firefox. Help please!

    Hello!
    You can change that in Page Setup, choose the "Margins & Header/Footer" tab and chose "--blank--" instead of the data that you don't want it to appear.
    You can visit [https://support.mozilla.org/en-US/kb/how-print-websites#w_margins-and-header-footer How to print websites] for more details.
    I hope that helps,
    Have a nice day

  • How can you make your persona show on the top and bottom? Also can you make it bigger at the top to show more of the picture?

    How can you make your persona show on the top and bottom?
    Also can you make it bigger at the top to show more of the picture?

    Add extra empty toolbars if you want to see more of the persona.<br />
    You can create extra toolbars to get extra space via View > Toolbars > Customize<br />
    You have to put something on a toolbar (drag a Space item onto it) before closing the Customize window because empty toolbars are automatically removed.<br />
    See http://kb.mozillazine.org/Toolbar_customization

  • I recently bought a new PC and when I transferred my photos a number of them became distorted- the top half was ok but the bottom half were color shifted.  Also a number of them the top and bottom don't line up.  How can I fix this?

    I recently bought a new PC and when I transferred my photos a number of them became distorted- the top half was ok but the bottom half were color shifted.  Also a number of them the top and bottom don't line up.  How can I fix this?

    Hi, I see I haven't had any responses but these problems haven't been fixed.
    I still haven't been able to transfer purchases from my phone to my comp so consequently have stopped purchasing on my phone.
    I bought a couple of albums recently via itunes on my comp, and tried to tranfer them to my phone via a playlist, but the sync often crashes. One album transferred except for one song, and the other hasn't at all. What happens is that when I autofill from a playlist it often hangs for ages on the first song and then I have to quit the application altogether as nothing happens for ages. Basically, the whole Itunes software freezes. 
    After this I find it hasn't transferred any songs, but they do appear greyed out on my phone, which means it has transferred some basic data such as the titles, but not the song itself. When I try to repeat the process to complete the transfer Itunes tells me that it can't transfer because the songs are already on the phone, but they are not!! I can't click or remove on the greyed out items, so now I have a couple of almost full albums on my computer that I can't tranfer or install on my phone, and a whole bunch of greyed out songs on my phone that I can't play or remove!
    The rest of the problems as above still stand. I downloaded the latest itunes OS updates but nothing's changed. I haven't done the very latest iphone update yet though because it says you need to make sure your stuff is backed up, and I don't want to lose the purchases I made on the phone that I can't transfer to my comp. I'm planning on uninstalling itunes completely and reinstalling but I have little faith that this will fix the issue.
    Can someone please help at all?? I'm so sick of this!

  • Get rid of the white space at the top and bottom of the report when Printing as PDF document

    Hello All,
    I have a wider tablix report which is 29 inches wide. I have given the paper size as custom and width as 29 and height as 11 in report properties.I have deployed it and saved it as PDF document. When I print preview the report I am using the paper size as
    tabloid (17 by 11) and selected the orientation as Landscape. I am getting the full report without any stripping but I am getting some extra space at the top and bottom when I print the report. Can anyone help me how to get rid of this space? . I checked the
    margins for the report and it was 0in. Please help.
    Thank You

    Hi There
    In Reporting Services (SSRS 2008), there are white spaces preserved in the report body by default. When the white space extends the body size beyond the width of the report, blank pages will be generated. To avoid the issue, you can set the “ConsumeContainerWhiteSpace”
    property of the report to “True”.
    Please try to adjust your margins (top + side) and hopefully this problem will get resolved
    Body Width <= Page Width - (Left Margin + Right Margin)
    Horizontal usable area:
    X = Page.Width - (Left Margin + Right Margin + Column Spacing)
    Vertical usable area:
    Y = Page.Height - (Top Margin + Bottom Margin + Header Height + Footer Height)
    Body Width <= Page Width - (Left Margin + Right Margin)
    Horizontal usable area:
    X = Page.Width - (Left Margin + Right Margin + Column Spacing)
    Vertical usable area:
    Y = Page.Height - (Top Margin + Bottom Margin + Header Height + Footer Height)
    If you have any questions please ask.
    Many Thanks
    Syed Qazafi Anjum
    Please click "Mark as Answer" if this resolves your problem or "Vote as Helpful" if you find it helpful.

  • When I print a webpage from FF how can I make the text and images bigger?

    I am trying to print an eticket for a flight. The text on the schedule comes out too small and the UPC symbol's black lines look ganged together. I know I can view it zoomed up, but how do I make the text and images stay zoomed so they will print out that way?

    I upgraded but the problem remains. At least with Firefox I do have the option to print a selection even if it mangles the top and bottom lines. With Safari or Chrome I have no option to print a selection. At the moment the only way to get a complete copy of the selection is to copy to openoffice etc and print from there.

  • When I try to print a photo from iphoto, I select the photo, click print and the preview shows there is a lot of the photo cut off.  It also prints this way.  How can I print the whole picture?

    When I try to print a photo from iphoto, I click print and the preview shows a lot of the photo cut off.  It also prints this way.  How can I print the whole photo?

    After selecting File > Print, a pop-up window should appear. Select "Customize" and this should take you back into a panel within iPhoto. Towards the bottom, you should see an option for "Layout". Select this option and choose the correct photo orientation.
    Hope this helps!

  • How to align text at the top and bottom of a cell?

    I'm making a periodic table and need help with aligning text at the top and bottom of a cell. I'll have a picture in the middle of the cell with text above and below the pic. Thank you in advance for any kind of suggestions you can give me.

    It sounds as though you want to have 3 separate items inside of a single cell; text at the top of the cell, text at the bottom of the cell, and then a picture in the middle of the cell.  I am no expert, but to my knowledge that is not possible (someone please correct me if I am wrong.)  I also cannot figure out how to put a picture inside of a cell itself.
    I do have a way to accomplish the end result so long as what you need is the final look and not a useable table in numbers.
    Create 2-3 cells for each element.  (The middle cell, unless you can put pictures in a cell and I don't know, would just be there for peace of mind, but would hold the picture if you can, I would just do two if the pictures are to be in front of the cell anyway.)  The top cell align text to top on the Text tab of the inspector.  The bottom cell, align text to bottom on the same tab.  Then place the picture in the middle.  Now, you have what you want except there is one or two lines dividing the cells.  To get rid of this, either click the middle cell if you have one, or the top or bottom cell.  Click on the Cell tab of the inspector.  Select the bottom border and/or top border button and select "No Border" under border styles.  To make this fast, select a full row at a time, or use command click to select all of the same type of rows (middle, top, or bottom) and change all cells at once.
    I hope this helps.  Best of luck!
    ~Bret

  • What are the boxes that appear when I scroll over them at the top and bottom of a Pages document, and how do I get rid of them?

         While types a blank document on pages, there are "invisible" boxes at the top and bottom of each page, and they only appear when I scroll over them. Does anyone know what these boxes are, and how i can get rid of them from my paper?

    Those are the Header and Footer spaces. You remove them using the Document Inspector. Uncheck the "Headers" and "Footers" checkboxes shown checked here:
    Regards,
    Barry

  • HT202879 how do i add a line to the top and bottom of a text box only

    i have a text box in my Pages document but i need to be able to add a line tot he top and bottom only to my text box. can i pleae get some help.

    Hello alegna23,
    To add a line just to the top and bottom of a text box, you will need to add the two lines as shapes.  Follow the steps below to add a line to your document:
    Add a shape
    Click Shape in the toolbar.Click the arrows to see more shape styles.
    Select a shape to add it to the page.
    In step 2, select a line and use the squares on the end of the line to help resize the line.  You can find the full article here:
    Pages Help for Mac - Add and edit shapes
    http://help.apple.com/pages/mac/5.0/#/tan9ad18c384
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • I have an 11" Macbook Air. When I use Garageband it opens in a window so large that the bottom corner is not accessible so I can't decrease the window so that I can see the top and bottom of the window at the same time. Any suggestions?

    When I use Garageband the window is so large that I can't reach the bottom corner to decrease the window to fit inside the display so that I can see the top and bottom of the window at the same time.
    Any suggestions?

    You can reduce the window by grabbing any edge or corner.   You don't have to use the bottom right anymore.
    You could also temporarily move the dock to the left/right so you can reach the bottom.

  • How can I make the rolumn and row headers appear on the printed sheet?

    I am working in Numbers'09. I want to print out my chart with the column letters and row numbers showing.
    How can I make the rolumn and row headers appear on the printed sheet?

    g,
    Those annotations are called "Labels", and they are only visible during editing when a cell selection is made within the table. If you need to have the labels on your final output, you can create labels in Text Boxes and position them adjacent to the table.
    Jerry

Maybe you are looking for

  • OM/PA: Tool/Report to compare pers. subarea/EE grp&subgrp values?

    My understanding is that IT1008 (pers area/subarea) and IT1013 (Employee group/subgroup)on the OM side default over to the PA side when an original action takes place like a new hire (when integration is turned on).  The problem is when a change is m

  • Jagged Edges after rotating a stroked image

    I've have this problem a lot but I guess I'm just now getting around to ask about it. When I have a  photo in cs2-cs3-cs4 etc and I rotate it at an angle I get fine jagged edges all along the sides. It's becomes very pronounced in a stroked image eve

  • [Fixed] Can't log in via LXDM 0.4.1-2

    Ever since the patch update 0.4.1-3 I haven't been able to log in via LXDM. I skipped a few revisions, but as -7 has been out for a while now, I tried updating again today. Same result. .pac* files have been merged and LXDM itself starts up fine. Any

  • BDC_table

    hi how to handel TABLE CONTROL in BDC can ive me one progra with table control

  • Credit memo, subsequent debit and subsequent credit

    Hi,    We have recently started using credit memo, subsequent debit and subsequent credit in SAP.    However, when ever  user is taking print of this documents system is still showing as invoice verification note only   We want to differentiate this