Every document I print also prints out a summary sheet at the end.  I want to disable this function

Every document I print also prints out a summary sheet at the end.  i want to turn off this function.

Check the print options in the dialog box.  If you don't have all this information displayed, click the circled arrow next to the printer name.  Click the program option drop down, it's the one with a horizontal line to the left and right, check the cover page option.  I can be set to before or after a print job.  Just say none.
Regards,
Captfred

Similar Messages

  • How can I print out all notes or export the entire file?

    I have around 300 notes that include a variety of information. I would like to print out a hard copy. I don't want to open and print out each one individually. Is there a way to print out all of them at once. Also, is there a way export the file so I can open it in another application like Excel or Word?

    It's not a file, so you can't "open" one file. Every message (and note) is a single file on the computer.
    This Applescript will grab all the notes in the selected mailbox (i.e. the selected Notes item in Mail) and put them in a textEdit document.
    Note that Mail doesn't differentiate between a note and an email message, so if you run this while a normal email mailbox is selected, it will gather all of your email messages.
    tell application "Mail"
    set theMailboxes to the selected mailboxes of message viewer 0
    repeat with aMailbox in theMailboxes
    set theNotes to the messages of aMailbox
    set theText to ""
    repeat with aNote in theNotes
    set theText to theText & content of aNote & return
    end repeat
    end repeat
    end tell
    tell application "TextEdit"
    set myDocument to make new document at end of documents with properties {text:theText}
    end tell
    Copy and paste this into a new AppleScript Editor Document, select the Notes mailboxes you want to print the notes from, and click the Run button (Green button with arrow).
    This may take a while.

  • Pages are not printing out correctly. I have tried to fix in the options, with no luck. It prints out with spaces in between the letters.

    When I go to print any page from an email, webpage, pdf file..the pages print out very wide fonts to the point where it is unreadable. I have tried to fix in the options with no luck. I can provide you with visuals if you need me to.

    Thanks very much! It works! The print / review print - print works like it is supposed to. The print is corrected and works great. Thanks again.

  • Scans/Copies print out as black sheets with no images

    scaning only black sheet

    Hi @ramamurthy123, 
    Welcome to the HP Forums!
    I noticed that your Scans/Copies print out as black sheets with no images on them. I am sorry to hear this, but happy to look into this issue for you!
    For further assistance, I will require some additional information:
    The Product/Model Number of your printer. Follow instructions in this link. Finding Your HP Product Model Number.
    If you are using a Windows or Mac Operating System, and the version number. To find the exact version, visit this link. Whatsmyos.
    If the printer is connected, Wireless, Ethernet, or USB.
    If the printer is able to make copies.
    If the power cable is plugged into a surge protector, or directly to the wall outlet. Issues when Connected to an Uninterruptible Power Supply/Power Strip/Surge Protector. This applies to Inkjet printers as well.
    Please see this post, Want Good Answers? Ask Good Questions, by @Bob_Headrick, so you can get the most out of these forums.  
    In the meantime, please try a hard reset, by going to this post, How to perform a Hard Reset, by @Rich1, and then try your scan/copy again.
    Thank you for posting, and hope to hear from you soon!  
    RnRMusicMan
    I work on behalf of HP
    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" to say “Thanks” for helping!

  • Would Like to Get Report of Daily Emails In and Out from Members to a DL Exchange version : 2007 I am the supervisor for the group and want to quantify this information. I do not need to see the content, just quantity is it possible ?

    Would Like to Get Report of Daily Emails In and Out from Members to a DL
    Exchange version : 2007
    I am the supervisor for the group and want to quantify this information. I do not need to see the content, just quantity
    is it possible ?

    Well, distribution groups don't really have a concept of "in" or "out". They only serve to distribute messages sent to them -- unless you're asking to know who was a member of the distribution group at the time a message was sent to the DL.
    Message tracking logs hold the information you want, though. You'd have to look for EXPAND events that reference the distribution group and take the sender's e-mail address from that event. If the DL is a simple one that's not a member of any other groups
    you could also look for RECEIVE events sent to the e-mail address of the group and get the sender's name from that event.
    You can use Powershell extract the rows of data from the logs, but you'll have to write the code to get the data out of those rows and into a format you want. Perhaps LogParser could be useful in place of Powershell?
    --- Rich Matheisen MCSE&I, Exchange MVP

  • Save password? how the **** can I get rod of this function!!! every time I sign to a place if I wanted to safe a bloody password I would do that!!!

    save password? how the **** can I get rod of this function!!! every time I sign to a place if I wanted to safe a bloody password I would do that!!!

    It is the same in the latest version 7.0.2. You can shut off the saving and auto filling of passwords by clicking in the menu bar at the top Safari > Preferences and then select Autofill and uncheck the passwords box. Also check the next pane as well.

  • HT204053 Dear Support Team, every time i tried to logon Icloud its gives me wrong user name or password and at the end it show me error " This Apple ID is valid but is not an ICloud Account" then how can i use one account for same Apple ID and ICloud???

    Dear Support Team,
    Every time i tried to logon Icloud its gives me wrong user name or password and at the end it show me error " This Apple ID is valid but is not an ICloud Account" then how can i use one account for same Apple ID and ICloud?
    Thanks

    It is not possible to create a new iCloud account using a Windows machine. You must create the account using a Mac (10.7.5 or more) or an IOS device (iPhone etc). Once that is done you can sign into and use the account on your Windows machine.

  • My iMac holds my main iTunes account.  How do I find out a list of all the devices that are authorized from this computer?

    My iMac holds my main iTunes account and it shows 4 devices are authorized to play iTunes.  I can only name 3.  How do I find out a list of all the devices that are authorized from this computer?

    I don't believe this is possible, but you can deauthorize all your computers and start over if you are concerned.
    See here
    Best of luck

  • How to find out which objects are at the end of the datafiles

    My Scenario is having a tablespace of 65G but the data is 5G and that is at the end of datafile for that we are not able to resize the datafile our though is to find out what are the objects at that end of datafiles and will either alter move <owner.tablename> move or alter index <owner.index> rebuld online.
    For that how to find out which objects are at the end of the datafiles.

    >
    My Scenario is having a tablespace of 65G but the data is 5G and that is at the end of datafile for that we are not able to resize the datafile our though is to find out what are the objects at that end of datafiles and will either alter move <owner.tablename> move or alter index <owner.index> rebuld online.
    For that how to find out which objects are at the end of the datafiles.
    >
    You may want to copy this and add it to your toolkit
    See 'What's at the End of the File?' in this Tom Kyte article from the Sept 2004 Oracle Magazine
    http://www.oracle.com/technetwork/issue-archive/o54asktom-086284.html
    And this AskTom blog shows you how to generate a script containing ALTER statements toresize your datafiles to the smallest possible. You can 'pick and choose' from the ALTER statements to do what you want.
    Then of course, you can use techniques from this article by Oracle ACE, and noted author, Jonathan Lewis
    http://jonathanlewis.wordpress.com/2010/02/06/shrink-tablespace/

  • Every time I repair my iPod with iTunes, it hangs at the end of the process (while checkin the recovery of iPod). What can I do?

    every time I repair my iPod with iTunes, it hangs at the end of the process (while checkin the recovery of iPod). What can I do?

    I chose to restore it to factory defaults, but that never succeeded.
    It hangs at the end of the process.
    printscreen:
    http://users.telenet.be/kevvanbelle/iPod/ipod.JPG
    Language is Dutch :-)
    Littery it says:
    Check of Recovery of iPod.
    Already for 40 minutes.
    I closed down iTunes.
    Now, when I turn on my iPod, there is the icon of iTunes with an usb cable towards it.
    When I attach it to my computer and turn on iTunes, the message is there that a iPod was stuck in recovery mode and I should retry it.
    And then I get the same story. Unpacking, installing, checking... blocked!

  • How to add an attachment to an e-mail. With out it showing  up and the end of a e-mail.

    How to add an attachment to a e-mail. With out it showing up at the end of the e-mail.

    https://discussions.apple.com/message/17397882#17397882
    How can I prevent mail attachments embedding when sending mail
    Note there are 14 pages of replies

  • I created an album and have been showing it presentation style, ken burns effects etc. Now every time I try to re-run it it starts from the end, last picture first! Can't seem to be able to reverse it. Any clue anyone?

    I created an album and have been showing it presentation style, ken burns effects etc. Now every time I try to re-run it it starts from the end, last picture first! Can't seem to be able to reverse it. Any clue anyone?

    First try the following:
    1 - delete the iPhoto preference file, com.apple.iPhoto.plist, that resides in your
         User/Home/Library/ Preferences folder.
    2 - delete iPhoto's cache file, Cache.db, that is located in your
    User/Home/Library/Caches/com.apple.iPhoto folder (Snow Leopard and Earlier).
    or with Lion, Mt. Lion or Mavericks delete the contents the User/Library/Containers/com.apple.iPhoto/
    Data/Library/Caches/com.apple.iPhoto folder.
    3 - reboot, launch iPhoto, reset iPhoto's preferences and try again.
    NOTE: In Lion and Mountain Lion the Home/Library folder is now invisible. To make it permanently visible enter the following in the Terminal application window: chflags nohidden ~/Library and press the Return key - 10.7: Un-hide the User Library folder.
    If you're running Mavericks, 10.9,  go to your Home folder and use the View ➙ Show View Options menu to bring the this window:
    where you can check the Show Library Folder checkbox.
    Next, if necessary, continue with the two fixes below in order as needed:
    Fix #1
    1 - launch iPhoto with the Command+Option keys held down and rebuild the library.
    2 - run Option #4 to rebuild the database.
    Fix #2
    Using iPhoto Library Manager  to Rebuild Your iPhoto Library
    1 - download iPhoto Library Manager and launch.
    2 - click on the Add Library button and select the library you want to add in the selection window..
    3 - Now that the library is listed in the left hand pane of iPLM, click on your library and go to the Library ➙ Rebuild Library menu option.
    4 - In the next  window name the new library and select the location you want it to be placed.
    5 - Click on the Create button.
    Note: This creates a new library based on the LIbraryData.xml file in the library and will recover Events, Albums, keywords, titles and comments but not books, calendars or slideshows. The original library will be left untouched for further attempts at fixing the problem or in case the rebuilt library is not satisfactory.
    OT

  • My A4 centred document keeps printing out off centre.

    I have an A4 Document which has everything centred, when i print out the document is off centre and I can't figure out why this is happening. I have tried exporting as pdf & jpgs and when i print those out they are off centre too. The actual InDesign document is aligned to the centre perfectly though!
    Help!

    I just want to be clear about what "the same direction" means. After rotation the same elements are too close to the same edge of the page.
    If that's true on all the prints, the problem is in the communication between ID and the printer (and that's not all that unusual with Ricoh printer drivers and ID). ID is not known for it's native printing, and it doesn't get along with some print drivers at all. Top of the list is HP, and Ricoh might be second. In such cases exporting PDF and printing from Acrobat is the suggested workaround. It disturbs me, though that you say the PDF also prints off center, which is why I think this is a printer problem.

  • C6380 printing lines on every document I print

    I just recently purchased an HP C6380 and now I tried printing a document with several pictures on it along with text form Microsoft Word on my MacBook Pro and it printed out the pictures and the text fine, but on the right side of the paper there were several very thin black lines all along the sheet of paper from the top to the bottom. I used the cleaning function and everything and the test page came out fine. But I went to print the same document and the thin black lines appeared again. I also tried printing out a different document and the same thing happened. I can still return this printer, but I'd like to fix the problem. Does anyone have any idea what I can do?

    Well, I wasn't able to solve the problem so I'm exchanging it for another printer.

  • Can existing AppleWorks documents be printed out ?

    Can anyone explain how to print out existing Apple Works files once they have been opened by the Pages app ?

    Open an Appleworks document in Pages/File/Print

Maybe you are looking for