How do I know which PDF preset to use

I've done separations in CMYK many years ago, but it has been years. I need to 1. set up my document in CMYK and 2. choose the proper PDF preset to print to a laser printer at a FedEx office. I am confused by both. I've looked through HELP and don't feel like I'm getting the answers for those to decisions. I'm remaking all my graphics in Photoshop as CMYK graphics. Is that all I need to do to set up the document in CMYK? What preset do I need to choose?
Thanks.

FedEx Office generally prints to Canon digital presses using EFI DFEs (Digital Front Ends => RIP for digital printer) equipped with both Adobe PostScript 3 and the Adobe PDF Print Engine.
Our advice from Adobe is to use the PDF/X-4 .joboptions as-is for printing at FedEx Office.
Note that there is absolutely no need whatsoever to convert anything to CMYK in modern workflows. PDF/X-4 provides for ICC profile tagged RGB content as well as CMYK content with any ICC color managed content properly converted at print time. No need for you to convert anything!
          - Dov

Similar Messages

  • How can i know which index will be used when executing the query ?

    1 ) I have query in which i have 3-4 tables but there multiple index on one column .
    so how can i know which index will be used when executing the query ?
    2) I have a query which ia taking too much time . how can i know which table is taking too much time ?
    3) Please Provide me some document of EXplain plan ?

    Hi Jimmy,
    Consider the below example
    /* Formatted on 2011/02/04 21:59 (Formatter Plus v4.8.8) */
    CREATE TABLE FIRST AS
    SELECT * FROM all_objects;
    UPDATE FIRST
    SET object_name = 'TEST'
    WHERE owner != 'SCOTT';
    CREATE INDEX idx_first ON FIRST(object_name);
    SELECT *
    FROM FIRST
    WHERE object_name = 'TEST';
    It has not used index
    Execution Plan
    Plan hash value: 2265626682
    | Id | Operation | Name | Rows | Bytes | Cost (%CPU)| Time |
    | 0 | SELECT STATEMENT | | 58678 | 7334K| 163 (4)| 00:00:02 |
    |* 1 | TABLE ACCESS FULL| FIRST | 58678 | 7334K| 163 (4)| 00:00:02 |
    /* Formatted on 2011/02/04 21:59 (Formatter Plus v4.8.8) */
    SELECT *
    FROM FIRST
    WHERE object_name = 'emp';
    This has used the index
    Execution Plan
    Plan hash value: 1184810458
    | Id | Operation | Name | Rows | Bytes | Cost (%CPU)| Time |
    | 0 | SELECT STATEMENT | | 1 | 128 | 1 (0)| 00:00:01 |
    | 1 | TABLE ACCESS BY INDEX ROWID| FIRST | 1 | 128 | 1 (0)| 00:00:01 |
    |* 2 | INDEX RANGE SCAN | IDX_FIRST | 1 | | 1 (0)| 00:00:01 |
    From this we can come to the conclusion that, whether to use one index or not by oracle
    would also depend on the data which is present in the table. This has to be this way as
    we see in the bind peeking, if oracle sticks to only one plan, say only use the full table
    scan, it would be a performance hit when it searches for the second query ie where object_name
    ='emp';
    2.
    If we have a query like below.
    select * from emp
    where upper(ename) = upper(:p_ename);
    Evenif we have the index on ename column, oracle wouldn't be able to use the index, as there is a function in the predicate column. If you need oracle to use the index, we need to create a function based index as below.
    Create index idx_ename on emp(upper(ename));
    Regards,
    Cool

  • Difference between photoshop cc and photoshop cc 2014   how do i know which one I am using?

    difference between photoshop cc and photoshop cc 2014   how do i know which one I am using?

    Hi Petereas,
    Both are different version of Photoshop application.
    In Photoshop CC 2014 there are several new feature introduced than CC.
    Please refer the following page on whats new in Photoshop 2014.
    Photoshop Help | New features summary
    When you go to Help>About Photoshop then Photoshop 2014 shows version 2014.0.0 Release.
    Hope this helps.
    Thanks and Regards,
    Sumit Singh

  • How do I know which Firefox I am using....is it 5, 6, or 7? Thank you so much.

    I am sorry, but I had a stroke in 2001 and it affected the part of my brain that deals with memory, etc. I am doing the best I can with what I give you. I have used Firefox for x# of yrs.....I don't know how long, I just know I like it. I just don't know how to find out which foxfire I am using or how to go about finding the #. I do know at one time I was using foxfire 4.? & I was real happy with it. I don't know how I lost it......anyway, nice chatting with you & I hope you are able to understand my question & can help me. Thank you & have a blessed day. loving you in Christ...........<3........:-)

    Click on the ''''Help'''' menu at the top and choose the last option ''''About Firefox''''. The version is listed second.
    If the menu is not visible please press ''''Alt'''' + ''''H'''' on the keyboard.

  • How can I know, which RFC connection is used by my query designer ?

    HI,
    I would like to know,
    which RFC connection is used when i launch the query designer or the report designer or the web designer.
    Thanks.
    Guillaume

    Hi,
    Go to TCODE SM59 and see.
    Regards
    Nilesh

  • How do I know which Location is being used when set to Automatic

    I have two Locations set up called Home and Music Room. I've selected Automatic in Network Prefernces so my Mac picks the appropriate one.
    Home location - Wi-Fi (1st in the Service order), Ethernet (2nd in the Service order although I'll only be using Wi-Fi with this location)
    Music Room location - Ethernet (1st in the Service order), Wi-Fi (2nd in the Service order)
    So right now, for example, I'm in my music room so I want it to be using the Music Room location and Ethernet but I don't know what it's actually using. In Network preferences, Automatic is shown as the Location, Wi-Fi is at the top, and both Wi-Fi and Ethernet say 'Connected'. If I click on Ethernet to see the details, it does say in the Status area, "Ethernet is currently active and has the IP address 192.168.1.74" so does this mean Ethernet is the one being used?
    Thanks.

    There is no need to have 2 personal keychains. To make your life simpler combine them.
    the login keychain is standard so it is best to keep that. Open the keychain access application, select your named keychain click on any of the keychain entries in the main window then press command +a to select them all then drag them onto your login keychain. You will be prompted to enter the password for your named keychain.
    Then when you have successfully moved them to your login keychain make sure that is set as the default keychain and then you can delete the other keychain. Please not do not delete any of the system keychains.

  • With multiple Oracle Clients how do you know which one ADO is using

    Currently using Oracle client 8.1.7 to connect to a 10g database with the following connection string.
    Driver={Microsoft ODBC for Oracle}; CONNECTSTRING=(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=127.0.0.1)(PORT=10001))(CONNECT_DATA=(SERVICE_NAME=Falcon2))); uid=Falcon;pwd=*******;"
    If I add a second, newer client, how do I tell ADO to use the newer client?
    Thanks,
    Dave

    Go to icloud.com, sign into each of your iCloud accounts and see which one(s) contain your data.

  • How do I know which iTunes area to use to transfer info from my old iPhone to my new iPhone? There are too many iTune areas specific for music or movies, etc. none specified for iPhone transfers.

    Which iTunes area do I access to transfer my info from my old iPhone to my new iPhone?  Music, movies, iU?  I don't see any specific for iPhone transfers.

    Thanks for your reply but maybe it would be helpful if you could elaborate a bit on that or maybe I was not clear enough in my question. What I need to do is NOT stop using icloud. But gather everything that is already stored in my old icloud account (X) and save it in my device (iphone, ipad etc) and then continue using icloud but with my new account (Y).
    In a scheme:
    "->" = "becomes"
    Step 1) data from X -> independent device data, and then the X account is removed from the device while the data stays.
    Step 2) account Y is added to the device.
    Step 2 continued) now the device has a. "the independent device data" that was drawn from the account X and b. the litte piece of data from Y that I have already created.
    Step 3) independent device data -> data in account Y (along with everything that is created from now on, and everything that has been stored there. The little piece mentioned above.) Everything should now be merged in Y. Merged in a "good" way. Not overwritten, not deleted etc. Nothing should be lost (old or new, from the device or from X or from Y).
    The last step is kind of optional. If the best I can get is having data associated to Y (future and past) AND "independent device data" that is so independent to the point that it cannot be added to my Y account since icloud recognizes and stores only data that is created after the account's addition to the device, then I can deal with that.
    I hope I cleared everything out.
    I need my notes and pages documents from my old icloud account to become independent device data and just stick to the device. And then, if possible, be uploaded to my new icloud account.

  • How to know which BAPi is being used for creation of PO in classic scenario

    Hello Experts,
    We are in SRM 7.0 classic scenario.
    How can we know which BAPI is being used in the calssic scenario i.e. How can we know if we are usind BAPI_PO_CREATE or BAPI_PO_CREATE1 for creation of PO?
    Any pointers will be highly appreciated.
    Thank you in advance,
    Thanks & Regards,
    RKS

    Hi RKS
    yesterday BLOG by our SUMMER WANG helps every SRM consultant to debug the PO error
    /people/summer.wang/blog/2010/05/11/trouble-shooting-of-srm-po-transfer-error
    Good work Summer wang !!
    Muthu

  • How can I know which version of Firefox I'm using?

    I tried to download an EOB from my insurance company's website, and it won't allow me to view the EOB. I talked to their web support and was told that I have to use the same version of Firefox that they support, which is Firefox 26 or 27. I don't know how to find out which version I am using. If I am not using their version of Firefox (26 or 27), how can I download that version. I don't know which version is on my PC now and I don't know how to find it on Firefox. Thank you
    I just tried installing below this box on Troubleshooting Information, and Firefox would not allow me to install. What is going on?

    Is the EOB a PDF document?
    Firefox updates every 6 weeks and the current version is 31.0. Rolling back almost 6 months is not recommended for security reasons. If that's their best answer, I suggest we either figure out a workaround for getting the document, or you just use a different browser for their site.

  • Adobe Cloud has 2 different Muse programs.... how do I know which one is the newer better version?

    So I am new to Muse, and my Adobe Cloud has 2 different programs from Muse... how do I know which one is the newer better version?
    One Must program (Muse CC 2014.2)  has a black background when working on it... it looks like other Adobe programs such as Photoshop.
    The other one is light color (Muse CC) very similar to the black color Muse on functions.....
    One of the difference I notice is that the light color Muse has a few widgets in the library, while the black background Muse seems to have an empty library
    So... why are there 2 different Muse programs in my Adobe Cloud?

    Hi
    The latest version of Muse is 2014.2, so you need to uninstall another version of Muse manually.
    regarding the items in Library, you can add items in your library manually, as shown in this article
    Adobe Muse Help | Organizing and reusing design elements using Library panel
    Please let me know if you have any other query.

  • Help me! URGENT cannot find my printer model on hp website - how do i know which cartridge to order.

    Help me! URGENT cannot find my printer model on hp website - how do i know which cartridge to order.

    Depend on which country you are in btw, for the US this should be 61 black and 61 tricolor. For most of europe this will be 301 black and 301 tri color. So to be sure tell me from which country you are.
    Say "Thanks" by clicking the Kudos Star in the post that helped you.
    Although I work for HP my posts and replies are my own
    Please mark the post that solves your problem as "Accepted Solution"

  • HT1451 If I have two iTunes libraries on one computer, how do I know which one is opening when I click on the iTunes icon on the desktop?

    If I have two or more iTunes Libraries on one computer, how do I know which one is opening when I click on the iTunes icon on my desktop?

    You cannot.
    When you sync to a new library, it will erase the current content.
    Use your backup copy of the old computer to copy everything to the new one.

  • Can you have multiple Apple TV's in the same house and network? If so how do you know which one to pick from your Idevice?

    can you have multiple Apple TV's in the same house and network? If so how do you know which one to pick from your Idevice?

    Yes, there are even defaults for naming them, such as LivingRoom, Bedroom, etc, or you can even enter your own name with the remote for each AppleTV.

  • How do I know which ssd is compatible with my MacBook Pro..

    My MacBook Pro would not boot up. Took it to the Genius Bar and found out that I need a new hard drive.  I want to replace it with a Solid State drive, but how do I know which one is compatible with my particular machine?
    <Personal Information Edited by Host>

    On a late 2008 MBP, you want an SSD that can handle Sata 1/2/3 so it can be used in this machine, and can be migrated all the way to a 2012 SATA machine. Machines later than 2012 primarily use PCIe flash and are not considered user-replacable.
    I have used a Samsung 840 Pro 256GB in a 2008 MBP. You can look at Crucial, OWC, Intel, Samsung brands.
    Please see this guide - https://www.ifixit.com/Guide/MacBook+Pro+15-Inch+Unibody+Late+2008+and+Early+200 9+Hard+Drive+Replacement/841

Maybe you are looking for

  • In Oats Drag and Drop Api is not working in Firefox Browser

    To Write OAts test for Drag and Drop functionality we are using "dragTo" API. Ex : web.image("/web:window[@index='0' or @title='Fusion Applications']/web:document[@index='0' or @name='aqizmnwha_1']/web:img[@absoluteLocator='" + sourceIndex + "']")   

  • IP: How to enhance/enrich planning-data

    Dear experts, we would like to trigger a parameterized (customizable filters) process based on the mechanisms of the integrated planning. This process shall enrich the existing quantitive planning-figures by its monetary value. The evaluation of the

  • Updating fields with FRM-40200

    Hello all, I'm using Oracle10g with Form6i with XP sp2. I want to update a block's fields and i have a warning message FRM-40200 (field protected against updated). Here is my block and fields properties block TypeRelation => insert allowed no; update

  • Alv report...excel view

    Hi All, The standard full screen function highlighted below is not working. The report is a grid display and when want to use this button to convert to excel format i get a blank excel sheet. Application Toolbar            STANDARD_FULLSCREEN Items 

  • URL detection

    Hi, We have about 1000+ archived documents that should redirect users to the more current versions. Rather than manually updating the content of each file one by one is there a way to redirect an archived document's link to a more current one. Also,