PDF doc not re-opening properly in Illus CS2

I was working on a file in Illustrator CS2 and I saved it as a PDF with Illustrator editing capability. When I open the file again in Illus CS2, it is an OLD version of the file. However, the preview is the correct file and it is correct when I open it in Acrobat.
I need to edit the file, so is there any way to open the correct version in CS2?
I have other documents saved this way and they are OK.
Please help!

The original file is very complex with multiple overlays, so when I printed to PDF 8 it created a file with millions of paths making it impossible to work with. I'm starting to think this is a lost cause.

Similar Messages

  • I get the following error everytime I download something from the internet:-"/Users/vinaypunjabi/Downloads/Ontario Colleges Chart(2)(1).pdf could not be opened, because an unknown error occurred.  Try saving to disk first and then opening the file".

    I get the following error everytime I download something from the internet:-"/Users/vinaypunjabi/Downloads/Ontario Colleges Chart(2)(1).pdf could not be opened, because an unknown error occurred.  Try saving to disk first and then opening the file".
    Then it shows as downloading failed.But if I click on it twice ,it opens up .
    this has started happening since last week.Before this ,it never happened.
    Please suggest what has gone wrong somewhere and how can I rectify it.

    Please install the following add-on to see if it helps.
    https://addons.mozilla.org/en-US/firefox/addon/pdfjs/

  • What action dom i take for this error message "C:\DOCUME~1\user\LOCALS~1\Temp\physics.pdf could not be opened, because the associated helper application does not exist. Change the association in your preferences"?

    I get this message when I try to download a pdf file from a website.
    "C:\DOCUME~1\user\LOCALS~1\Temp\physics.pdf could not be opened, because the associated helper application does not exist. Change the association in your preferences."
    This is a new error. There used to be no problem.

    Do you have any setting for MP3 in Tools > Options > Applications ?
    You usually need the QuickTime plugin to play MP3 files on Windows because that is the only plugin that supports that file extension if there is no MIME type specified to play the file with another plugin like Windows Media Player or RealPlayer.

  • PDF docs deleted/cannot open after signing up for Adobe account

    After I signed up for an Adobe account all the PDF docs in the Adobe app of my phone were cleared. They are still reflecting on my Download app but I cannot open them. Pls help.

    Because you just signed up, you probably do not have any files on Acrobat.com ("cloud").
    In the Reader home screen, could you tap Documents to see the files that are locally stored on your device (not on Acrobat.com)?

  • My PDF Document can't open properly in Acrobat Reader XI, But properly open in Acrobat Reader X

    Hi ~~
    As the topic, My customers using Acrobat Reader XI Can't open My Pdf file,
    But, same file can be opened properly in Acrobat Reader X,
    Acrobat Reader XI shows Error Message: Can't Capture Embeded Font
    Is there any update of Acrobat Reader XI can fix this problem?  pdf file sample: https://www.dropbox.com/s/68t63gz85ux3v5z/AAAAA.pdf

    Hey jameswangtw,
    Please ask your customer try downloading Asian Language Pack for Adobe Reader from the link given below:
    Adobe - Adobe Reader : For Windows : Adobe Reader 11.0.09 Font Packs - Asian and Extended Language Pack
    Regards,
    Anubha

  • Attaching ONLY a PDF icon, not the open file to a mail message.

    I recall that I once found a Menu item for limiting the attachment of a PDF to its icon only and NOT the opened file. I can't find it now. Any idea welcome.

    I had it and now it is gone.  Don't know exactly when but recently (OSX 10.8.5).  Perhaps I am not the only one with this experience.  It seemed to work for all attachments too ala MS Exchange.  Changing to plain text did not help me.
    Does the recipient get it the same way it is sent - not having tested?  Yes I'm lazy.
    Is there a way to set attachment as icon by default without a third party tool?

  • Saved PDF does not  restore data properly when reopened

    I have a simple PDF I created in Livecycle Designer where I fill in some input fields and save the PDF. The problem I am having is when I save the PDF, and then reopen it, the data in the input fields are no longer where I originally typed them in.
    The PDF is saved as a version 8 Dynamic PDF and the Form properties is set to 'Automatic' (that is, not manual). If anyone can help me, I would be so appreciative.
    My PDF can be downloaded at:
    https://share.acrobat.com/adc/document.do?docid=bcb8f652-f468-4c81-b221-65a5e397c89d

    I think I figured this out. The code to add subforms called sect is executing on the initialize event of the P1 subform. The initialize event is running twice (once on the server (pdf creation) and once on the client inside of acrobat when it is rendered. If you move that code to the Doc Ready event the form will display correctly. I put a textfield on the form this populated when the initialization script is run. This tells me how many times it runs.
    Now back to your original problem.
    If I run your script to populate the rooms and re-open it is getting messed up again because the Doc Ready event is running each time you open the form. Instead of trying to initialize the form programatically if you use the Initial count on the binding tab of the subform all of this initiazation problems go away.
    Are you intending on having multiple rooms subforms per section or will it always be one to one? if there is a one to one mapping change the checkbox on the binding tab that indicates that multiple subforms are available.

  • PDF does not automatically open when the PDF is generated

    Here are my conditions:
    Windows 7 Professional 64-bit
    Abobe Acrobat9 Pro version 9.4.2
    "View Adobe PDF results" is checked under Adobe PDF Printing Preferences/Adobe PDF Settings
    Here is the problem I am facing:
    When I print a simple text file under Notepad to Adobe PDF (listed under Devices and Printers), a PDF file is generated but it does not open the newly generated file as it ought to.
    If you have any suggestions, I would appreciate them. I already went through the Repair Acrobat Installation routine. It didn't help.
    Thank you.

    Bill was suggesting an alternative approach, making this the default setting in distiller. This is a preference settings in Distiller. I don't have Acrobat 9 on my Windows machine, but this is what is looks like on the Mac:
    You want to check the View PDF when using Distiller Check box.

  • Archived PDF could not be opened after downloaded to PC

    Hi
    I am using FM ARCHIVOBJECT_GET_TABLE to get archived PDF into internal table and then using METHOD CL_GUI_FRONTEND_SERVICES=>GUI_DOWNLOAD to download this to PC.
    Now when I try to open this PDF, it gives some error.  Error reads
    Adobe reader could not open "file.pdf" because it is either not a supported file type or because the file has been damaged (for example, it was sent as an email attachment and wasn't correctly decoded)
    This was working fine in non unicode 4.7 system, but is not working after upgrade to unicode ECC 6.0 system.
    The code is as follows,
    *   Get document from archive
        CALL FUNCTION 'ARCHIVOBJECT_GET_TABLE'
          EXPORTING
            ARCHIV_ID                      = l_archiv_id
            DOCUMENT_TYPE                  = l_document_type
            ARCHIV_DOC_ID                  = l_archiv_doc_id
          IMPORTING
            LENGTH                         = l_sapb_length
          TABLES
            ARCHIVOBJECT                   = lt_tab
          EXCEPTIONS
            ERROR_ARCHIV                   = 1
            ERROR_COMMUNICATIONTABLE       = 2
            ERROR_KERNEL                   = 3
            OTHERS                         = 4.
       CALL METHOD CL_GUI_FRONTEND_SERVICES=>GUI_DOWNLOAD
          EXPORTING
            BIN_FILESIZE              = l_length
            FILENAME                  = l_filename
            FILETYPE                  = l_filetype
          CHANGING
            DATA_TAB                  = lt_tab
          EXCEPTIONS
            FILE_WRITE_ERROR          = 1
            NO_BATCH                  = 2
            GUI_REFUSE_FILETRANSFER   = 3
    Do we have to change any parameters or anything for unicode system?

    Is the filetype declared as 'BIN' in download?

  • Email attachment in pdf format not getting opened

    Dear freinds,
                     i have to send Payslip as PDF as email attachment. So i have used the FM  BAPI_GET_PAYSLIP_PDF and further passed the data to FM
    SO_NEW_DOCUMENT_ATT_SEND_API1.
    But, now  iam not able to open the attachment  which is in my inbox and it is giving message as the pdf as file is curropt. please could any one tell me what i have to do in this regard
    regards
    vamsi.

    Hi Sai,
    call function 'CONVERT_OTF'
          exporting
            format                = 'PDF'
            max_linewidth         = 132
          importing
            bin_filesize          = w_filesize
          tables
            otf                   = t_otf
            lines                 = t_line
          exceptions
            err_max_linewidth     = 1
            err_format            = 2
            err_conv_not_possible = 3
            err_bad_otf           = 4.
        loop at t_line.
          concatenate w_string t_line into w_string.
        endloop.                           " LOOP AT T_LINE
    *" convert the 132 line character to 255 character ....................
        do.
          t_attach = w_string.
          append t_attach.
          shift w_string left by 255 places.
          if w_string is initial.
            exit.
          endif.                           " IF W_STRING IS INITIAL
        enddo.                             " DO
        t_objbin[] = t_attach[].
    *" Body of the mail..................................................
        clear t_message. refresh t_message.
        t_message = 'This is a mail from SAP ECC6'.
        append t_message.
        t_message = 'Thanks and Regards'.
        append t_message.
        t_message = 'Sravanthi'.
        append t_message.
        describe table t_message lines w_msg.
    *" Document data.......................................................
        w_docdata-obj_name = 'SAPRPT'.
        w_docdata-expiry_dat = sy-datum + 10.
        w_docdata-obj_descr = 'Smartform  mail from Sravanthi'.
        w_docdata-sensitivty = 'F'.
        w_docdata-doc_size = w_msg * 255.
        w_docdata-obj_langu = sy-langu .
    *" Fill the packing list...............................................
        clear t_packing_list. refresh t_packing_list.
        t_packing_list-transf_bin = space.
        t_packing_list-head_start = 1.
        t_packing_list-head_num = 0.
        t_packing_list-body_start = 1.
        t_packing_list-body_num = w_msg.
        t_packing_list-doc_type = 'RAW'.
        append t_packing_list.
        t_packing_list-transf_bin = 'X'.
        describe table t_objbin lines w_objbin.
    *" doc_size = (lines in pdf table) * 255...............................
        t_packing_list-doc_size = w_objbin * 255.
        t_packing_list-body_num = w_objbin.
        t_packing_list-doc_type = 'PDF'.
        t_packing_list-obj_name = 'smart'.
        t_packing_list-obj_descr = 'test'.
        append t_packing_list.
    call function 'SO_DOCUMENT_SEND_API1'
          exporting
            document_data              = w_docdata
            put_in_outbox              = 'X'
            sender_address             = w_sender
            commit_work                = 'X'
          tables
            packing_list               = t_packing_list
            contents_bin               = t_objbin
            contents_txt               = t_message
            receivers                  = t_receivers
          exceptions
            too_many_receivers         = 1
            document_not_sent          = 2
            document_type_not_exist    = 3
            operation_no_authorization = 4
            parameter_error            = 5
            x_error                    = 6
            enqueue_error              = 7.
        if sy-subrc ne 0.
          write:/ 'Error When Sending the File', sy-subrc.
        else.
          write:/ 'Mail sent'.
        endif.
    Regards,
    Sravanthi

  • Help. I am all of a sudden having download errors and get the message /Users/MWP/Downloads/PFMS_vball_sched-4.pdf could not be opened, because an unknown error occurred. Try saving to disk first and then opening the file.

    This happens regardless of the pdf file I am trying to open within a page using Firefox. My version of Firefox is updated (3.6.13). Please help!

    Please install the following add-on to see if it helps.
    https://addons.mozilla.org/en-US/firefox/addon/pdfjs/

  • Links to mp3 files in pdf docs not working on laptops

    I'm working in IDCS3 on imac OS 10.4.11, producing pdf documents with links to sound files (mp3) and video (mp4). The sound/video files are not embedded.
    The pdfs and sound/video files are placed on a CD. We have tested these pdfs on desktop Macs and desktop PCs, and the links to the sound files work fine, but on a laptop the links to the sound files fail completely (ie usually nothing happens, though sometimes there is a message saying the computer is searching on the C drive for the files, instead of in the correct folder on the disk). The links to the video files do work though. Any ideas?

    I have tried to embed the mp3 and mp4 files, but the place command will not recognise them (they are always greyed). The only way I have been able to make the sound files play is by linking to the files using a button, but the 'embed all' command on making a pdf doesn't seem to work with this.

  • Reader Xi - has anyone noticed extra noise around scanned PDF docs not present in other apps?

    hi all
    i am viewing 300dpi colour PDF scanned documents from a HP MFP in acrobat reader XI and i see extra noise around the characters that are not present in the paid versions of the Adobe suite - Reader 9 + Photoshop CS6 64bit.
    when viewed at 100% on screen, there is considerable noise around the character sets, particularly in the paragraph sections of text.  when viewed in Photoshop CS6, the noise is considerably less.  i realise reader is free, photoshop is not, but i think the image quality out of adobe reader is not ideal at the moment, which has been better in previous versions..
    thoughts?

    Hi c33dub,
    Thank you for posting on the forums. Reader is only displaying the scanned document, you can probably try as described in screen shot and see if it helps.
    Again it is only displaying the data as carried over by the scanner.
    Thanks,
    Vikrantt Singh

  • Ordered book from Blurb and pdf version. Pdf version won't open properly in Digital Editions 2.

    My pdf version of a book I ordered from Blurb tries to open in digital editions 2 but only shows me random pages. It cannot "read" the book page by page. Any suggestions?

    It doesn't give me the option to save it to my desktop. I am on a website trying to apply for a work permit so I am in 'find forms and applications', I find the application I need from a long list and then press the 'submit' button and then this page opens up on the internet saying It won't open because It needs the latest Adobe..

  • How to get PDF's not to open with Adobe Reader in Safari?

    I recently got Adobe Acrobat Pro. It's a great application but now when I open PDF files in Safari they appear in some strange viewing mode (shown here:)
    !http://egillsigurdur.com/discussions/pdf.jpg!
    instead of the usual view (probably some Preview plugin) where there are no navigations except when you mouse over, then you have the ability to download the file or to open it with Preview.
    Is there some plugin I'd have to delete or something?

    Do you have Adobe Reader installed? If so, open it and go to Preferences > Internet. Uncheck the box at the top of that window where it says "Open PDFs in browser using:", then quit.
    Quit Safari, launch Terminal, enter this line and press Enter:
    defaults write com.apple.Safari WebKitOmitPDFSupport -bool false
    Type exit and press Enter, then quit Terminal.
    Launch Safari and try to open a PDF file; it should render directly in the browser.
    Mulder

Maybe you are looking for

  • Need code for a function module- Urgent

    Hi friends, I have a requirement where I am giving material description as an import parameter in the function module. ( Material description could be a wild search -- say - Mat* ) I want a sub routine in the function module which should get all the

  • I want run the "Cleanup XHTML" from my command

    Hi. I try make the Dreamweaver's extension. I want to "Cleanup XHTML" from my command. I read the document, and I programming this code. var dom = dw.getDocumentDOM(); dom.cleanupXHTML(); but, This code can't run. Why this reason? Please teach me. p.

  • IOS4 4.1 firmware update causes camera function to malfunction

    After updating to firmware 4.1, the camera function is not working properly. The images taken are not in a red hue from the normal picture. Is there anyway to fix this or should I revert back to the previous firmware?

  • 11g upgrade - CBO Behaviour

    Hello Guys: We recently migrated from 9.2.0.7 RBO ( Sun sparc, Sol 9.0 ) to 11.2.0.1 CBO ( Sun Sparc, Sol 10). Our experience was really bad. To give a background about the application that uses this Database. It was a legacy application where busine

  • Cisco ISE posture requirements whats the ordering of requirements?

    Hi Everyone, I am in the middle of deploying the anyconnect posture module (ac 4.0), with ISE 1.3. I have a problem, with the order of which the posture requirements get checked, it does not seem to order the requirements alphabetically, and can't fi