Is there a way for addresses to be remembered in Adobe Send like we had in Send Now?

Is there a way for addresses to be remembered in Adobe Send like we had in Send Now?

Hi macnanday,
If you log in through Adobe Reader, you can have access to your local address book while sending your files. And, if you're on Windows, the plugin for Microsoft Outlook (2010 and 2013) is another easy way to use Adobe Send in conjunction with your existing address book. You can download the plugin from here: Outlook Plugin
Best,
Sara

Similar Messages

  • Is there a way for your backup to remember what songs you have downloaded with itunes match

    i use itunes match, but i download the songs to my device as i have spotty service where i work and live.
    i am upgrading to a larger size iphone and dont want to have to search through itunes match again and select all the songs i want to download again once i get the new phone. is there a way that itunes match will "remember" what song i have downloaded to my device and "re-download" them to the new device?
    maybe via a playlist then just download the playlist? this seems like a lenghty way of doing it though.
    anyhelp, tips or advice would be greatly appreciate. thanks

    tazlines wrote:
    is there a way that itunes match will "remember" what song i have downloaded to my device and "re-download" them to the new device?
    No.

  • Is there a way for me to change the texts i send to my friend from text message to Imessage?

    My friend has an iphone and so do i when i send her a text its a text message and not an imessage. is there a way i can change it back to imessage?

    You can only send someone an iMessage if they have an Apple device running iOS 5 or newer. Both parties need to have iMessage turned on to send and receive iMessages.
    Hope that helps.

  • Hello can someone help me I have an iphone 4 and my daughter has an ipod touch we are on the same email address but somehow with in the last 25hrs all of my contacts are gone and only hers on on my phone is there a way for me to get all my contacts back?

    Hello can someone help me I have an iphone 4 and my daughter has an ipod touch we are on the same email address but somehow with in the last 25hrs all of my contacts are gone and only hers on on my phone is there a way for me to get all my contacts back?

    If you need assistance with finding any of your restores or attempting to restore from any that happened prior to his incident follow this article
    http://support.apple.com/kb/ht1766
    IF you do find a backup that has your contacts; I'd /highly/ recommand turning off your wifi network after the restore is finished because if the issue is with your iCloud your contacts may merge back with her's.
    With iCloud you DO NOT want to share the account; bad things happen Evil evil thigns...
    But in all seriousness; if two devices have the same iCloud; iCloud is told to merge and sync infomation between hte two and can't tell that it doesn't belong to the same person

  • Is there a way for internal DHCP Scope to release scope addresses when the wifi client has disconnected?

    DHCP scope is configured on a WLC 5508.
    I'm checking if there' a way for WLC to clear the dhcp leasing when a user is diconnected from wireless?

    Unless the client sends a DHCP Release upon disconnect, which is not mandaded in the protocol, the lease will simply remain until it has expired.  If you're concerned with running out of leases, you only have 2 options. 
    1. reduce the lease time of your dhcp scope
    2. increase the network size to accomodate more usable addresses.
    There isn't a way to force a DHCP address lease to be "cleared" from the WLC simply because the client was disconnected.

  • Is there a way to address email (i.e. a word or some code) that would place that email in a specified inbox folder?  not using internal rule, rather the beginning of this sort happening as it comes in?

    is there a way to address email (i.e. a word or some code) that would place that email in a specified inbox folder?  not using internal rule, rather the beginning of this sort happening as it comes in?
    In other words
    I tell a friend if he is emailing me on a particular subject, is there something he can do at his end ([email protected]/research)
    like adding the word research at the end of my eamil address that would tell my inbox to place that in the inbox/research folder?
    If I have to use a rule on my end, then do I tell him to just place the word research in the subjct line and then I write a rule to place anything with the word research in the subject line in my inbox/research folder?
    will the subject line be required to only have the one word research to work, or will the rule look for any presense of that word in the subject line?
    thanks
    eric

    iCloud email supports 'plus' addressing. http://en.wikipedia.org/wiki/Email_address#Address_tags
    So your friend could just add '+research' to the username part of your email address, and you setup a rule at icloud.com to put all emails sent to that address into a particular folder.
    For example:
    [email protected]
    There's no way to do it without rules on the server though.

  • Is there a way for preventing the placeholder from appearing if there is not content for it?

    I am creating a structure with tags and place holders.  However, not all my entries have all the same information. For example, my first entry has a 3 line address (123 West Street, Suit 23, Lincoln NE 68521) but my second entry only has 2 line address (456 North Street, Lincoln NE 68521).  When imported into my structure, the second address reads 456 North Street, <address2>, Lincoln NE 68521. My question for you is, is there a way for preventing the placeholder from appearing if there is not content for it?

    IJWAA,
    A work-around if you don't already use XSLT (to avoid having to) is to not have placeholder text, just use empty tags in your text layout that correspond to your incoming XML structure (any unused by the incoming structure IN ORDER, will be skipped). So long as you don't mind the blank line (rather than left over placeholder copy).
    If you had placeholder copy in your text box (<address2> for example) look at it using the story editor window (edit > edit in story editor, or command-y/control-y) so you can see the surrounding tags... style the surrounding tags by selecting them with the cursor and applying character or paragraph styles (with text in between the tags at the time) and then delete only the placeholder text from the middle of the sandwich, leaving the tags in tact. Trying to do this without being in the story editor will not work.
    Also, when importing the XML, I believe you'll still need to use "merge content" and "don't import empty white space" as you have been in order to replace placeholder text in any areas you had it.
    For situations when you have a mixture of dynamic and static text in the same text block and you are merging data (more so when the placeholder text has been deleted as I've suggested above but the dynamic tags for the possible incoming text are still there), you can use a tag you've created (I call mine "staticText") in your layout to wrap ANY bits of text you don't want to accidentally delete when the surrounding tags get populated or not, using the merge option upon importing your XML. Just be sure never to use "staticText" as an actual tag in your structure or surrounding incoming data. The text contained within staticText tags in your layout will be ignored by incoming data, and won't accidentally get deleted when it's sandwiched between two sets of tags that are dynamically populated when merge content is the import option.
    In my example below I'm using brackets/carats with the tag name instead of the color coded tag icon you see in the story editor, also I've used LB here to indicate a regular line break in Indesign and SP a regular space character in indesign:
    [staticText>Name:<staticText][firstName>Abc<firstName][staticText>SP<staticText][lastName>Xyz<firstName][staticText>LB<staticText]
    [staticText>Address:<staticText][address1><address1][staticText>LB<staticText]
    [address2><address2][staticText>LB<staticText]
    all other tags on following lines...
    This should just leave a blank line for address2 when no data comes in for it. I'm assuming you have line breaks, if not, all the better.

  • I created a book in iPhoto for an upcoming family reunion. Most attending are interested in purchasing a copy. Is there a way for me to make it available for attendees to purchase? What are my options? Thanks!

    I created a book in iPhoto for an upcoming family reunion. Most attending are interested in purchasing a copy. Is there a way for me to make it available for attendees to purchase? What are my options? Thanks!

    There is no way for anyone but you to place the order. You can get a list, collect money and order passing out to purchasers at the reunion. For late orders you can have them shipped to you and reship or use a different shipping address for each order
    LN

  • I have multiple devices in my family. Each of us has an iPhone and an iPad. Is there a way for each of us to have our own Apple ID but one account so we can all get the same music, movies, books, etc. I can't see paying twice for something in the same fam

    I have multiple devices in my family. Each of us has an iPhone and an iPad. Is there a way for each of us to have our own Apple ID but one account so we can all get the same music, movies, books, etc. I can't see paying twice for something in the same family.

    Welcome to the world of digital media. Your can't really transfer it. I don't know what the rules are about transferring to your spouse but I do know that in some cases when you die, your heirs cannot inherit your digital media. This is why there is still an advantage to buying the CD since the usage rights belong to whomever holds the physical media.
    A possible workaround is to burn the songs to a music CD with yout account (tracks only without song titles) and then having your wife upload it as a regular music CD onto her account. It's been a while since i've done this so I'm not sure if it would work now.
    Please note that I'm not advocating copyright and/or TOS violations. I'm only suggesting ways to copy music for your own personal use which has traditonally been permitted. I only did this because I wanted to convert iTunes songs to mp3 files so I could burn them onto a data CD for use in my car. It would make sense that since married couples are a joint entity, this would be personal use.
    Also, I'm not a lawyer so don't take this as legal advice.

  • Is there a way for me to use airplay on my mid 2010 MacBook Pro ?

    Is there a way for me to use airplay on my mid 2010 MacBook Pro ?

    http://support.apple.com/kb/ht5404

  • HT201272 I purchased an audiobook from iTunes On my iPhone.  I got a new phone and after the back up, the books I downloaded were not there.  iTunes wants me to repurchase the books I downloaded.  Is there a way for me to Redon load my already purchased b

    I purchased an audiobook from iTunes On my iPhone.  I got a new phone and after the back up, the books I downloaded were not there.  iTunes wants me to repurchase the books I downloaded.  Is there a way for me to Redon load my already purchased books?

    Hi..
    On your new iPhone tap Settings > Store.
    Make sure Books is turned ON.
    You shouldn't need to re purchase the book >  Downloading past purchases from the App Store, iBookstore, and iTunes Store

  • HT204053 My wife and I just bought iPhone's, we use to share an account under one Apple ID, is there a way for one of us to share music without sharing the same Apple ID?

    We use to have multiple iPods, now we both have iPhones. When she wants to FaceTime with relatives she has to use my Phone because that's where the Apple ID is "tied" to. Now if we want to FaceTime each other it gets weird.
    We share similar taste in music so the music is not the problem.
    I'd just like her to have her own Apple ID for FaceTime, apps, etc.
    is this possible?

    Sorry... Apple IDs cannot be merged...
    I have multiple Apple IDs. Is there a way for me to merge them into a single Apple ID?
    Apple IDs cannot be merged. You should use your preferred Apple ID from now on, but you can still access your purchased items such as music, movies, or software using your other Apple IDs.
    From Here   http://support.apple.com/kb/HE37

  • Is there a way for me to "gift" or send an album download from my iTunes account to my daughter in another city?

    Is there a way for me to "gift" or send an album download from my iTunes account to my daughter in another city?

    This is not a law forum but technically I think your daughter is supposed to own her own copy, not a second copy of the track you bought.  In that regard it would be best to use Apple's gifting service to give her the track.
    iTunes Gifts - http://www.apple.com/itunes/gifts/

  • I have an iphone and an ipad (which are connected by the same apple id) i broke the phone and sold it but i didnt get to factory reset it because it was broken, is there any way for me to wipe my iphone from my ipad?

    i have an iphone and an ipad (which are connected by the same apple id) i broke the phone and sold it but i didnt get to factory reset it because it was broken, is there any way for me to wipe my iphone from my ipad?

    Try this:
    Open the "Find my iPhone" app on your iPad, fill in your AppleID and password at the start up screen, and you should see a list of all your devices and their current location, if connected to a Wi-Fi or mobile data network. Devices not connected will be shown as "offline". But you can still trap on the icon and hit "erase iPhone" in the right hand window.
    If your iPhone is not listed, you did not activate this feature during the setup of the phone and it can't be erased remotely.
    If the phone is listed, even as offline, tap on "erase" to send the erase command. The next time your device will be connected to any kind of network, the content will be erased.

  • I accidentally formatted my portable hard drive when setting it up for time machine. Is there any way for me to get back my lost files?

    I have an external hard drive of the brand Western Digital.
    Before I got my iMac I moved a lot of my important files from my PC to the hard drive and today I went on and connected it to my iMac to move my files over to it.
    When it had connected a window popped up that asked if I wanted to use this hard drive with the program Time Machine and create backups. Without thinking it trough enough and reading the warning properly (I'm stupid I know) I clicked "yes". I then realised how stupid it was and cancelled the formatting of the hard drive. But somehow the program still managed to delete all my important files and can't find any way to get them back. Neither can I connect the hard drive to my PC anymore so I can't check if the files are still there (which I doubt they are since I can't see them on my iMac either).
    And now I wonder: is there any way for me to get back my lost files or are they lost forever?
    Thank you in advance!
    //Gina

    A data recovery specialist or some data recovery programs should be able to help.  Most format simply rewrite the directory tree saying no files are on this disk.  The bits that represent the files are still flipped appropreiately so they still exists, you just don't have the location info to get at them.  Secure formats and erases rewrite each bit to a zero or 1 or random so the data is then truely gone.  This type of format takes a long time to complete.
    I'm not making a recomendation of a particular program but here is one company that does what you ask:
    http://www.remosoftware.com/mac-recovery  The cost is pretty high but I'm sure they don't sell many copies and need to cover their development costs.
    Good luck and don't write anything on the freshly formatted disk until you decide what to do.

Maybe you are looking for