Printing document with photos

Have an old HP F300 series all in one.  Today tried to print a document and contained photos.  When it printed the text was find, but the photo showed double exposure.  Tried troubleshooting, but it didn't correct the problem.  Can anyone help"

Hey @Nonie210,
Welcome to the HP Support Forums!
I understand that you're experiencing print quality issues when trying to print a photo from your computer on an HP Deskjet F300 series printer. I would like to assist you with resolving this issue today.
Can I have you start by running through the following document:
Streaks or Lines in the Printed Image
Please respond to this post with the result of your troubleshooting after running through the step-by-step document above. Good luck!
X-23
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" on the right to say "Thanks" for helping!

Similar Messages

  • Is there a format for a file that I can use for attaching a one page document with photos embedded that will open in everyone's email automatically?   I've tried PDF and Word, but worked only in Mail.  Lost formatting when just copied and pasted in email.

    Is there a format for a file that I can use for attaching a one page document with photos embedded that will open in everyone's email automatically?   I've tried PDF and Word, but PDF worked only in Mail.  Word worked in nothing.  I also tried copying and pasting the document but lost all formatting when just copied and pasted in email.  Is there a way to do this?

    Are you sure PDF won't work? It should as what you're trying to do is pretty much what it is designed for (PDF - Portable Document Format). On a Mac anywone who receives the file should be able to see it in all its page layout glory by using the app Preview or Adobe Reader. Same on a PC, the file should be viewable as a PDF file using Adobe Reader and probably some other viewer (don't use PCs so not sure what other apps).
    What application are you creating the file in and are you sure you're exporting it correctly in PDF format, fonts and images embedded?

  • Print document with changes

    I have enlarged a document, when I print only original size prints.  How do I print document with changes?

    Welcome to Discussions - do you have a scanner? If so, read the manual that came with it and it will tell you how to scan. If you do not have a scanner, the function is not available as an application with your Mac, you need to buy a stand-alone scanner or multi-function printer.

  • Convert Document with Photos to Adobe and the images go fuzzy???

    Hi, I am at a loss and hope someone can help me.
    I'm in charge of making a club newsletter in PowerPoint, and all that goes fine. I'm putting really good quality photo's in it and thats all ok too. But when I convert the document to a PDF with Primo (to view in adobe acrobat), everything else works fine, but all the images go really fuzzy, like a terribly poor quality photo.
    Anyone got any ideas on what I can do to avoid this? There must be a way to get a good quality image converted, as I have seen PDF documents with good looking images on them.
    Please, any help greatly apprciated.
    Thanks in advance.

    >I'm not sure if it's professional or not, but it is adobe acrobat 5.0
    Ah, Ok. This predates Acrobat Professional, but is much the same.
    I recommend you post in the Acrobat Windows forum to reach the people
    using Acrobat, rather than the free Reader.
    Be sure to say whether you are using the Acrobat PDFWriter driver or
    the Acrobat Distiller driver (the former is not used for quality
    output).
    Aandi Inston

  • Printing document with Notes/Comments and underlined/highlighted text

    Dear all,
    I have been reading a document and highlighted & underlined parts of it.
    In addition I also inserted notes.
    Now when trying to print the document with the "summarize comments function" (I translate this from the
    german version so there it might be called somewhat differently in english) in the print menue, I receive a the
    original document plus attached several pages including my notes (now numbered) PLUS entries for every line I highlighted, underlined etc.
    Evidently I only want the text of my comments, not empty entries for each line I have highlighted.
    To be clear, I would like to keep the text highlighted / underlined - but I don't need the
    entries for that in the appended section. A document of 18 pages otherwise suddently gets 48 pages...(with only
    a few added notes).
    I have to say I am somewhat puzzled how difficult it is to sort this out. Thought that must be
    something rather trival (or am I blind and make a silly mistake)?
    To make it more clear here screenshot from what I refer to
    Many thanks for any help.
    r

    Dear Lori,
    many thanks for your swift response. Did I understand you correctly - there is no way to keep all the comments (underlined/highlighted/stick notes) in the text and only inlcude the content of the sticky notes at the end of the document? If I filter, as suggested by you, then the underlined/highlighted parts will not show up in the appended pages (that's good) - but they are also not longer visible in the main text (that's bad...).
    I would have thought what I am trying is rather ordinary - Highlighting/underlining text and adding comments. And when I print the document, i would like to get the edited text plus the content of the comments (sticky notes). (And not an empty entry for all highlighted/underlined words). I am somewhat puzzled.
    Many thanks again.
    r

  • Cannot print document with added barcode text boxes

    G'day
    I'm adding two text boxes to an illustrator document with Applescript, but when I go to print, ?I get an error 'Cannot print the illustration. The Color Management settings are inconsistent.'
    The error message is not error trappable.
    I have to barcode thousands of documents a year, and this is a big deal breaker. Is there any fix, please?
    Regards
    Brian Christmas
    try
      set printerName to my theLargePagePrinter as string
      set paperOptions to {class:paper options, name:largePaperSize}
      set jobOptions to {class:job options, designation:all layers} # , print options:printOptions}
      set colorOptions to {class:color management options, profile kind:printer profile}
      set flatOpts to {class:flattening options, clip complex regions:true, gradient resolution:360, rasterization resolution:360}
      set printOptions to {class:print options, printer name:printerName, paper settings:paperOptions, flattener settings:flatOpts, job settings:jobOptions, color management settings:colorOptions}
      try
      set p to 17
      tell application "System Events" to tell process "Adobe Illustrator"
      click menu item "Fit to Artwork Bounds" of menu 1 of menu item "Artboards" of menu 1 of menu bar item "Object" of menu bar 1
      end tell
      end try
      set p to 18
      say 7
      print document 1 options printOptions
      say 8
      on error errmsg number errnum
      tell application "System Events" to display dialog "Error in printing illustrator document. " & errmsg & " number " & errnum giving up after 40
      end try

    G'day Owen, & W_J_T.
    Unfortunately your suggestions did not work for me.
    I've tried using the GUI to access the print dialog box, but as usual with Adobe, they've stuffed that up too. What I did find however, that the print dialog box recognised keystrokes, and always defaults to the Printer box when opening.
    Also, the Printer box sets itself to a matching item of whatever key is pressed, and so does the Printer Preset box.
    So, even tho I can't select any given box, provided I have a Printer Preset set, I can access it by the following (slower) method...
    activate
      tell application "System Events" to tell process "Adobe Illustrator"
      keystroke "p" using command down
      keystroke (character 1 of (my theLargePagePrinter as text)) as text
      repeat 17 times
      keystroke tab
      tell current application to delay 0.1
      end repeat
      keystroke (character 1 of (my theLargePagePrinter as text)) as text
      keystroke return
      end tell
    Note that if you have more than one printer or Printer Preset starting with the same letter, then you'll have to use more than just the first character of your printer name.
    Regards
    Brian Christmas

  • Not printing captions with photos

    I am using Windows XP and Adobe Photoshop Album 3.2. I entered captions with all 304 pictures and the captions did not transfer when I printed my pictures nor to Cd burner. I checked all forums and did not find a solution. I need help with this issue.

    Hi Judith,
    As far as I think, there is no option for getting the captions printed along with the images while taking the printout.Though there exists a work around in Adobe Photoshop Album Starter Edition 3.2 itself where you can get captions ptinted along with your images in case if you order a photobook.For this go to Order>Order Photobooks or Create>Books.I don't exactly understand that what do you mean by the photo captions not being tranferred to the cd burner.

  • Mp495 is printing document with double or shadow letter

    My canon mp495 is printing my documents with a shadow/double letters I aligned it and cleaned the roller, bottom plates,& deep cleaned the nozzle and still have same result please help

    Hello.
    This particular issue would require the attention of our support group.  Please visit the following link below to contact our support group for additional assistance with this matter..
    http://www.usa.canon.com/cusa/consumer/standard_display/contact_us_consumer
    Did this answer your question? Please click the Accept as Solution button so that others may find the answer as well.

  • Printing Documents with DI API?

    Hi,
    Is it possible to print documents (Invoices or Delivery's) with an AddOn SAPBOBSCOM (DI DAPI).
    Can anybody post an example?
    I didn't find anybody here or in SDK Help (DI API Help)
    THX
    Thorsten

    Hi Thorsten,
    There isn´t avaiable a method to print a document yet (hope there is in next version.), but you could do some trick with the UI API, simulating the manual way.
    Have a look at this post where Salvador Biot gives a good code for it:
    Post Name: "Document printing SDK"
    Regards,
    Ibai Peñ

  • I RECEIVED A DOCUMENT WITH PHOTOS BUT CANNOT EXTRACT THE PHOTOS FOR SAVING INTO MY PERSONAL FILE.

    I received a pdf file. the document has photos which I cannot extract each one and save in my personal  file. Can you help?

    Yes this is the document that I received.  Can you help me to get and save the photos in my personal file???

  • C6150 Photosmart Print problem with photo files only

    Operating system : Microsoft Windows Vista Ultimate 32 
    Connected to your PC : Wireless Network
    Problem description : Attempting to print photos with Adobe Photoshop or MS Office Picture Manager fails. The job appears in the print queue, the size gets to 48 bytes but no further. Attempting to delete the job from the print queue also fails. The Status changes from Printing to Deleting but it fails to delete until the PC is restarted.
    I have experienced this problem occasionally over the past several months but lately it appears to be permanent. I believe the problem is with the Windows Vista software because all other files (e.g. MS Word, Adobe PDF, MS IE, emails, etc.) all print normally without any problem. Also, the fact that the job in the print queue acknowledges the Delete command but fails to execute it arouses suspicion.
    So, although this is probably not an HP problem, maybe someone reading this might have some knowledge of how I can resolve it and be able to print my photos once more. Any advice will be greatly appreciated.
    I would describe my skill level as Intermediate

    Dear 8lives
    Thank you for your suggestions. I ran the "sfc/scannow" ploy. When it finished it said the Windows resource protection found corrupt files but was unable to fix some of them. Details are included in the CBS Log. It gave a path to the CBS log, but when I tried to follow it it came back "Access is denied". Ain't Window wonderful! It has been around all these years, made all that money, but still becomes corrupt no matter how much you spend on anti-virus software and maintenance routines, and then it denies access to what is corrupted, and cannot be uncorrupted without spending money to get the problem fixed. If computers were not so darned essential I wouldn't have one. Next one won't be a Windows PC!
    No, I haven't tried re-installing anything because I believe the only thing that might solve my problem is to reinstall Windows. As an Intermediate, that is too scary. I will carry on as best I can, finding fewer and fewer of the resources I paid for usable, until I give up and bite the bullet and see if life is any better if I purchase an iMac. Fingers crossed!
    Gerrry

  • Printing document with table to PDF - file disappears

    When I print a document to PDF from either AppleWorks or MS Word, it is saved to the location as PDF and works as would be expected. If the file contains a table, the PDF file initially appears where saved but disappears when I attempt to access it.
    The document was initially created in AppleWorks. The MS Word document was translated from AppleWorks.
    The PDF file quite literally disappears from the screen. All routine Mac software maintenance is on schedule and all Apple updates for my OS completed to date.

    The solution is logical, if annoying.
    My Print to PDF problem has been solved. I complained about not being able to save documents containing tables created on AppleWorks as PDF, but the tables were not the problem. The problem was a font within a table. I discovered this when I could also not print the document to a printer. Despite saving as PDF being a print routine, I cannot get out of Save As mode. The document did print to PDF on my mother’s iBook because another font was substituted in the table.
    There are several fonts on my PowerBook that will not print, even on a postscript printer that has them on board. That is a separate and largely ignored problem. One of those is the Bookman family. Too bad. I like that family and use it frequently with older operating systems, but OS X refuses to print anything containing that font. I have never taken the time to troubleshoot the problem.
    I had already performed the searches suggested to no avail. The point of all this is that font problems that prevent printing a document to a printer will also prevent a document from printing to PDF. The icon initially appearing then going away seems odd to me but probably not to a MacGeek.
    Thank you, Mask, for giving thought to this issue. Now, maybe I should invest in a font troubleshooting application.

  • Print document with images error

    I have a problem with Word 2013 document management with images in my project. By using the scrollbars to scroll through the images, they disappear leaving an empty document space ("placeholder") instead. I interpret that are downloaded
    from  the view. The most serious problem is that this images are not printed afterwards.
    Details
    The project is made by a "addin" application level on word 2013, created in Visual Studio 2012 (Framework 4.0), from which you can initiate actions based in our business logic. Including a list of images is inserted into the active document.
    To insert the images I've tried various techniques (interop, open xml) to verify that my problem is related to a defect in this part. I also tested load different images each time (bmp, jpg).
    When I insert images into two documents within the same session of word and use the scroll to move from one image to another repeatedly, some are downloaded from the print view. This process can replicate completely closing and reopening word
    2013 and then open these documents afterwards. Opening the documents opens the "addin" too. If I uninstall the addin the effect does not occur. However this addin dont use in the loading process any  logical business or load sessions database.
    Only load a few basic buttons.
    Can anyone give me any explanation or solution to this effect?

    document examples:
    https://onedrive.live.com/redir?resid=A0312CFD425175AF!108&authkey=!APZWb_nUFHmecNM&ithint=file%2cDOCX
    https://onedrive.live.com/redir?resid=A0312CFD425175AF!109&authkey=!AHLP6WG7KGRyaBs&ithint=file%2cDOCX
    Add new Addin for word by VS2012, it's indiferent,
     I've tried with
    a new Addin for Word and the problem persist.

  • TS1702 Not sharing documents with photos in by email e.g. from pages or explain everything.....apple id issue?

    I've got a work ipad.  I have 3 or 4 different email accounts on my ipad.
    I have several documents in pages which email in to work easily.
    If I add any pictures into the document in pages ir refuses point blank to email them in to myself via any email adress on my ipad.  they sit in the outbox.  The documents are def not too large to send as i've checked the mailbox size limits etc.
    Interestingly if I use a colleagues ipad and put my email accounts into their ipad I can share documents from their ipad.  This issue also occured with my old ipad (updated about 8 weeks ago).
    The only common factor linking the 2 ipads and the diff email accounts appears to be apple id which was used to set up both my old and current ipad.
    I have tried a complete restore....no luck
    HELP!
    Driving me demented as I need the function for work.....
    I thought the issue might be email related........but as it works if my email is set up on someone elses ipad it seems not......

    Re: Cant verify Apple ID
    created by kelly218 in iTunes Store - View the full discussion
    I just spoke with a technician at Apple.  I hsven't been able to verify because the wife has the phone.  but he said all that you need to do is:
    1) Go to Settings --> iTunes Store and login with your Apple ID and pwd
    2) Go to Settings --> iCloud and login with your Apple ID and pwd
    seems that the phone requires you to login to the store first...

  • Print document with merged project

    I´m using RoboHelp 7.
    I have a main project which merges to other projects. When I
    print documentation to a Word file I'd like the merged projects to
    automatically integrate in the main document, i.e. I'd like to
    print one doc file that integrates both the main project and the
    merged projects. Thanks in advance.

    Can't be done garcia3000 as there is nowhere for a RH project
    to know where the master word file is located. The best you can do
    is create all the word files and cut/paste the content into the
    master project's word file.

Maybe you are looking for