Do any instances of RGB get converted to CMYK on output to PDF?

Hi,
I'm producing a HUGE catalogue that I've inherited from another designer. It will be going to print soon and I'll be providing the printers with a press ready PDF. The catalogue contains hundreds of individual blocks of colour (used to show colour options for a product). All of them are currently made of an RGB mix. Without having to go through each and every one changing to CMYK (there's no instance of each colour in the swatches pallet), is there a quicker way? Also, is it necessary anyway if I'm providing a PDF - I assume they get converted to CMYK in the final PDF?
I've used InDesign for years but never inherited a previous design with so many RGB items in it!
Thanks.

It can also be done via scripting. This is AppleScript:
tell application "Adobe InDesign CC 2014"
    tell document 1
        repeat with a from 1 to count of every color
            try
                set space of color a to CMYK
            end try
        end repeat
    end tell
end tell
Also the converted CMYK numbers you get depends on the document's assigned CMYK profile (or the Color Settings' CMYK Working Space if there's no assignment). And the Intent and Black Point Compensation you choose in Color Settings can have a significant effect on the conversion numbers.

Similar Messages

  • After Preflighting a PDF, using Convert to CMYK, Flatten Transparency and Prepress Profile Convert to CMYK only the resultant PDF has a grubby halo along the edge of some white type sitting on an image. The type is part of the image.

    I am using a 27" iMac 3.2 GHz Intel Core 5, 8 GB Memory, running Yosemite 10.10.1. 
    The version of Acrobat that I am using is: Acrobat XI Version 11.0.10
    After Preflighting a PDF, using Convert to CMYK, Flatten Transparency (high resolution) and Prepress Profile "Convert to CMYK only" the resultant PDF has a grubby halo along the edge of some white type sitting on an image. The type is part of the image which is 300 dpi.
    It is like the image isn't really 300 dpi but has been artificially boosted to that to avoid being tagged by Preflighting, but when Preflighting the file it knows the original resolution.
    I have screen grabs which illustrate the problem perfectly but do not know how to post them, if indeed they can be.
    Any help or comments gratefully received.

    Without the files and possibly screen prints, it is virtually impossible to assist you.
              - Dov

  • Convert ABAP Report's Output into PDF Format..

    Hello Experts,
    I want to convert the outout of an ABAP report to an PDF file. I have succedded in doing the following :
    Data statistics -
    Number of
    Records passed ---4
    After executing the program RSTXPDFT4, i can get PDF file saying number of records in the above format...
    But i want to have the output of the report in PDF. suppose a list is being displayed in the output olf the ABAP report, i want to save that report in PDF format....
    Please help........
    Anupam...

    Hi Anupam,
    Try this way
    <font color=blue><pre>
    REPORT ztest_notepad.
    "Variables
    DATA:
       l_lay         TYPE pri_params-paart,
       l_lines       TYPE pri_params-linct,
       l_cols        TYPE pri_params-linsz,
       l_val         TYPE c,
       l_no_of_bytes TYPE i,
       l_pdf_spoolid LIKE tsp01-rqident,
       l_jobname     LIKE tbtcjob-jobname,
       l_jobcount    LIKE tbtcjob-jobcount,
       spoolno       TYPE tsp01-rqident.
    *Types
    TYPES:
       t_pripar      TYPE pri_params,
       t_arcpar      TYPE arc_params.
    "Work areas
    DATA:
       lw_pripar     TYPE t_pripar,
       lw_arcpar     TYPE t_arcpar.
    DATA:
       it_t100       TYPE t100  OCCURS 0 WITH HEADER LINE,
       it_pdf        TYPE tline OCCURS 0 WITH HEADER LINE.
    "Start-of-selection.
    START-OF-SELECTION.
      l_lay   = 'X_65_132'.
      l_lines = 65.
      l_cols  = 132.
      "Read, determine, change spool print parameters and archive parameters
      CALL FUNCTION 'GET_PRINT_PARAMETERS'
        EXPORTING
          in_archive_parameters  = lw_arcpar
          in_parameters          = lw_pripar
          layout                 = l_lay
          line_count             = l_lines
          line_size              = l_cols
          no_dialog              = 'X'
        IMPORTING
          out_archive_parameters = lw_arcpar
          out_parameters         = lw_pripar
          valid                  = l_val
        EXCEPTIONS
          archive_info_not_found = 1
          invalid_print_params   = 2
          invalid_archive_params = 3
          OTHERS                 = 4.
      IF l_val <> space AND sy-subrc = 0.
        lw_pripar-prrel = space.
        lw_pripar-primm = space.
        NEW-PAGE PRINT ON
          NEW-SECTION
          PARAMETERS lw_pripar
          ARCHIVE PARAMETERS lw_arcpar
          NO DIALOG.
      ENDIF.
      "Get data
      SELECT *
      FROM t100
      INTO TABLE it_t100
      UP TO 100 ROWS
      WHERE sprsl = sy-langu.
      " Writing to Spool
      LOOP AT it_t100.
        WRITE:/ it_t100.
      ENDLOOP.
      NEW-PAGE PRINT OFF.
      CALL FUNCTION 'ABAP4_COMMIT_WORK'.
      spoolno = sy-spono.
      "Convert spool to PDF
      CALL FUNCTION 'CONVERT_ABAPSPOOLJOB_2_PDF'
        EXPORTING
          src_spoolid   = spoolno
          no_dialog     = ' '
        IMPORTING
          pdf_bytecount = l_no_of_bytes
          pdf_spoolid   = l_pdf_spoolid
          btc_jobname   = l_jobname
          btc_jobcount  = l_jobcount
        TABLES
          pdf           = it_pdf.
      "Download PDF file C Drive
      CALL FUNCTION 'GUI_DOWNLOAD'
        EXPORTING
          filename = 'C:\itab_to_pdf.pdf'
          filetype = 'BIN'
        TABLES
          data_tab = it_pdf. </pre></font>
    Thanks
    Venkat.O

  • When (if ever) to convert to CMYK for printing?

    Hi, I've been doing a ton of Googling and forum searching for an answer to this question, but all of the answers I've been reading are very different and I have no idea which to follow. Essentially, I'm using PS and creating a 10'x10' backdrop for a trade show booth and am trying to figure out if I should start in RGB and convert to CMYK, or stay in RGB and let the printer convert to CMYK. The final deliverable will be in PDF format.
    Generally the two answers I've found online have been:
    1) If you're making something for print ALWAYS create the document in CMYK color before beginning, or convert to CMYK.
    2) NEVER work in CMYK, but instead work in RGB and then let the printer convert to CMYK at the end of the process.
    A third answer that has come up less often as been:
    1) Create all photos, gradients, etc. in Photoshop. Do all vectors in Illustrator. Bring them together in InDesign and export PDF from there.
    I'm sure on some level the answer to the question is situational, but the two primary answers people seem to give are complete opposites and I could use some guidance as to when to follow which one, or if one is a common misconception.

    Unfortunately, I don't have an answer to that yet. I've been trying to get all of the more detailed information from the printer, but they have been really slow with the responses despite them needing the design sometime tomorrow (the process was starter over a week ago ) and they have no further detail on their website regarding document setup.
    So from the sounds of it, assuming it's using an inkjet process it would probably remain in RGB, and if it's an offset process begin in CMYK?
    Also, the design is utilizing several adjustment layers in Photoshop and some of the layers have varying opacities, will those be affected by whatever the final printing method is?
    Thanks for you help. I don't have a lot of print experience as you can tell.

  • To convert Smart Form output to PDF format and send it via email.

    Hi Friends,
    Could any one please tell me, how to convert the Smart Forms output to PDF format and send it via email to customer. If any one have the code, kindly mail me to [email protected]
    Thanks & Regards,
    John

    Refer the links -
    how to convert smartform into pdf and send through mail
    Smartform as PDF attachment to a mail.
    smartform pdf and mail
    smartform to pdf to mail
    Regrads,
    Amit
    Reward all helpful replies.

  • To convert Sap Script output to PDF format and send it via email.

    Hi Friends,
    Could any one please tell me, how to convert the Sap Script output to PDF format and send it via email. If any one have the code, kindly mail me to [email protected]
    Thanks & Regards,
    John

    Plese check this sample code from other thread.
    REPORT zzz_jaytest .
    Types Declaration
    TYPES : BEGIN OF ty_pa0001,
    pernr TYPE pa0001-pernr,
    bukrs TYPE pa0001-bukrs,
    werks TYPE pa0001-werks,
    END OF ty_pa0001.
    Internal Table Declaration
    DATA : i_pa0001 TYPE STANDARD TABLE OF ty_pa0001, "For pa0001 Details
    i_otf TYPE STANDARD TABLE OF itcoo, "For OTF data
    i_content_txt TYPE soli_tab, "Content
    i_content_bin TYPE solix_tab, "Content
    i_objhead TYPE soli_tab,
    Work Area Declaration
    w_pa0001 TYPE ty_pa0001, "For pa0001 Details
    w_res TYPE itcpp, "SAPscript output
    "parameters
    w_otf TYPE itcoo, "For OTF
    w_pdf TYPE solisti1, "For PDF
    w_transfer_bin TYPE sx_boolean, "Content
    w_options TYPE itcpo, "SAPscript output
    "interface
    Variable Declaration
    v_len_in TYPE so_obj_len,
    v_size TYPE i.
    Constants Declaration
    CONSTANTS : c_x TYPE c VALUE 'X', "X
    c_locl(4) TYPE c VALUE 'LOCL', "Local Printer
    c_otf TYPE sx_format VALUE 'OTF', "OTF
    c_pdf TYPE sx_format VALUE 'PDF', "PDF
    c_printer TYPE sx_devtype VALUE 'PRINTER', "PRINTER
    c_bin TYPE char10 VALUE 'BIN', "BIN
    c_name TYPE string VALUE 'C:\ZZZ_JAYTEST.PDF',"Downloading
    "File Name
    c_form(11) TYPE c VALUE 'ZZZ_JAYTEST'. "Form Name
    START-OF-SELECTION.
    Selecting the records from pa0001
    SELECT pernr bukrs werks FROM pa0001
    INTO TABLE i_pa0001 UP TO 10 ROWS.
    Setting the options
    w_options-tdcopies = 1 ."Number of copies
    w_options-tdnoprev = c_x."No print preview
    w_options-tdgetotf = c_x."Return of OTF table
    w_options-tddest = c_locl."Spool: Output device
    Opening the form
    CALL FUNCTION 'OPEN_FORM'
    EXPORTING
    form = c_form
    device = c_printer
    language = sy-langu
    OPTIONS = w_options
    IMPORTING
    RESULT = w_res.
    LOOP AT i_pa0001 INTO w_pa0001.
    Writting into the form
    CALL FUNCTION 'WRITE_FORM'
    EXPORTING
    element = 'MAIN'
    window = 'MAIN'.
    ENDLOOP.
    Closing the form
    CALL FUNCTION 'CLOSE_FORM'
    IMPORTING
    RESULT = w_res
    TABLES
    otfdata = i_otf
    EXCEPTIONS
    unopened = 1
    bad_pageformat_for_print = 2
    send_error = 3
    spool_error = 4
    codepage = 5
    OTHERS = 6.
    IF sy-subrc <> 0.
    MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
    WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
    ENDIF.
    Converting OTF data to single line
    LOOP AT i_otf INTO w_otf.
    CONCATENATE w_otf-tdprintcom w_otf-tdprintpar
    INTO w_pdf.
    APPEND w_pdf TO i_content_txt.
    ENDLOOP.
    Converting to PDF Format
    CALL FUNCTION 'SX_OBJECT_CONVERT_OTF_PDF'
    EXPORTING
    format_src = c_otf
    format_dst = c_pdf
    devtype = c_printer
    CHANGING
    transfer_bin = w_transfer_bin
    content_txt = i_content_txt
    content_bin = i_content_bin
    objhead = i_objhead
    len = v_len_in
    EXCEPTIONS
    err_conv_failed = 1
    OTHERS = 2.
    v_size = v_len_in.
    Downloading the PDF File
    CALL FUNCTION 'GUI_DOWNLOAD'
    EXPORTING
    bin_filesize = v_size
    filename = c_name
    filetype = c_bin
    TABLES
    data_tab = i_content_bin.
    The extension is put the it_mailpack-obj_name parameter of 'SO_NEW_DOCUMENT_ATT_SEND_API1'.

  • I just purchased two books in the app store , unfortunately they are in German . Is there any way I can get a refund , an Ibook translator or a link to convert ibooks to pdf so I can translated it??

    I just purchased two books in the app store , unfortunately they are in German . Is there any way I can get a refund , an Ibook translator or a link to convert ibooks to pdf so I can translated it??

    sure pretty simple.  make a backup of your current settings
    http://support.apple.com/kb/HT1766?viewlocale=en_US
    then restore device from old backup you need pics off of
    then import pics to computer
    http://support.apple.com/kb/HT4083
    you may need to save pics to camera roll first
    then restore the new backup and sync pics back to phone via itunes
    Peace, Clyde

  • Do we have any native methods to get object instances which are alive ?

    Do we have any native methods to get object instances which are alive ?
    Help appreciated.

    If you are looking for accessing objects that are eligible for GC but are not GC,than it should be very difficult.As Java does not give you memory access to its variables.

  • EPS - CMYK&RGB objects convert issues

    Hi
    Yeah, I know good title.. maybe not. Anyway:-
    I've received an eps (source unknown) which when I open it ( it needs to be changed - though NOT the colour), it gives me the following message:
    Ok.. so questions are -
    What exactly does this mean? (ie: the eps was not created using Illustrator?)
    Is there any way to see which of the two (it's a logo) colours have been converted (and therefore are likely to not be accurate)?
    Is there any way to see if the eps has a colour profile embedded - do I assume it doesn't?
    What will Illustrator (CS5) be doing when it converts.. referring to "Edit > Color Settings" profiles? If yes...
    What do you recommend I set in the Color Settings to preserve the original CMYK percentages?
    Thank you.

    What exactly does this mean? (ie: the eps was not created using Illustrator?)
    It contains most likely embedded images that are in RGB. This can happen pretty much everywhere when an app was used that does not support color profiles or the user actively chose to not conform colors. Can be anything from PS printer drivers to QuarkXPress...
    Is there any way to see which of the two (it's a logo) colours have been converted (and therefore are likely to not be accurate)?
    Without a frame of reference, you will never know 100% which one is wrong.... You could assume that "crooked" percentages indicate converted colors, but without profiling, even existing CMYK values may be adjusted depending on how specifically they need to mimic transparency effects and such stuff. Spot colors might also get converted to odd values and you'd never know... There's no simple conclusive answer here.
    Is there any way to see if the eps has a colour profile embedded - do I assume it doesn't?
    If there is a profile referenced or emebeded, the profile name should be visible somewhere in the EPS file when opening it in a text/ hex editor. Whether this is of any practical use to you is anotehr question...
    What will Illustrator (CS5) be doing when it converts.. referring to "Edit > Color Settings" profiles? If yes...
    What do you recommend I set in the Color Settings to preserve the original CMYK percentages?
    These are a bit of circular questions - without knowing the exact profile, you cannot find perfect settings. Same as with the second question - you can assume certain things and rate the result, but you are still wandering the valley of doubt...
    Mylenium

  • Files get converted to temporary files

    hi !!
    i am having an odd problem, whenever i save my captivate work
    and close it the file automatically gets converted to a temporary
    file. Even if i rename it back to .cp and save the file all over
    again and close captivate the file again gets converted to .tmp. I
    am using Captivate 3 on Windows XP service pack 2. Please help

    It sounds as if you downloaded Adobe Acrobat Pro. If you did, uninstall it. Then repair Adobe Reader.
    The free Acrobat account has no connection to any of this.

  • I just read the tutorial and did exactly what it was telling me to do, and I still can't get it done. Once I have selected the file, I get a box that pops up that says "Subscribe now to convert unlimited number of files to PDFs. Subscribe Now.  I already

    I just watched the tutorial and did exactly what it was telling me to do, and I still can't get it done. Once I have selected the file, I get a box that pops up that says "Subscribe now to convert unlimited number of files to PDFs. Subscribe Now.  I already have done this! I am a subscriber!  Arrrrhhhgggg!

    Hello Kathie,
    Please let me know what exactly are you trying to do using Adobe online service.
    You might try accessing the same service for some other PDFs and check.
    Have you signed up correctly at "https://cloud.acrobat.com/" using your Adobe ID credentials.
    If the same message pops up, then please visit Contact Customer Care as they could let you know if there is any problem with your account.
    Hope to get your response.
    regards,
    Anubha

  • Excise invoice not getting converted into INR from USD for an IMPORT PO

    Hi All
    I have posted one Import PO. Did MIRO for custom and CVD. MIRO doc was in USD which is getting converted into INR as per the exchange rate maintained in OB08.
    Then I did MIGO with the ref of comm invoice of MIRO. Now MIGO doc is posted in INR as per exchange rate maintained in OB08 for custome duty and Freight and base value.
    For Excise invoice , CVD is getting captured but  in excise tab,  base amount is showing in INR  and currency also shows INR which is correct.
    Total Basic duty (BED) , Cess and Hecess iamount s coming in USD but curency is showing INR. After posting the doc also it has not getting converted into INR and the same USD amounts got posted in Excise GLs and currency still showing INR.
    For example:--
    PO value shows
    Base Price -  2040.20   USD
    Custome   -     204.20    USD
    CVD         -      179.54    USD
    Cess on CVD      3.59    USD
    H Cess on CVd  22.44  USD
    Now in excise invoice in Excise item tab
    Base value - 99960 INR (converted at teh rate of 49 , exch rate type M)
    BED -   179.54  INR
    CESS  -  3.59  INR
    HECESS 22.44 INR 
    Here only currency is changed to INR but amounts are still in USD. After posting the doc also same result is coming, hence Registers are getting updated with wrong values.
    Can any one suggest what to do to correct this.
    Regds
    Mukta
    Customization for CVD maintained in Excise config -- company code setting-  exchange rate type for CVD is M.
    OB08 maintained for USD to INR for the current date.

    HI Tej
    All the Import cycle has created three documents.
    1. MIRO doc for custom duties and CVD .--   MIRO posted in USD .  I can see the doc in both currency -  INr and USD via accounting doc - display currency.  I do not have any issue.
    2. MIGO doc - for custom duty and Freight -   MIGO posted in INR , I can see accounting doc in USD and INR both via accounting document-  Display currency and even in the MIGO -- purchase order history tab.
    3. Excise Invoice - for CVD -  EX Invoice posted in diifferent way --
    In this document please note amounts for CVD is as per USD rate , but currency showing is INR , which is a mismatch.
    in Excise customization for company code setting - exchange rate type M is maintained. OB08 is also maintained for USD/INR
    Condition type JCV1 is also marked with currency conversion and accruals.
    Is there any patch or note I need to apply to getting this converted , or any process issue.
    Regds
    Mukta

  • PR to PO conversion error - Partial line items not getting converted

    Hi All,
    Automatic PR to PO conversion ( ME59N ) is not happening for few line items.
    For the same Article,site, vendor combinations,its getting converted on few days and on few days its not.
    No changes were made to the any.
    1. Source List is created for the Article & Vendor combination. Validity is fine. Fixed vendor option is checked.
    2. Info record is maintained.
    3. Auto PO option is checked in Vendor Master
    4. No release Strategy
    Will the Purchase Group have any impact in the conversion?
    Kindly share your views.
    Thanks in adance.
    Regards,
    Bhaskar

    It's going to be a data selection problem.  If it was a problem with conversion you would see something recorded in the log (assuming you have the log parameter set to show all messages).
    Make sure the Auto PO flags are set in the correct purchasing org and site.  Does your requisition have a purcahsing org?
    What selection critera do you have set in ME59N?  You mention that that the problem only occurs on certain days so it could be related to the release date.
    The only other thing I could suggest is authorisation checks.  Are you approved for the correct activity types (the activity for ME59N is not create) , plants, purchasing groups etc.
    Also keep in mind everything I have said may not be relevant to the IS-Retail solution you are using.  I can't be certain if there are any differences in this area when you are running that solution.  It might be worth asking the question in that forum http://scn.sap.com/community/retail

  • How did my pdf files get converted from 'open with Adobe Reader' to open with Adobe Acobat'?  And if I have a ''free'' Acrobat account why does it not open?  When I do click on the account it ask me to pay $89.99.  I never wanted Acrobat.  How can I get -

    How did my stored files get converted from 'open with Adobe READER' to 'open with Adobe ACROBAT'? How can I get them re-set to open with 'Adobe Reader'?
    Please reply to my e-mail:   [email protected]

    It sounds as if you downloaded Adobe Acrobat Pro. If you did, uninstall it. Then repair Adobe Reader.
    The free Acrobat account has no connection to any of this.

  • Concerning: VGA monitors using an Aluminum Powerbook G4 PowerPC 2004 15"-screen 1.5Ghz  The DVI (converted to VGA) video output stopped working on this computer after 9 years of service. This raises question 1:  Is there any way of fixing this? I've tried

    Concerning: VGA monitors using an Aluminum Powerbook G4 PowerPC 2004 15"-screen 1.5Ghz
    The DVI (converted to VGA) video output stopped working on this computer after 9 years of service. This raises question 1:
    Is there any way of fixing this? I've tried the usual: triple checked all vga cables & devices through trial & error. Bought a new DVI-VGA adapter. Reset PRAM, PMU, etc. Nothing works. Something is probably damaged, because my KVM switch was not working unless I hot-reseated the vga cable into it, leading to this DVI port, and that is pretty rough stuff.
    Question 2 (related):
    This dovetails into this: Can I drive a VGA monitor with the s-video output port on this computer. It would take an s-video (male)-to-15-pin-VGA adapter. Has anyone does this? So far, I haven't even found the adapter mentioned anywhere.
    Thanks for reading this.
    el7

    Thanks for the useful feedback, Knucklesmac. I agree. I must have blown something on the logic board -- because I had a faulty old KVM switch that would not switch between computers without some nasty hot-plugging/unplugging the VGA video cables. (wince!). It's like when Dizzy Dean ruined his arm because a line drive hit him in the foot and he readjusted his mechanics around the injury. I take the blame because this has been a great computer, and does not deserve any blame.
    If it will help anyone else reading this thread, C2G (née Cables to Go) has some interesting ideas for still getting external video out of this computer:
    -USB-to-VGA
    http://www.cablestogo.com/product/30545
    -Convert s-video or composite video signals to high resolution VGA
    http://www.cablestogo.com/product/40971
    The price range is $75-$85, which doesn't make horse sense to me for such an old computer -- which has a lot of life in it anyway, because its own 15" monitor is not chopped liver.
    el7

Maybe you are looking for

  • Unable to mount disks: why does Mac Pro think it is NTFS?

    We have a 2006 and a 2008 Mac Pro. Each has four internal disk drives. The 2008 one has disk 1 & 2 concatenated as the boot drive and 3 & 4 concatenated as the backup drive. Super Duper was used to make an image backup. Right before we moved, the dis

  • Hyperlinks not visible in UI

    Hi All, My requirement is to add two hyperlinks DISPLAY and CHANGE for the purchase order number. For this I proceeded like this: 1) I created two custom attributes DIS_PO and CH_PO under context node HYPERLINKS of the view IncidentHeader of SRQM_INC

  • How do I print my bookmarks or save them in a file?

    I can not find anyway to print my bookmarks or save them to a word file.

  • Rescue and recovery Error in Windows 7

    Installation  of  Rescue and  Recovery could not be completed due to error 25014 in Windows 7 please any one helpme to overcome this and do a sucessful installation.Advance thanks G.Abarjeethan 

  • How do I remove Yahoo version of 4.0 and reinstall plain 4.0?

    I upgraded to 4.0 from a come-on from a Yahoo page. I don't like it very much. I want to remove the Yahoo version and have the generic 4.0. I can't seem to find a way to revert w/o dumping Firefox all together and loosing all my bookmarks, etc. I'm u