Does anyone know how to deactivate a hyperlinks from a PDF exported from Pages?

I have created a pages doc that I needs to be exported as PDF. In pages, I all the hyperlinks are deactivated, but every time I export it to a PDF the hyperlinks are reactivated. Does anyone know how to make sure the hyperlinks stay deactivated once the doc is converted to a PDF?

If the links are spelled out (example:http://www.somewebsite.com) and not actual hyperlinks where the links are embedded under regular text, Reader will recognize them as links automatically unless the user has that option turned off (it's on be default). You can't keep that from happening unless the text is an image.

Similar Messages

  • My iMac is connected to a Brother printer. I have Snow Leopard 10.7.3 As of yesterday, when I try to print a PDF it prints as a blank black page. Does anyone know how to correct this so that the PDF will print as I see it on screen?

    My iMac is connected to a Brother printer. I have Snow Leopard 10.7.3 As of yesterday, when I try to print a PDF it prints as a blank black page. Does anyone know how to correct this so that the PDF will print as I see it on screen?

    If you are running Mac OS X 10.7.3 then you have Lion installed, not Snow Leopard. It's probably not important to this discussion, but something you should be aware of.
    What application are you printing the PDF files from? Have you tried opening the PDF file using the Preview application that can be found in the Applications folder? Does the issue still occur? Have you tried other PDF files from a different source?
    Another poster in the following discussion thread reported that this method resolved their black blank PDF issue when viewing (and presumably printing) PDF files from Safari.
    https://discussions.apple.com/thread/3890509?start=0&tstart=0
    This solved my question by mcbuffy  on Apr 20, 2012 11:29 AM 
    There's a solution if you want to see the PDF inside Safari's window :
    Go to the folder : Your Hard Drive / Library / Internet Plug-ins.
    If you see a file with PDF in its name drag it to the trash.
    Quit and restart Safari to test with a PDF.
    If it works you can empty the trash.

  • HT5824 Does anyone know how to transfer my contacts from my iphone onto my icloud that is on my laptop please? I have lokd and tryed everything and still i have no idea how to do it.Yur help would be apreiated.thanks

    Does anyone know how to transfer my contacts from my iphone onto my i cloud please? I cnnot do it no more s they have made something so simple to do into a task that seems so omplicated.ive tryed ooads and now im starting to loose my cool.Thanks if you can help.I bet it's really easy to do,but im not seing it clearly.

    On your Mac.
    Sign into iCloud, turn Contacts and anything else you want, on.

  • Does anyone know how to change the copy on a pdf made in Indesign?  I don't have that software on my Mac

    Does anyone know how to change the text on a pdf made in Indesign when my Mac doesn't have that software?   Thanks,

    If you don't have access to Acrobat Pro or Nitro PDF Pro,  see this article:
    http://www.labnol.org/software/edit-pdf-files/10870/

  • Does anyone know how to copy my files from my ipod to a different computer?

    Does anyone know how to copy my files from my ipod to a different computer? I tried to do it, but all that it did was erase my files. What i want to to is use my ipod to transfer my files to another computer (which has itunes as well) PLEASE help!

    You will need to enable your iPod for disk use. Then, you should see your iPod in "My Computer" and you can open up your iPod's folder there and drag the files into it. You can store the files on the iPod, then connect it to the other computer and drag-and-drop them from the iPod into the designated directory in that computer. Make sure individual files are not larger than 4 GB.

  • HT2500 Does anyone know how to remove a group from the address panel in mail?

    Does anyone know how to remove a group from the address panel in mail?

    I haven't seen too many questions like this on this forum.  Did you also try the photoshop forums?

  • Does anyone know how to convert the output from the standard report to xml?

    Does anyone know how to convert the output from the standard SAP report to xml?

    since it a standard report which you cannot modify you can only do the following.
    submit report exporting list to memory
    then
    list from memory and then
    use the returned itab along with CALL TRNSFORMATION key word to convert to xml.
    but this only going to place the whole list content (including data and formating lines,etc) into a xml element and not the actual data alone in the list .

  • Does anyone know how to transfer a playlist from an ipod to itunes?

    does anyone know how to transfer a playlist from an ipod to itunes?

    Try my script ImportDevicePlaylists.
    tt2

  • HT204387 Does anyone know how to transfer a contact from an iPhone 5 via bluetooth to a car stereo?

    Does anyone know how to transfer a contact from an iPhone 5 via bluetooth to a car stereo?

    Your stereo must support PBAP(Phone Book Access Profile).

  • Does anyone know how to transfer music ratings from my iPhone 4S to my computer (Lenovo)?

    Does anyone know how to transfer music ratings from my iPhone 4S to my computer (Lenovo)?

    Sync it via iTunes.  Playcounts and ratings are transferred during the sync process.

  • Does anyone know how to transfer my data from iphone to my new laptop?

    Does anyone know how to transfer my data from iphone to my new laptop?

    The iphone is not a storage/backup device.
    You need to copy everyhting from your old computer, or your backup copy of your old computer, to your new one.

  • I just updated the software on my iPhone to the ios5. I've gotten everything to synce but my ringtones. Does anyone know how to get my ringtones from my iTunes onto my iPhone???

    I just updated the software on my iPhone to the ios5. I've gotten everything to synce but my ringtones. Does anyone know how to get my ringtones from my iTunes onto my iPhone???

    Try this thread >  http://www.mac-forums.com/forums/ios-apps/253296-ios-5-not-syncing-purchased-rin gtones.html
    edit by: cs

  • Does anyone know how to load a file from the source directory?

    I have a Photoshop panel  that uses the Texturizer function. I would like to use the images in the src images directory of the  project. I need to reference the /src/images directory of the panel when the project is running.
    Does anyone know how to access the source directory using action script?
    I have tried a number of options but only seems to work if I hard code a location
    public static function Mat02(): void
    // Works
    var myTexture:File = new File("C:\\Users\\Ed\\Adobe Flash Builder 4.6\\LayoutBuilderSuite\\src\\images\\mat 02.psd");
    // Tried - no luck
    //          var file = File.applicationStorageDirectory.resolvePath("mat 02.psd");
    //          var file:File = File.applicationDirectory.resolvePath("mat 02.psd");
    //var file:File = File.applicationStorageDirectory;
    //file = file.resolvePath("mat 02.psd");
    //var myTexture:File = File.applicationDirectory.resolvePath("mat 02.psd");
    //var myTexture:File = File.documentsDirectory.resolvePath("mat 02.psd");
              var desc5:ActionDescriptor = new ActionDescriptor();
              desc5.putEnumerated( app.charIDToTypeID( "GEfk" ), app.charIDToTypeID( "GEft" ), app.charIDToTypeID( "Txtz" ) );
              desc5.putPath( app.charIDToTypeID( "TxtT" ),   myTexture  );
              desc5.putInteger( app.charIDToTypeID( "Scln" ), 150 );
              desc5.putInteger( app.charIDToTypeID( "Rlf " ), 4 );
              desc5.putEnumerated( app.charIDToTypeID( "LghD" ), app.charIDToTypeID( "LghD" ), app.charIDToTypeID( "LDBR" ) );
              desc5.putBoolean( app.charIDToTypeID( "InvT" ), false );
              app.executeAction( app.charIDToTypeID( "GEfc" ), desc5, DialogModes.NO );
    Thanks

    I haven't seen too many questions like this on this forum.  Did you also try the photoshop forums?

  • Does anyone know how my clients can sign my adobe pdf invoice with a signature pad

    Does anyone know how i can have my clients sign my adobe pdf digital signature field on my contacts on site with a signature pad?

    Make sure you click in the text box for username and password to bring up the keyboard.
    Try powering off your iPad by holding the power button and sliding the red slider when it appears, or try resetting your iPad by holding the power and home buttons together until the apple logo appears.
    I would also highly recommend an app for facebook, it's called MyPad.

  • Does anyone know how to move ePub ebooks from Adobe digital editions to a Kobo?

    Does anyone know how to move ePub ebooks that I've purchased onto my Kobo eReader?  I've tried everything...help from where I bought the books, surfing the net, etc. but even though the book is in the library of my Adobe Digital Editions I can't drag it onto the Kobo library.  The dragging stops at the border of the Adobe site.  I've spent hours and am SO frustrated - hope somebody can help.

    Have you tried contacting Adobe?

Maybe you are looking for