HELP! Need to open .hpx file and STUFFIT is not working SCHOOL EMERGENCY.

It is online book reading software that I HAVE to DOWNLOAD to read these books to turn in work by Friday. Lots of it. I would greatly appreciate any help as I downloaded the book at first with Adobe Reader 8 with Digital Editions and the company says I need Adobe Reader 7 but it is not supported by my intel mac. Thank you and may FANTASTIC things happen to you if you can help.

It is online book reading software that I HAVE to
DOWNLOAD to read these books to turn in work by
Friday. Lots of it. I would greatly appreciate any
help as I downloaded the book at first with Adobe
Reader 8 with Digital Editions and the company says I
need Adobe Reader 7 but it is not supported by my
intel mac. Thank you and may FANTASTIC things happen
to you if you can help.
Will it not open with Adobe 8? Have you downloaded the latest version of stuffit expander?

Similar Messages

  • Need to open excel file and read comment field on ipad

    Hi,
    I need to open excel files on my ipad and read the comment fields that our ofiice wrote for me . But this doesn´t work .
    I tried it over several apps (office2HD, etc.) but with no result.
    It´s also necessary to work on our office google drive for me ..
    Can someone help me with this problem???
    BR
    Gunnar

    CALL FUNCTION 'ALSM_EXCEL_TO_INTERNAL_TABLE'
        EXPORTING
          filename                = p_file
          i_begin_col             = 1
          i_begin_row             = 4
          i_end_col               = 12
          i_end_row               = 60000
        TABLES
          intern                  = it_excel
        EXCEPTIONS
          inconsistent_parameters = 1
          upload_ole              = 2
          OTHERS                  = 3.
      IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
      IF NOT it_excel[] IS INITIAL.
        SORT it_excel BY row col.
        LOOP AT it_excel.
          CASE it_excel-col.
            WHEN 1.
              it_file-hiden = it_excel-value.
            WHEN 2.
              it_file-budat = it_excel-value.
            WHEN 3.
              it_file-ltext = it_excel-value.
            WHEN 4.
              it_file-subsystem = it_excel-value.
            WHEN 5.
              it_file-work = it_excel-value.
            WHEN 6.
              it_file-role = it_excel-value.
            WHEN 7.
              it_file-sgtxt = it_excel-value.
            WHEN 8.
              it_file-company = it_excel-value.
            WHEN 9.
              it_file-megbtr = it_excel-value.
            WHEN 10.
              it_file-realbtr = it_excel-value.
            WHEN 11.
              it_file-comment = it_excel-value.
          ENDCASE.
          AT END OF row.
            APPEND it_file.
            CLEAR it_file.
          ENDAT.
        ENDLOOP.
      ELSE.
        MESSAGE i000  WITH 'The input file is empty'.
        STOP.
      ENDIF.

  • I downloaded ITunes and now I tried to open the file, and it is not supporting the file

    I downloaded ITunes on my galaxy s4 and tried to open the file and it says it is not supported

    Errr, this is a Adobe Lightroom user to user forum, do you have a question about Lightroom?

  • The last few days I have been constantly saving my file. About an hour ago I opened my file and the most recent work wasn't saved even though I'm sure I saved it before closing. What can I do? Also, when I have tried to email it to myself as a backup, the

    The last few days I have been constantly saving my file. A couple of hours ago I renamed the file and then reopened my file a little while later, but the most recent work wasn't saved even though I'm sure I saved it before closing. What can I do? Also, when I have tried to email it to myself as a backup, the fields aren't populated when I open it up. Fyi, I have the free subscription.

    Hi Constance,
    As i understand your changes in the pdf were not saved...Are you still facing this issue?
    Regards,
    Rahul

  • I cannot open downloaded files and they do not appear in the download folder

    Up until yesterday everything was fine. All of a sudden when i try to download anything via firefox it shows it is downloading it completes the download but when i click the downloaded file in the download section or try to click open containing folder nothing happens. Also, I have checked the download folder and no file is present there. I have tried everything in the faqs and they do not seem to work thank you.

    Firefox doesn't use the IE Favorites folder.<br />
    Firefox stores the bookmarks in the Firefox Profile Folder
    *http://kb.mozillazine.org/Profile_folder_-_Firefox
    *http://kb.mozillazine.org/Backing_up_and_restoring_bookmarks_-_Firefox
    If you no longer have access to that old computer then you can try to import the IE favorites or export the IE favorites in IE to an HTML file and import that file in Firefox.
    * http://kb.mozillazine.org/Import_bookmarks
    *https://support.mozilla.org/kb/Importing+Internet+Explorer+Favorites+from+another+computer

  • I just tried to convert a PDF file to a word file and it DID NOT WORK!!!!  Can you please help?? I'v

    I just purchased the converter.  Tried to convert PDF to word document. Did NOT work!!!!

    Hi Philip,
    The attachment didn't come through, but if the problem occurs with just one file, you can use the
    File Conversion Issue form to send us your file and Adobe will take a closer look at it.
    Best,
    Sara

  • File and keyboard commands not working in Illustrator CC.

    I'm having massive problems with Illustrator CC. The open and paste commands work once or twice and then nothing. Unless I quick the program, they will not work. I have tried everything. I took the drastic step today and erased the hard disk and loaded EVERYTHING again. And I mean everything. I even tested Illustrator without activating the fonts to see if it was a font conflict. Nothing. I'm done. I have tried everything. Has anyone else had this problem? I need help…

    Hi Nicholas Petropoulos,
    I am sorry but even i am running out of options now.
    Try these.
    Make sure you do not have any browser open when you use Illustrator.
    If you are using a magic mouse or Wireless Keyboard.
    Try disconnecting them and check the performance.
    Also when the issue happens, do you have to force close the application to make it work again?
    The mouse and other options do not work on Illustrator. Are you able to use the mouse any where else on the machine when the issue happens ?
    Regards,
    Nikhil Gupta.

  • Help with util.zip up files... does not work

    I am writing a program so my mum can zip up new photos she takes and then send them to me. The program creates a html file for the webpage plus a smaller version of her original photo and places them all in a 1 folder with a new name. Al this part works... I want to afterwards place my files in a zipped up folder that she can e-mail me with her normal client. How... I picked up this code on the net and have changed it to incoporate my parameters. The files which are created ..paths are (String in an String[]) I then send to my zipping method.
    The zip file is created but does not work when I try to extract from it ??? I also know that the String [] works becuse I have made a loop to check its properties at each index.
    what am I doing wrong?
    This is a modified code I found on the internet but with no author??
    import java.io.File;
    import java.io.FileInputStream;
    import java.io.FileOutputStream;
    import java.io.IOException;
    import java.util.zip.ZipEntry;
    import java.util.zip.*;
    public class Test{
        private File zipDir;
        private String[] filename;
        public Test(String[] recivedFilename){
            filename = recivedFilename;
            try {
                ZipOutputStream zos = new
                        ZipOutputStream(new FileOutputStream("c:\\curDir.zip"));
                from,
                zipDir("c:\\batviapictures\\", zos);
                zos.close();
            } catch(Exception e) {
                //handle exception
        public void zipDir(String dir2zip, ZipOutputStream zos) {
            try {File
                zipDir = new File(dir2zip);
                String[] dirList = filename;
                byte[] readBuffer = new byte[2156];
                int bytesIn = 0;
                //loop through dirList, and zip the files
                for(int i=0; i<dirList.length; i++) {
                    File f = new File(zipDir, dirList);
    if(f.isDirectory()) {
    String filePath = f.getPath();
    zipDir(filePath, zos);
    continue;
    FileInputStream fis = new FileInputStream(f);
    ZipEntry anEntry = new ZipEntry(f.getPath());
    zos.putNextEntry(anEntry);
    while((bytesIn = fis.read(readBuffer)) != -1) {
    zos.write(readBuffer, 0, bytesIn);
    fis.close();
    catch(Exception e) {

    I make no guarantees that this will completely solve all your problems, but I just know these calls are needed but missing from your OP:
    try {
        ZipOutputStream zos = new
                        ZipOutputStream(new FileOutputStream("c:\\curDir.zip"));
                        from,
                        zipDir("c:\\batviapictures\\", zos);
        zos.flush(); // ADD THIS after all files have been written to the zos
        zos.close();
    } catch(Exception e) {
        //handle exception
    }And
    while((bytesIn = fis.read(readBuffer)) != -1) {
        zos.write(readBuffer, 0, bytesIn);
    zos.closeEntry(); // ADD THIS after each file is written to the zos
    fis.close();

  • HT1459 I tried to restore my daughters ipod and it has a download on the itunes. I tried to open the download and that did not work. Her ipod is still disabled after the 5 hour download. What should I do now? Thank you. Sam

    My daughters iPod is now disabled because of my youngest daughter trying to get on it while away. I tried to restore it as per instructions via support site. It took 5 hours to do the download. I left it over night and in the morning I found the iPod still disabled. I have a download on iTunes so I tried to click on that and it won't open. I have to admit, I am not a computer wizz here. Could someone possible direct me to what I should do now? Thank you.

    Error 1604
    This error is often related to USB timing. Try changing USB ports, using a different dock connector to USB cable, and other available USB troubleshooting steps (troubleshooting USB connections. If you are using a dock, bypass it and connect directly to the white Apple USB dock connector cable. If the issue persists on a known-good computer, the device may need service.
    If the issue is not resolved by USB isolation troubleshooting, and another computer is not available, try these steps to resolve the issue:
    Connect the device to iTunes, confirm that the device is in Recovery Mode. If it's not in Recovery Mode,put it into Recovery Mode.
    Restore and wait for the error.
    When prompted, click OK.
    Close and reopen iTunes while the device remains connected.
    The device should now be recognized in Recovery Mode again.
    Try to restore again.
    If the steps above do not resolve the issue, try restoring using a known-good USB cable, computer, and network connection.
    Error 1600, 1601, 1602
    Follow the steps listed above for Error 1604. This error may also be resolved by disabling, deactivating, or uninstalling third-party security, antivirus, and firewall software. See steps in this article for details on troubleshooting security software.

  • I need to reinstall creative cloud and it will not work

    Help

    Please read, and reply back here with information https://forums.adobe.com/thread/1499014
    -and try some steps such as changing browsers and turning off your firewall for downloads
    or
    Creative Cloud chat support (all Creative Cloud customer service issues)
    http://helpx.adobe.com/x-productkb/global/service-ccm.html

  • I just paid for 12 months to be able to open pdf files and I still cannot.  How do I either get my money back or get this adobe reader to work to open pdf files?

    i just paid for 12 months to be able to read pdf files and it is not working. how do i get my money back or get this problem fixed.  i am so tired of trying to see pdf files.Adobe ExportPDF (read only)

    I thought I ordered Adobe Reader.  Had information from your company that I was charged $13.00 and some change, I think that was the amount, after I completed my credit card information.  Can’t find it – guess it wasn’t an email.  Anyway, I will order whatever I have to in order to be able to open the pdf files as I need to see them for my work with the government.  What do I need to do?  I need it today.  And what is the cost for export pdf?
    d
    Linda G. Walston
    Right of Way Agent
    OPTICA Network Technologies
    (214) 673-1319 - Cell

  • HT204382 I can't open .flv files and I have OS X Lion 10.7.5

    I need to open .flv files and store on my computer for presentations.  How can I do that? The message when I try to open from Safari "The document "GetClean_400.flv" could not be opened.  The movies' file format isn't recognized." I have Adobe Player and I have Quick Time but for some reason it will not recognize and open.   Do I need to upgrade to Mountain Lion?  If so, will my Mac support? 
    Processor 3.06 GHz Intel Core 2 Duo
    Memory 4 GB

    You need to install Perian.
    (81092)

  • Paid for Conversion and it Does not Work

    I paid to convert files and it is not working!!!!  It keeps asking me to subscribe, when I have already subscribed and have paid!!!!  And, I need to convert this document immediately!!!!

    You have posted in the wrong forum and since the software/service is not identified I am unable to point you to the correct forum in which to post.
    Here is a link to a page that links all of the Adobe forums.  Find the one for the product your posting involves and post there:
    http://forums.adobe.com/index.jspa

  • Please help! I defragged my hard drive and now Illustrator CS6 is trying to open all of my complex Illustrator files with a "Text Import Options" box as if they are text files, and they are not opening!

    Please help! Illustrator CS6 started trying to open all of my complex.ai files with a "Text Import Options" box as if they were text files, and they are not opening!  Help!

    Hi Monika,
    I have spent the last two or three days trying to do what you suggested.  I uninstalled Adobe 6 from Windows.  Some files that CS6 placed on my system during installation remained, including fonts and .dll files.
    I had to abandon the Cleaner Tool you suggested because in one screen it allowed me to specify removing CS6 only, but on the following screen it only gave on option to remove ALL Adobe programs.  I could not do that because I didn't have the serial number handy for CS3 in case I want to reinstall it at some point.
    I tried to get technical help with the Cleaner Tool problem but no definitive help was available, so I reinstalled CS6 again without having the benefit of the Cleaner Tool.  I tried to get the serial number for CS3 so I could use the Cleaner Tool but spent 2 wasted hours in chat.  Even though I had a customer number, order number, order date, place of purchase, the email address used AND 16 digits of the serial number, in two hours the agent couldn't give me the serial number.  After two hours I had nothing but instructions to wait another 20 minutes for a case number.
    Illustrator CS6 is still trying to open some backups as Text and otherNone of the problems have been fixed.  I have tried to open/use the .ai files in CS6 installed on another system and am getting the same result, so I don't think the software was damaged by the cleaner.  The hard drive cleaner is well-known and I've run it many times without any problem to previous versions of Illustrator or any other programs.
    When I ordered, the sale rep promised good technical support and gave me an 800 number, but after I paid the $2000, I learned that the 800 number she gave me doesn't support CS6 and hangs up on me.  Adobe doesn't call it a current product even though they just sold it to me about 3 weeks ago.
    Would appreciate any help you experts can offer.  If I can't solve this, the last backup I can use was from June and I will have lost HUNDREDS of hours of work and assets that I cannot replace.
    Exhausted and still desperately in need of help...

  • I am using UPK developer 12.1.0 single user. My sofware has crashed and needs reinstallation. Please suggest how can I take back up of my source files. I am unable to open the application and i can not locate the library backup folder on my local machine.

    I am using UPK developer 12.1.0 single user. My sofware has crashed and needs reinstallation. Please suggest how can I take back up of my source files. I am unable to open the application and i can not locate the library backup folder on my local machine.
    Also, does reinstallation takes the back up automatically or the files will be lost. Please help.

    Here are a bunch of scripts to get folder size under all circumstances.  Take your pick.
    https://gallery.technet.microsoft.com/scriptcenter/site/search?query=get%20folder%20size&f%5B0%5D.Value=get%20folder%20size&f%5B0%5D.Type=SearchText&ac=2
    ¯\_(ツ)_/¯

Maybe you are looking for