Compressing PDFs into a zipped file I can email to a coworker

How can I compress a bunch of PDF documents that can be emailed to a coworker that probably has a PC?

Hi keelyindra: Quite easy actually. If the files are not in a common folder, highlight as many files as you need right click (Control) Click and from the resulting menu items, select "compress items". If they are all contained in one folder, simply right click on the folder and select compress.
Hope this helps
Stedman

Similar Messages

  • Can I delete files once I compress them into a zip file?

    I am trying to get more space in my hard drive. One of the suggestions is to compress files I don't use. Once I compress them into an archive zip file, it looks like the files are still there.  I'm thinking that I should delete the original files but am afraid to do so. What percentage space do I save when I compress?

    What percentage space do I save when I compress?
    That depends on the type of file. Files that are already compressed, such as most media files, won't get smaller, and they may get larger. Text files will compress by about half, on average, but that will probably save a negligible amount of space.
    The right solution to your problem is to move the files you don't often need to an external hard drive. That drive must be backed up along with the internal one.

  • When I try to download a pdf file it turns into a .do file and can't be opened by my Samsung note 3

    When I try to download a pdf file it turns into a .do file and can't be opened by my Samsung note 3. Once downloaded the file can't be found in any part of the device memory and can't be opened by the browser mozilla.

    Hello there,
    Have you checked if your PDF Plugins are updated? https://www.mozilla.org/en-US/plugincheck/
    For more options: https://support.mozilla.org/en-US/kb/view-pdf-files-firefox-without-downloading-them
    Hope this helps!

  • I have a Probook running 10.7.5 and have compressed the 60Gb MobileSync folder into a zip file that is... 60Gb, the original file is still there so I have just lost another 60Gb of space.  What's going on?

    I have a Probook running 10.7.5 and have compressed the 60Gb MobileSync folder into a zip file that is... 60Gb, the original file is still there so I have just lost another 60Gb of space.  What's going on?

    Habibullah Allah Yar.
    Kabul Afghanistan.
    Head of Green Shaheen Group of Company's.
    Website: www.gsls-c.com.
    <Personal Information Edited by Host>

  • How do I set up/install my complimentary "PDF Portfolio Templates" zip file?

    How do I set up/install my complimentary "PDF Portfolio Templates" zip file?
    The Download site says:  "Please click the button below and select “save” when prompted to download the files to your computer.* To add your content, simply open Acrobat XI and follow the instructions."
    The instructions say:
    "To install a custom layout, select File > Create > PDF Portfolio.
    In the “Create PDF Portfolio” dialog box, click Import Custom
    Layout. Navigate to the custom layout   le on your computer
    and select Open. Layout   les have a .nav extension.   e
    layout appears in the Portfolio Layouts list, where you can select it.
    Imported layouts are permanently added to the Custom
    Layouts section of the Portfolio Layouts panel."
    However, there is no "File>Create>PDF Portfolio" menu option...

    Acrobat Standard can't make Portfolios; you shouldn't have been offered that item when you registered. I suggest you contact Customer Support and ask for your selection to be reset.

  • How to zip multi files into one zip file in ABAP

    hi all:
    As you know, ABAP has CL_ABAP_GZIP class to support zip file function. But it only support one file zip. If I want to zip two files into one zip file, how to do it?
    thanks.

    Hi,
    <li>If you know how to zip one file,  to zip two files , you can follow the below steps.
    DATA:g_zipper     TYPE REF TO cl_abap_zip.
    "create our zipper object
    CREATE OBJECT g_zipper.
    "add 1st file to zip
    CALL METHOD g_zipper->add
       EXPORTING
         name    = file_name
         content = content_x.
      "add 2nd file to zip
    CALL METHOD g_zipper->add
       EXPORTING
         name    = file_name
         content = content_y.
    "save zip
    CALL METHOD g_zipper->save
       RECEIVING
         zip = zip.
    Thanks
    Venkat.O

  • Adding a file into existing zip file

    I need a add a file into existing zip file. and write into printwriter.
    How to do it?
    Waiting for the reply.
    Thanks and Regards,
    Narayanan. G

    Narayanan.G wrote:
    I need a add a file into existing zip file.API: [ZipOutputStream#putNextEntry()|http://java.sun.com/javase/6/docs/api/java/util/zip/ZipOutputStream.html#putNextEntry%28java.util.zip.ZipEntry%29]
    Tutorial: [http://java.sun.com/developer/technicalArticles/Programming/compression/].
    and write into printwriter.Writing a zip file into printwriter? Huh? Please elaborate.

  • How to use .dbf files zipped into a .zip file from within a java program

    i have a .zip file containing several .dbf files.
    the zip file is automatically downloaded regularly and data from the .dbf files is inserted into the database.
    how do i facilitate automatic extraction of a zip file or how do i fetch data from the .dbf file? (this cannot be done manually)
    anu.

    you could write a little polling class checking the zip file. you can use the java.util.jar package to extract the zip file (http://java.sun.com/docs/books/tutorial/jar/api/index.html). you could also use Jakarta ant (http://ant.apache.org/manual/index.html) to do this job (core task "zip") and call ant's target file on a regular basis (dependend on the OS you use, you can set os tasks/schedules).

  • I purchased the package that allows you to export PDF files into Word files.  Whenever I try to export the PDF into a Word file it never works...  I don't know if there's something key that I'm missing but I'm pretty bummed I paid for it and it won't work

    I purchased the package that allows you to export PDF files into Word files.  Whenever I try to export the PDF into a Word file it never works...  I don't know if there's something key that I'm missing but I'm pretty bummed I paid for it and it won't work.  Can anybody help me out?

    Hello,
    I have paid for this service for a year and it never worked on my computer.  I just renewed and it finally converted the file but it will not let me edit it.  I join you in being bummed.  Either I get help with this or I am asking for a 2 year refund.   My intention was to be able to edit a pdf in MS Word. 
    pfierrorob

  • Converting html file into zip file and send email attaching zip file

    Hi Experts,
    I am trying to send email with attachment(html). Which contains more than 7MB. So, It is throwing an error like Size exceeded.
    So, Now i need to compress the data for less than 7MB.
    I decided to convert HTML File into ZIP File.
    Kindly suggest me to convert the HTML file into ZIP file and sending email with attached ZIP file.
    Correct answer rewarded,
    Thanks & Regards,
    N. HARISH KUMAR

    Hi Experts,
    *// HTML_TAB converting into ZIP File
       DATA  : zip_tool TYPE REF TO cl_abap_zip,
               filename TYPE string ,
               filename_zip TYPE string .
       DATA  : t_data_tab TYPE TABLE OF x255,
               bin_size TYPE i,
               buffer_x TYPE xstring,
               buffer_zip TYPE xstring.
    filename = text-007.                                                                          "'HTML_TAB
    *describe the attachment
       DESCRIBE TABLE html_tab LINES tab_lines.
       bin_size = tab_lines * 255.
       CALL FUNCTION 'SCMS_BINARY_TO_XSTRING'
         EXPORTING
           input_length = bin_size
         IMPORTING
           buffer       = buffer_x
         TABLES
           binary_tab   = html_tab.
       IF sy-subrc <> 0.
    *     message id sy-msgid type sy-msgty number sy-msgno
    *     with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
       ENDIF.
    *create zip tool
       CREATE OBJECT zip_tool.
    *add binary file
       CALL METHOD zip_tool->add
         EXPORTING
           name    = 'FSSAI_MAIL.HTML'
           content = buffer_x.
    *get binary ZIP file
       CALL METHOD zip_tool->save
         RECEIVING
           zip = buffer_zip.
       CLEAR: t_data_tab[],bin_size.
       CALL FUNCTION 'SCMS_XSTRING_TO_BINARY'
         EXPORTING
           buffer        = buffer_zip
         IMPORTING
           output_length = bin_size
         TABLES
           binary_tab    = html_tab.
    Thanks & Regards,
    N. HARISH KUMAR

  • Packaging PDF into Captivate .zip for use in LMS

    I found out that if you make a link to a .pdf relative, and copy it into the .zip file going into the LMS, the link will work. However, it forces the student to leave the session when they open the .pdf. Is there any way to open a .pdf in a popup window or player without using a pdf to swf converter? (I tried that, and it only made the .pdf's ugly or not work at all)

    sawtooth123 wrote:
    Is the issue the Apple product?
    I would assume so. But it could be something with ancestry.com. I don't see where any Adobe products come into play here.

  • Hi, Im trying to convert a PDF into a weblink that I can post onto social media  but dont know how, can you help please?

    Hi, Im trying to convert a PDF into a weblink that I can post onto social media  but dont know how, can you help please?

    You need to upload it to some kind of public server, or file-sharing site (like Google Drive, Dropbox, etc.), and then post the link to it.

  • Bursting in 10g into a Zip file.

    Hey,
    I wanted to know if its possible to burst a file in a zip file, like the email attachment should be a zip file. I have successfully done busrting with pdf, html and excel outputs for both EMAIL and FTP type. I want to know if Bursting into a zip file is possible. If yes, then please kindly tell me how to configure in the Burst.
    Thanks,
    Suvha Lama

    Hi,
    I have been analysing this. My scripts is to unzip the file and then delete the zip after unzipping.
    The script was working fine in the folder for some time. If we keep on testing the script. It's not deleting the zip after unzipping it.Which is causing PI to process the file multiple times so there are multiple files in backup folder.
    Any suggestion on this?

  • How do I convert an e-mail into a Word file that can be edited and printed?

    I received an e-mail from a relative that I want to convert into a Word file that can be edited and printed?

    Go to appleid.apple.com to manage the ID, sign in.  If you are using two-step verification on the ID, select the Name, ID and Email Addresses section, then change the birth date on the bottom right.  If you are using security questions instead of two-step verification, select the Password and Security Question and answer the two security question to access and change the birth date.  At the present time you may not be able to enter the correct birth date, but you should be able to change it to 1/1/2001, which will have child ID status.

  • How do i convert a pdf into a word file, i have tried doing save as?

    how do i convert a pdf into a word file, i have tried doing save as?

    Hi Jack,
    What version of Acrobat are you using?
    You might need to go to File> Save As Other> Microsoft Word or choose 'Adobe PDF printer' from the File menu.
    Is save as option not functioning correctly? Do you get any specific error?
    Please let me know.
    Regards,
    Anubha

Maybe you are looking for