How can I save an attached ZIP file

I cannot access an attached ZIP file in Acrobat XI Pro. Please help as this is becoming a huge time waster.

Hi alisonr1825446,
When you convert a PDF file to Word/Excel, it's automatically saved to your Acrobat.com online account. From there, you can download it to your desktop to edit it, and then save it. To download your file, log in to https://cloud.acrobat.com/files. Select the file, and then click the Download link at the top of the file list. Your file will be downloaded to the Downloads folder on your computer.
Please let us know how it goes.
Best,
Sara

Similar Messages

  • How can I save an attachment file

    How can I save an attachment file To my iPad memory.

    An iPad doesn't have a file system like a 'normal' computer, everything has to be stored within apps. Do you have an app that supports the type of file that the attachment is ? If you do then you might be able to press and hold the attachment in the Mail app and get a popup with an option to save the attachment to the app.

  • How can I sav an emailed .mov file to my iPad?

    How can I sav an emailed .mov file to my iPad?

    Yes there is, if you hold down the attachment widget in the email once the video is downloaded, it will give you a series of options to save it to, including camera roll. 
    Hope this solves your question. 
    Cheers,
    Allen

  • How can I save a Motion 5 file as a video?

    How can I save a Motion 5 file as a video? I want to use it in an iMovie Project.

    Everything about using Motion, including exporting a video (and much more), is available either in the application or online:
    Help Menu> Motion 5 Help: see the Share Motion Projects chapter.
    The manual can also be found online here: http://www.apple.com/support/motion/
    Finally there is also this link to the manual: http://help.apple.com/motion/mac/5.1/

  • Email attachments: whenever someone sends me a file the Ipad labels it winmail.dat and wont allow me to open it...these are Word, Exce or jpgs.  Does anyone know why this is and how to fix it?  Also, how can you save attachments to a file on the IPad2

    whenever someone sends me a file the Ipad labels it winmail.dat and wont allow me to open it...these are Word, Exce or jpgs.  Does anyone know why this is and how to fix it?  Also, how can you save attachments to a file on the IPad2

    Is this a particular sender, or all of your attchments?  Google winmail.dat and you will see a number of returns that can explain this, but in short, this is the way some e mail providers deal with attachments.  If all of your e mail is coming that way, you need to change a setting on your isp set up.  Perhaps stary here...
    http://www.nytimes.com/2010/11/25/technology/personaltech/25askk.html

  • HT4623 How can I save the update download file as I have several devises to upgrade and cant afford the bandwidth to do each via iTunes

    How can I save the update download file as I have several devises to upgrade and cant afford the bandwidth to do each via iTunes.
    There does not appeare to be any doenloadable files in the download section.

    "Well that's totally unacceptable."
    Actually you can only accept it, as it is the way it is.  You may not like it, but it is so.  Sorry.
    " your seriously telling me that Apple expect me to download the same huge file 8 TIMES"
    That is exactly what I am telling you.
    " No way."
    Still true.
    "Apple are going to have to come up with another solution."
    No.  They do not have to do any such thing.  They may choose to do so in the future, but there is no reason to believe that they will.

  • How can i save my attachment in email

    how can i save my email attachment which is a pdf file and view it later?

    By openning the attachment is a app that can view/store PDF files.  One such app is the free iBooks. From the Users Guide:
    Open an attached file with another app:  Touch and hold the attachment, then
    choose an app. If no apps are available, you can open the attachment in Quick Look.

  • How can I save a rotated pdf file?

    I have received a pdf file of many pages in landscape orientation that need to be saved in portrait orientation.  I know how to rotate the file, but how can I save the rotated document?
    [This is my first entry, so apologies if I have got my entries mixed up]
    Laurie

    Hello Laurie,
    Unfortunately this does not work with Adobe Reader, but with Adobe Acrobat or similar programs (Google could be your friend ) BUT you could try Acrobat free for 30 days, if you'd like. See www.adobe.com/products/acrobat.html for more information.
    Hans-Günter

  • How can I save an edited converted file?

    How can I save an edited converted (from PDF) file?

    Hi alisonr1825446,
    When you convert a PDF file to Word/Excel, it's automatically saved to your Acrobat.com online account. From there, you can download it to your desktop to edit it, and then save it. To download your file, log in to https://cloud.acrobat.com/files. Select the file, and then click the Download link at the top of the file list. Your file will be downloaded to the Downloads folder on your computer.
    Please let us know how it goes.
    Best,
    Sara

  • How can I retain the attached .pdf files (displayed as icons) from my word file 2010 to a pdf file?

    Hi everybody,
    I have looked for an answer in this forum ... without any good result.
    I worked on a Word 2010 file with some attached pdf files. These attached files are displayed as icons on the word file. If you double click on them, you can consult them. This works very good.
    Problem: I would like to convert this word 2010 file into a pdf file, which keeps the icons (linked to attached files) active. If I "pdf" this with my current system, icons are displayed as pictures: I cannot open the attached files.
    My question is very simple: is it possible to retain these active icons (= to open attached documents) in a pdf file? Which adobe package should I use?
    Many thanks for your help 
    cheers
    elgreengo

    No, it's not possible, but I agree it would be a very nice feature.

  • How can i save my work pdf files and personal pdf files separately in my ipadmini

    Hi,
    I would like some help on separating my personal and work pdf files in my ipad. Currently i saved everything in ibook but find it unprofessional when i have to show my clients my work
    Is there any other way to save my work pdf files separately?
    trena.c

    If you still would like to use Ibooks you can add Collections. i.e.. work pdf's
    View your collections, add a new one.
    Now go to the pdf's you want to add to that collection and move them to the new collection you have just created.
    Hope this helps.
    PJRS

  • How can I save references to a file?

    Hi,
    I just ran into a really tricky problem where I'm trying to write objects to a file. The problem is like :
    class A
    B b1;
    B b2;
    The two B objects may be references to the same object, they don't have to be. How can I write this structure to a file? I want to be able to recreate it exactly, with references to objects kept intact. If the two B objects were referencing the same object I still want them to reference the same object after reading in from a file.
    Naturally, the above example is an oversimplified one. My problem is actually much more complex involving superclasses, subclasses, bla bla bla, but this is the fundamental thing I can't do.
    If anyone has any ideas whatsoever please share them. I'm really desperate, filehandling is key to my project and my teacher couldn't help me.
    Thank you to anyone that replies.

    Is there a way to do it without Serializable?
    Strictly speaking I'm allowed to use Serializable,
    I'm supposed to write out the ints and floats myself,
    but if all else fails maybe I can plead to the
    teacher. =)Then basically the teacher wants you to replicate what serialization already does.
    Presumably what you are writing is very simple.
    Say you have the following...
               class Data
                     int i;
                     String s;
               class Holder
                     Data d1;
                     Data d2;
    The first task is write out a Data. So you figure out how to write an int and how to write a String. This could look something like this in the file(all text, each item on a different line)
              int:i: 47
              string:s: test
      Next you need to identify a reference. Notice that a reference is a type, just as int and String is.
    A reference is a pointer. And you need some way to point.
    So one way is to add another element to each class which is a unique id. Thus when you write a Data out it would look like the following...
              id::  1
              int:i: 47
              string:s: test
      And then when you write out Holder it would look like this...
              id:: 3
              ref:d1:  1
              ref:d2:  2
      So your entire file for the code sample given would look like this...
              id::  1
              int:i: 47
              string:s: test
              id::  2
              int:i: 53
              string:s: test other
              id:: 3
              ref:d1:  1
              ref:d2:  2
       Keep in mind that you must write the referenced objects first. Thus Holder must always come after Data.

  • How can I save a CYMK PSD file as a PDF in CS5?

    I am able to make the file in CS4 on another computer I use (PC).  However when I try to save a CYMK PSD file as a PDF in Photoshop CS5 I don't see the option in the drop down menu?  Any ideas?  Here are some of the file details
    CMYK
    PSD
    8 bits/channel
    Thanks
    Evren

    For some reason when I started my computer this morning and went to take a screen grab of my intent the option was there.  Could it be because I had to install Adobe Acrobat Pro?  I guess that would more than likely be a obvious thing-?
    For some reason when I was given Adobe Master Suite at work Acrobat didn't come with.
    Thanks for your assistance.

  • How do I save an Attachment (PDF file) from an email on my 3G iPhone??

    How do I sae an email attachment to my 3G iPhone (in this case I want to save a PDF file sent to me as an attachment).
    Thks

    You can save the email to a folder. The PDF in reality is saved to the phone in the mail directories folder, and can always be opened and read from your mail app. If you want to save it to your computer, then you can either email it to yourself or download a file sharing app from the appstore.

  • How can I save or export the file containing stored usernames and passwords?

    I'm about to update my desktop computer's operating system, which will mean my hard drive will be wiped. I want to save any file Firefox might have that contains usernames and passwords so I don't have to rebuild that file once Firefox is reinstalled. I've found such files for extensions and bookmarks but not for passwords.

    In article: http://kb.mozillazine.org/Password_Manager#Backing_up_and_restoring_passwords
    *'''Backing up and restoring passwords '''
    **Firefox '''''3.5 and later versions''''', including current beta and nightly builds, use '''''signons.sqlite'''''.
    *'''Troubleshooting'''
    **Firefox '''''3.5 and later versions''''' use the file '''''signons.sqlite''''' to store the encrypted names and passwords. passwords.
    **You can rename '''''signons.sqlite''''' to signons.sqlite.sav to make Firefox '''''3.5+''''' versions use the file signons#.txt from a previous Firefox 3 or 2 version.
    ***'''''3.5+''''' = same as '''''3.5 and later versions'''''
    Also:
    *http://kb.mozillazine.org/Profile_folder_-_Firefox#Files_and_folders_in_the_profile
    *https://support.mozilla.com/en-US/kb/Backing+up+your+information
    *http://kb.mozillazine.org/Profile_backup
    *http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox
    *http://support.mozilla.com/en-US/kb/Recovering+important+data+from+an+old+profile
    *

Maybe you are looking for

  • Captivate 7 saved project randomly does not play slide audio in preview project.

    I created a training project with over 100 slides. Each slide has an audio track that I recorded, When I preview each slide it sounds fine. When you preview the entire project, some slides randomly do not play the audio track. Try it again and other

  • Thunderbolt display and drive unmounts

    I have a Thunderbolt display and a new late 2013 MBPr 15 running 10.9. Since upgrading from an earlier MBPr my thunderbolt display connected thunderbolt drives (2 G-Techonolgies) intermittingly unmount and are unreachable by Disk Utility and a restar

  • Xbox 360 to wrt110

    So i can connect my computer to my wrt110 wirelessly no problemo. When I try to connect my xbox 360, however, i can only connect to the router and not the internet. any help?

  • Keynote 2 and Tiger installation

    I recently installed Tiger and Microsoft Office X for Mac. I had on my OSX3.9 i-Work on which I had several files in both pages and keynote. However, when I now try to open a project in Keynote, I get an opportunity to purchase i-work 6, but my old p

  • PSE Not showing camera raw update 8.8

    My PSE13 is saying that camera raw is up to date at 8.7 but it will still not read my NEF Files.. I saw camera raw 8.8 is available but my PSE is not showing an update available so how do I manually update my Camera Raw?