Turned off Layers visible on PDFs in Mac Products

I have several documents with what I call "reference layers" in them that I turn off when making a PDF. When I view the PDF on a Windows based machine, it is fine in both FireFox and IE. When viewing the PDF on a Mac product (iPad, iPhone, Mac desktop), the layers I have turned off are showing up in the PDF. Can anyone tell me why this is happening?

If Mike's suggestion doesn't fix your issue, try this. When you save as a PDF with Create Acrobat layers on, the hidden layers can appear on older versions of Acrobat that do not support layers, and possibly other apps as well. Try un-checking this option. I believe a PDF saved with hidden Acrobat layers can have the hidden layers turned back on in Acrobat, so if you don't want anybody to see them, don't include them. On the other hand, if your PDF is complex and uses transparency, including layers should help prevent stitching.

Similar Messages

  • How do I turn off authentification on a brand new Mac Book Pro

    How do I turn off authentification on a brand new Mac Book Pro?

    Every time my husband does something like change the name of a file, he has to put in an authentification password.

  • How can I turn off the screen while keeping the mac awake?

    I am using teamviewer to remote connect to my office Imac from home. However, every time I connected, my imac screen will turn on and everyone else in the office can see what my imac is doing..
    Is there some method to turn off the screen while keeping the mac awake, so I can remote connect to it?
    PS: I am using OSX 10.7.3

    Energy Saver, you can keep the computer awake while the screen saver shuts the monitor off but I'm not sure that would do it for you.

  • Turn Off Distiller Prompting for Filename on MAC like you already can on windows.

    I've posted about this before, but with no useful reaction. There is a documented feature in the Windows Distiller, that would be just as useful on mac, but doesn't exist there. In the Adobe documentation, it's called "Turn Off Prompting for Filename".
    In short, I'd like a way to stop the MAC distiller from showing dialogs that are not needed when controlling it externally, when the options 'ask for pdf file destination' and 'view pdf when using distiller' are turned on by the user, like this is already possible in windows.
    Below is a copy of my original post, with more details.
    Distiller brings up dialog while running from applescript
    Arnt Witteveen - 06:08am Dec 19, 2005 Pacific
    Hi,
    I've read DistillerAPIReference.pdf (and DistillerParameters.pdf) from the developer documentation, and I have not found a way to do what I need: 'override' the distiller setting to ask for the destination filename and to open the pdf in acrobat when it's done. On windows, this does not seem to be a problem, it's documented under "Distiller API for Windows", in the paragraph "How to Turn Off Prompting for Filename". Even better, when sending the command line "/V /O outfile.pdf /J joboptionsfile inputfile" using DM_CMDLINE and WM_COPYDATA, it doesn't seem to bring up the dialog or open it, which is just what I need (even though I see no reason why it doesn't).
    On Mac however, there is no such thing (in fact, the documentation for controlling distiller in this way on mac is very short: 5 mostly empty pages, explaning only that you can start and stop it and pass it a file to distill).
    So, how do I stop the mac distiller from showing dialogs that are not needed when controlling it externally, when the options 'ask for pdf file destination' and 'view pdf when using distiller' are turned on by the user?

    sorry, but the 2880x1800 is hardware; in fact what makes non-optimized sites look (relativly) ugly is that to upscale the graphics to the apparent resolution of everything else each pixel is represented by 4 pixels, and as you know being in graphics, upscaling pictures is generally results in ugly. 
    Back to my point, there's no software to make the display lose 75% of its pixels; you'll either have to use another machine and/or wait for sites to optomize their graphics for the retina displays...which may or may never happen depending on the sites awareness/closeness with Apple's technology

  • How can I batch turn on/turn off layers in a large group of files

    I lifted this code from another discussion that purports to say it works, but it doesn't.
    I keep getting the Error: Object does not support the property or method 'length'
    I've looked at other batch process scripts that that line of code seems to be correct.
    I know this is a very simple script, and that the turn on/turn off layer part of the script works perfectly fine (on individuall pages), but for some reason I can't get it to batch process.
    I have a multi-version set of files with layers such as "de" for germany, "us" for United States, etc. that I need to batch turn on so that I can print.
    Here is what I have:
    var myFolder = Folder.selectDialog("Select Indesign Folder");
    var myIndsnFiles = myFolder.getFiles("*.indd");
    for(k=0; k<myIndsnFiles.length; k++)
       var myIndsnFiles = app.open(myIndsnFiles[k]);
    var myIndsnFiles = app.documents[0];
    var answersLayer = myIndsnFiles.layers.item("us");
    answersLayer.visible = false;
        app.activeDocument.close(SaveOptions.yes);
    Can you fix/explain what I'm doing wrong?

    I got Sergey's Version to work. See below. It's very different than my original. I understood why my original wasn't working, but couldn't figure out how to fix it. I tried inserting Laubender's code into this, but I got the same error as above "Object does not support the property or method 'length'".
    I made some adjustments so that the script turns off all layers that should be off, then turns on the layer I need.
    Everything runs perfect except I wonder if there's a way I can turn off any warnings, such as missing links, so that it processes the whole batch without pausing. Maybe that's what Laubender was referring to.
    var myFolder = Folder.selectDialog("Select Indesign Folder");
    if( myFolder != null )
        var myIndsnFiles = myFolder.getFiles("*.indd");
        for( var k = myIndsnFiles.length -1; k >= 0; k--)
            try
                var myDoc = app.open(myIndsnFiles[k]);
    var inLayer = myDoc.layers.item("in");
    inLayer.visible = false;
    var itLayer = myDoc.layers.item("it");
    itLayer.visible = false;
    var deLayer = myDoc.layers.item("de");
    deLayer.visible = false;
    var ukLayer = myDoc.layers.item("uk");
    ukLayer.visible = false;
    var usLayer = myDoc.layers.item("us");
    usLayer.visible = false;
    var intLayer = myDoc.layers.item("INT");
    intLayer.visible = false;
    deLayer.visible = true;
                myDoc.close(SaveOptions.yes);
            } catch ( error ) {};// try-catch
        };// for
    };// if

  • How do I turn off the pop-up blocker on mac book pro?

    I am having trouble turning off the pop-up blocker on my mac book pro. Please help!

    Safari 7
    Uncheck the box beside "Block pop-up windows"

  • Document Level JavaScript to turn off caching for a PDF?

    I have been trying to find a way to ensure that a fillable PDF leaves no trace of itself on a computer that was used to open it. For example, if a user acceses a fillable PDF via browser or Reader, once they are done and have closed the browser or Reader, I want no trace of the information to remain in any cache on that machine. We don't want to require our users to try to control cache via settings in Reader, so I have been trying to find other ways to do this.
    I came across the following comment from GKaiseril in another thread - is this a way for a PDF to control its own caching? Any details or alternative approaches would be welcome!
    GKaiseril
    Re: Metadata - Can't remove
     You can also use document level JavaScirpts to turn off the auto complete and caching for a given PDF.

    Version 9 and 10 of Reader do not cache form data in a temporary FDF as previous version may have. The nocache document property it not even documented in the latest Acrobat JavaScript reference. If you're concerned about previous versions, you can use set the nocache document property at run-time, but users can disable JavaScript, so that approach is no guarantee.
    For information on controlling autocomplete, see: http://livedocs.adobe.com/acrobat_sdk/9.1/Acrobat9_1_HTMLHelp/JS_API_AcroJS.88.407.html

  • Turn off notes when printing PDF from preview?

    How do you turn off the annotations when printing a PDF from Preview so that the annotation notes do not appear in the margin of the printed document? Is this possible? If not, it should be.
    When a page has annotations preview automatically reformats the printed page so that the note appears alongside it. I would like to print it the normal side, without the annotations that I added. I don't mind if the little flag remains in the text to indicate that there is a note, but I can't figure how to turn off the function that reduces the page and switches the orientation.

    The "Print" window that you open when printing contains various optional settings prior to proceeding with printing.

  • When I view PDF files, they become transparent?? If I turn off plug-ins then pdf is ok?? What do I do?

    Not sure what else to say. When I try to view a PDF file, it becomes transparent & whiteish and I see my desktop through it. If I choose to turn off all plug-ins then it's ok. Soooo, I'm assuming it's something with the plug-ins. Perhaps a new update or something as I haven't intentionally changed anything at all.

    This only happens to me when I don't have the window maximized. It also happens with other embedded media, such as parts of Pandora's interface.

  • How to turn off sharing of network settings between Mac and iPhone?

    There are a number of wireless networks available around where I work. Whenever my Mac connects to one, so does my iPhone. When I tell my iPhone to forget the network, my Mac does as well. How can I turn off this behavior?

    It's probably being caused by using iCloud keychain, which syncs passwords for wifi networks between your devices/Macs.  You would have to stop using this feature to prevent stored and removed wifi network passwords from syncing between them.

  • Turn off apple tv remote on my mac?

    I have an apple tv March 2012 and June 2012 macbook pro how do you turn off the apple remote support on the macbook pro? Everytime I use the remote and the apple tv and my mac is on the remote keeps going into my itunes on my mac.

    I don't have two remotes, so can't fully confirm if it works properly or not, but there is a "pair" function. As can be seen in the image, it says "Unpair" under the option "Disable remote control IR receiver". This is because Ferd II must have one paired.
    However, it normally says "Pair...". If you click that, it will tell you how to pair the remote. You can then pair which remote you want to your iMac.
    The issue is, until you do that, it states under the option for disabling the IP receiver "This computer will work with any available remote.". Of course this isn't always ideal.
    Then, on your Apple TV > Settings > General > Remotes, you can pair the remaining remotes.
    To answer your question simply, it seems like yes, you can distinguish between remotes.
    Like I said, can't say how well it works as I haven't got two remotes so haven't distinguished between them as such. But don't see why it shouldn't work like a charm!
    Although I wouldn't have known about this if it wasn't for the genuis of Ferd II!! THANKS SO MUCH FERD II!
    This has been driving me crazy ever since I got my Apple TV and searching came up fruitless until now!
    (P.S. Awesome name PokémonFan! YAY FOR POKÉMON! )

  • Finder crashes when I turn off File Sharing in a Shared Mac

    Hi,
    Situation: I have 2 laptops: a Macbook Pro Retina and a Black Macbook (ca. 2008, Snow Leopard). I have turned on File Sharing on both ever since and enjoyed being able to transfer files from one to another.
    Lately, whenever I turn off File Sharing in my Black MB, turn it off, or basically use my MBP retina without being connected to my Black MB thru File Sharing, the Finder of MBPR is extremely slow. Every time I open a new window, open a folder, or switch tabs in the sidebar, it is extremely sluggish.
    However, once I turn File Sharing back on in my Black MB (or pretty much whenever I get connected to my Black MB), everything is back to normal.
    Also, even when I "eject" my Black MB from the "Shared" list in my MBPr, MBPr automatically reconnects to Black MB.
    Any ideas on why this happen?
    Things I've tried:
    1. Clean caches
    2. Restarted PRAM
    3. Reinstalled OS X ML
    Same result.

    The next time you have the problem, note the exact times when it starts and ends: hour, minute, second.
    If you have more than one user account, these instructions must be carried out as an administrator.
    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    Make sure the title of the Console window is All Messages. If it isn't, select All Messages from the SYSTEM LOG QUERIES menu on the left.
    Scroll back in the log to the time you noted above. Select any messages timestamped during that interval. Copy them (command-C) to the Clipboard. Paste (command-V) into a reply to this message.
    When posting a log extract, be selective. In most cases, a few dozen lines are more than enough.
    Please do not indiscriminately dump thousands of lines from the log into this discussion.
    Important: Some private information, such as your name, may appear in the log. Anonymize before posting.

  • How can I turn off the pop-up "Help HP Design Products You Want"? (8600 printer)

    The pop-up window "Help HP Design the Products you want" keeps returning every 5 minutes all day long
    regardless of how I respond to it!  Can this be turned Off?
    This question was solved.
    View Solution.

    What printer are you using?
    What OS do you have?
    Does it give a program name when it pops up, or does it just give you that message and a couple of options to choose from?
    -------------How do I give Kudos? | How do I mark a post as Solved? --------------------------------------------------------

  • How do i turn off the 'Return Path' info in mac mail!

    I don't know where it came from? how i turned it on or worse....how to turn this 'return Path' info off.
    Please can someone help me.
    I have lines of information with the follow starting with 'Return-Path:'All under my
    FROM:
    CC:
    SUBJECT:
    TO:
    Headers in mac mail, please can some one tell me how to get rid of it! and tell me what its all about?

    Sounds like you're seeing the full e-mail headers in Mail, rather than just the From, Subject, Date and To lines like normal. Is this in every message or just one? If it's just one, select it and press command-shift-H, or choose View -> Message -> Default Headers.
    Alternately, if you're seeing it in every message, go to Mail -> Preferences, click the Viewing icon and set the "Show header detail" pop-up to Default.
    Message was edited by: Thomas A Reed

  • How do i turn off text messages appearing to my mac computer

    they are appearing on my computer in the top right hand side for a few seconds, then disapearing. But I cannot find where they are on the computer.
    They are not coming to my iphone.
    Im worried as people think im ignoring them.
    please can you help me find out where to retrieve these messages from and also turn them off so that I only receive text messages to my iphone and not mac computer.
    Thanks!
    Elisse

    Hi setheri,
    This is the Numbers for Mac forum. You might find someone who can answer at Mac OS X Technologies.
    quinn

Maybe you are looking for

  • Delete Overlapping Requests in a DSO

    Hi, I know how to delete overlapping requests for an InfoCube via the process chains using the process "Delete Overlapping Requests from InfoCube" Is there a way to do the same thing with a DSO? The reason I want to do this is because I have a custom

  • OIM 11g searching users by UDF, using API

    Hi, I can't search by any field other then "Users.User ID, Users.Key, Users.Middle Name ... " Standard fields but not on the list above (i.e. "USR_STREET"), allways result as 0 (rs.getRowCount()=0). And the worst is searching by user defined field. I

  • Handle back functionality in ALV report

    Hi, I have created the alv report which has 2 button on the report display, if you select any of them it will display other 2 reports. here i am facing problem in handling the BACK functionality. i.e after the navigations between the 2nd and 3rd repo

  • Activate debugger in SAPSCRIPT

    Hi all, Somebody know if is it posible to debugg Request for Quotation(ME42)? It is a Sapscript and I need to make a debugg  althoug the debugger was activated  in the transaction SE71 the form  is printed  Automatically. Help please, how can I  acti

  • Security photo - does not show any apps that have requested access. I can not access photos via apps. How to fix it?

    Apps can not access photos. Apps never asked if they could access photos. Security>Photos  - there are no apps on the list. I have restarted. Backed up, restored. No improvement. Thanks. ps my iphone allows access, so I know 'how' to do it usually.