Making sure on screen colors print the same

Hi,
Hope you are having a nice evening.
I just did a test print of a PDF that was exported from Indesign. The Indesign document contained things like a logo (which was created in Illustrator.)
The color of the type in the logo looked accurate across all adobe applications but now when I print it its entirely different.
What should I do to remedy the situation?
Thanks very much.

G'day
This is a common problem with home printers, I have a customer now that I designed a logo for that wants to print out from Word to there colour printer.
One way around this could be to get your hands on a colourchart print that out through your printer and then select from it the colour you want and change the logo colour on computer to that colour mix.
The colourchart I found was called "fgdc-geolsym-colorchart.pdf"
Have not tried this idea yet but will be soon with above mentioned customer.

Similar Messages

  • My document don't print the same color when I print it from PDF rather than InDesign

    I have a vector image that don't print the same color when I export it to PDF but the colors are the same on the screen.
    How can I be sure to have the same colors as my InDesign original document when I print it as a PDF ?

    I use the default settings for High Quality Print

  • When I print a 4x6 color picture using an iMac with the latest operating system using a Canon MX892 printer, faint black lines appear every 3/16 of an inch. When I print the same picture using iPhoto there is no problem.

    When I print a 4x6 color picture using an iMac with the latest operating system using a Canon MX892 printer, faint black lines appear every 3/16 of an inch. When I print the same picture using iPhoto there is no problem. Any suggestions?

    What is the resolution of the picture that you are trying to print?
    Go to Image>resize>image size, read the resolution in px/in, then report back, please.
    Also, are you in a position to try printing with another printer in an attempt to narrow this down?

  • Mac • LR - Prints too dark and color not the same

    I a real problem where my prints are too dark about 2stops+ and color seem way off .
    How can I syc PS & LR so things print the same and the way that they should.
    Having to do work a rounds take up space that I can use, the time wast is ________ .
    Any and all hepl is welcome
    and
    Thank you
    Ric.

    RICHARD RODAMAR wrote:
    I a real problem where my prints are too dark about 2stops+ and color seem way off .
    How can I syc PS & LR so things print the same and the way that they should.
    So, printing an image from PS is OK, but from LR it's dark?
    Do both have the same printer ICC profile selected?
    Bob

  • Printing the same picture several time on the same paper

    I use to be able to print the same photo on 1 paper , often to create ID photos but i cannot succeed anymore with the latest version of my i photo !!!! any help is welcome

    Welcome to the Apple Discussions. Once you choose your photo, paper size and print size you'll get this window. Now click on the Customize button and in the next window click on the Setting button and select the option seen in this screenshot.
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto (iPhoto.Library for iPhoto 5 and earlier) database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've created an Automator workflow application (requires Tiger or later), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. It's compatible with iPhoto 6 and 7 libraries and Tiger and Leopard. iPhoto does not have to be closed to run the application, just idle. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.≤br>
    Note: There now an Automator backup application for iPhoto 5 that will work with Tiger or Leopard.

  • How do i set it to fit to screen to print the entire file?

    How do i set it to fit to screen to print the entire file?  I have a file that is smaller than 8.5x11 but it says it's larger and clipping will occur and when I print it, it does not fit the paper.  Ive even clicked the box that says Scale to Fit Paper Size and it's still giving me that message and cutting info off. 
    I also need to be able to size it by percentage so I can adjust it to fit into a pre made form Im working with.

    First, I am new to this forum and I was told by Adobe that I would get help from Adobe as well as other users here, so that's why I posted.  But nobody asked me for basic info about image dimensions and printing sizes.  I never claimed to be an expert, just a basic user of PS, which is why Im asking for help.  I've used this program for my basic needs which is probably 1/1000th of what PS is capable of, but it's what I've used and I've always had success doing what I needed to do with it. If you can help, I very much appreciate it but if you just want to slam me and say you don't believe what I say, then that's not really helpful. Since nobody else responded to this post with any offers for help, the info you seek is below.  If you have any thoughts on how to help, I greatly appreciate it.
    Im not sure how the image dimensions apply to my question at all but here they are: 3300x2550 with a 300 dpi resolution. 
    Im simply trying to get the program to allow me to fit the image to the paper Im printing and adjust it as necessary to make it fit a partially pre-printed form I need for work and in every PS version I've used that I can recall, it allowed that.  It certainly allowed it, using the same printers Im using now, in CS5.
    Also, you mentioned that the printer driver handles this but I can do this in every other program I have on this computer with the same printers, from Numbers (it's a Mac) to Preview to Mac Mail so why wouldn't it do the same thing in PS? That's what Im trying to find out here and with most software, I can pick up a phone or get on a one-on-one chat and get help, but apparently not with PS and since it's not a cheap program, I expected more.  I never needed to call for help before using this new version, so that's something I need to consider.
    Again, if you are able to help, I appreciate it. Thanks!

  • To upload a RTF and a PDF file to SAP R/3 and print the same through SAP

    Hi,
    I have a requirement to upload a PDF file and a RTF file to SAP R/3 and print the same.
    I wrote the following code for uploading a RTF file to SAP R/3 and print the same. However, the problem is , the formatting present in the RTF document( bold/italics..etc) is not being reflected when I do the 'print-preview' after the executing the code below :
    report z_test_upload .
    data: begin of itab occurs 0,
             rec type string,
          end of itab.
    data: options like itcpo.
    data: filename type string,
          count type i.
    data: filetype(10) type c value 'ASC'.
    DATA: HEADER  LIKE THEAD    OCCURS   0 WITH HEADER LINE.
    DATA: NEWHEADER  LIKE THEAD    OCCURS   0 WITH HEADER LINE.
    DATA: ITFLINE LIKE TLINE    OCCURS   0 WITH HEADER LINE.
    DATA: RTFLINE LIKE HELP_STFA OCCURS   0 WITH HEADER LINE.
    DATA:   string_len TYPE i,
            n1 TYPE i.
    selection-screen begin of block b1.
      parameter: p_file1(128) default 'C:\test_itf.rtf'.
    selection-screen end of block b1.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_file1.
      CALL FUNCTION 'F4_FILENAME'
           IMPORTING
                file_name = p_file1.
    start-of-selection.
    move p_file1 to filename.
    call function 'GUI_UPLOAD'
         EXPORTING
              filename                = filename
              filetype                = filetype
         TABLES
              data_tab                = itab
         EXCEPTIONS
              file_open_error         = 1
              file_read_error         = 2
              no_batch                = 3
              gui_refuse_filetransfer = 4
              invalid_type            = 5
              no_authority            = 6
              unknown_error           = 7
              bad_data_format         = 8
              header_not_allowed      = 9
              separator_not_allowed   = 10
              header_too_long         = 11
              unknown_dp_error        = 12
              access_denied           = 13
              dp_out_of_memory        = 14
              disk_full               = 15
              dp_timeout              = 16
              others                  = 17.
    if sy-subrc <> 0.
      message id sy-msgid type sy-msgty number sy-msgno
                with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
    endif.
    loop at itab.
      string_len = strlen( itab-rec ).
      n1 = string_len DIV 134.
      ADD 1 TO n1.
      DO n1 TIMES.
        rtfline-line = itab-rec.
        APPEND rtfline.
        SHIFT itab-rec BY 134 PLACES.
      ENDDO.
    endloop.
    HEADER-TDSTYLE = 'S_DOCUS1'.
    HEADER-TDFORM = 'S_DOCU_SHOW'.
    header-tdspras = 'E'.
    CALL FUNCTION 'CONVERT_TEXT'
      EXPORTING
      CODEPAGE               = '0000'
        DIRECTION              = 'IMPORT'
        FORMAT_TYPE            = 'RTF'
       FORMATWIDTH            = 72
        HEADER                 = header
        SSHEET                 = 'WINHELP.DOT'
        WITH_TAB               = 'X'
        WORD_LANGU             = SY-LANGU
        TABLETYPE              = 'ASC'
      TAB_SUBSTITUTE         = 'X09  '
      LF_SUBSTITUTE          = ' '
      REPLACE_SYMBOLS        = 'X'
      REPLACE_SAPCHARS       = 'X'
      MASK_BRACKETS          = 'X'
      IMPORTING
        NEWHEADER              = NEWHEADER
      WITH_TAB_E             =
      FORMATWIDTH_E          =
      TABLES
        FOREIGN                = RTFLINE
        ITF_LINES              = ITFLINE.
      LINKS_TO_CONVERT       =
    if sy-subrc <> 0.
    endif.
    CALL FUNCTION 'PRINT_TEXT_ITF'
      EXPORTING
         HEADER        = newheader
         OPTIONS       = options
    IMPORTING
      RESULT        =
      TABLES
        LINES         = itfline.
    if sy-subrc <> 0.
    endif.
    Any hints or suggestions to solve this problem will be highly appreciated.
    Thanks,
    Avra

    Hi Vishwas,
    Check out the thread [Efficient way of saving documents uploaded|Re: Efficient way of saving documents uploaded by users; and check the blog by Raja Thangamani.
    Also check the thread [Export Images through Function Modules   |Export Images through Function Modules;.
    Hope it helps you.

  • Printing the same image 3 copies

    how can i print the same image multiple times in the print screen i will go the the print/copies box and increase the nunber or copies to lets ay 3 and i still will only get 1 print oer print job so i will have to repeat this 2 more times just to get 3 prints

    Same here. The workaround is in the Print Dialog, Printer Settings> Change Settings> Advanced Settings. This will take you to the printer driver settings and you can usually specify number of copies there somewhere (following is from my Canon printer driver).
    Cheers,
    Neale
    Insanity is hereditary, you get it from your children
    If this post or another user's post resolves the original issue, please mark the posts as correct and/or helpful accordingly. This helps other users with similar trouble get answers to their questions quicker. Thanks.

  • We have an imac 27, with 2 accounts.  We share a Canon 9000 II printer, wired..  If my wife prints a photo it printes perfectly  When I print the same pic from my  account, overall dark magenta cast. Ideas????

    We have an iMac 27, wife and I each have an administrator account.  When she prints a pic from iphoto, or from  the web, the colors are perfect, they match the monitor.  When i print the same pic from my account, there is a dark magenta cast overall.  Same printer, same driver, same paper.  Using a Canon 9000series II printer, connected by wire.  This is a new phenomenon.  Using new inks, cartridges are full, all lit.  Any ideas what could be causing this weird phenomenon???

    When i print the same pic from my account, there is a dark magenta cast overall. 
    what happens when you print from your wives account?
    This is a new phenomenon. 
    When did this start, when you installed a new OS, applications, new Mac?
    A first step is to reset the printer from your account:
    Apple Menu > System Preferences > Printers: right click in the list of printers and select Reset Printing System

  • Why does my brand new printer always print the same 1. thing that i printed before

    when i try to print something else it always prints the same thing i dont know why i deleted that old files but it still prints the old thing

    I would check to make sure the print queue is empty. I would also check the temp files on the computer (and anywhere else that a copy of it could exist depending on what operating system you are using) for that print item. 
    Also, make sure there is not a virus on the system. Those can do some weird things when certain conditions happen. Not likely just not something to overlook.
    007OHMSS
    I was a support engineer for HP.
    If the advice resolved the situation, please mark it as a solution. Thank you.

  • Is E-Print the same as AirPrint? I have an HP print and it states that I can print from tablets.

    Is E-Print the same as AirPrint? I have an HP print and it states that I can print from tablets.

    Sports Rep wrote:
    What I have is an iPad not sure which gen...company just issued them. Will this article help?
    Thanks again
    I have a couple of HP printers, so I am somewhat familiar with this.
    EPrint is not the same as air print.  EPrint is HPs way of sending documents over the Internet to an Internet-connected printer.  Air print, by contrast, is Apple's way of printing from an iPad or an iPhone over Wi-Fi.  So, even if your printer is capable of "printing from tablets", it is not at all clear whether it is only air print or ePrint or both.  The best thing you can do is check the list that was posted above and see if your model printer is in that list. If it is, you can use the air print function built into the latest iOS to print over Wi-Fi. On the other hand, if your printer is not on the list, you may still be able to print through ePrint. To do that, you should download and install the HP ePrint app that is available for free in the App Store. This will allow you to print over 3G to your wireless printer.

  • Web sudoku app prints the same puzzle every time?

    We got an 8500A plus from Costco recently. My mom was able to print her favoriate game for the first time, thanks to the web sudoku app and the touch interface. Unfortunately, it seems to print the same puzzle every time for the same category (easy, medium, hard, evil).
    Any tips to make it print something different each time? Is it only updated daily?

    Dear hpllu, 
    You should try unistalling and reinstalling the sudoku app from the ePrintCenter website.
    If I have solved your issue, please feel free to provide kudos and make sure you mark this thread as solution provided!
    Although I work for HP, my posts and replies are my own opinion and not those of HP

  • I am using Adobe XI Pro and in various parts of the document there is brown / biege lettering when on the document it shows as black.  My printer guy has been in and checked it out top to bottom and that part is fine.  I have tried to print the same docum

    I am using Adobe XI Pro and in various parts of the document there is brown / biege lettering when on the document it shows as black.  My printer guy has been in and checked it out top to bottom and that part is fine.  I have tried to print the same document and it comes out fine.  Any ideas ?   Using Windows 7 Service Pack 1

    Sorry my bad.  I have tried to print the same document on another printer and all the formatting is fine. 

  • Printing the same page multiple times on one sheet

    So last year I wanted to print out minature versions of my card design and I was able to do that by printing out multiple copies of the same thing on one sheet of paper. Of course that was a while ago and now today I can't do the same thing. I remember printing the same page(copy) multiple times either in acrobat or indesign. I see that I have a front and back version for last years card and I'm assuming I must have done it in acrobat. Last year when I looked at the preview there was multiple copies of my page. This year I only see 1 even as I choose the other things. At first I thought it might have been the version I was using on my windows as opposed to the version on my mac. But now I'm on my mac and I still don't see how I did it last year. Please help! I keep reading that this can't be done but I remember doing the same thing last year. It was the 16 copies of the same thing option. I tried it again this time but it doesn't work. I tried printing the 4 copies only 1 copy was printed.(the preview didn't even show all copies like last year) The verson of acrobat is X. version 10.1.4

    What exact version of iPhoto 9 are you using? Version 9.5's solution will be different from the solution for earlier versions of iPhoto 9.
    OT

  • Recentley printing most documents in firefox print on 1/4 of the page and not the complte document. When I print the same thing in safari it prints fine. Please advise how I can get proper printing in firefox

    When using Firefox to print most documents ( boarding passes, mastercard statements,genealogy documents) the printing only shows on 1/4 of the page, is in the lower left quarter and does not print part of the right side of the information. When I go into Safari and print the same documents within 2 minutes they always print fine. We like Firefox and would prefer to continue to use but if we can't print we will have to use Safari more often

    I have the same problem with cutting of the page since installing the new version. If you manually zoom out the print it only shows 1/4 of the page on a whole page of paper. Something is wrong here.
    I have done all these steps and it still does NOT print correctly!
    I am a IT professional and something is not right with the new firefox browser. Please supply with fix or we will have to permanently switch back to Internet Explorer, which works perfectly.

Maybe you are looking for

  • I would like to give my daughter my old Ipod but....

    I run 10.4.7 and she has an old imac running 10.2.8, that is the beginning of the problem I think. I have an old third generation ipod that I have been running on my new mac and my daughter would love to use it. It is found by the imac but does not u

  • Calling a report in appletviewer

    I'm running a Forms application using appletviewer with the Oracle classes installed locally. It's working well, but when I call a report with RUN_PRODUCT, then appletviewer opens a browser window (following the clientbrowser parameter) but with inco

  • Who needs the JavaFX runtime redistributable? Please "Stand up and shout!"

    With the 1.2 release JavaFX gains more momentum and more attractivity. Also for the "classic" desktop application sector. It has the ability to give Java apps all the eye candy and smoothness in operation that many end-users pretend/believe "Java doe

  • Session in clustering

    Hi all,           I am using WLS5.1 on Win-NT4.0 with SP6a.           I have following question about session-id maintanence across clustering.           We have developed a weblog, which logs information like           session-id,username,password e

  • About Runtime Environment

    already we know that how can execute one java program from within another java program . but my doubt how to get inputs to one java program from within another java program?i dont need command line arguments