File won't open / converting to word document

An important text file wouldn't open in pages (version 1.0), on my macbook air. I tried converting it to a .doc; this would not open, and now it seems impossible to return it back to a pages document. It is a very important file and I need somehow to get that text back.

kunstgeschichte wrote:
An important text file wouldn't open in pages (version 1.0), on my macbook air. I tried converting it to a .doc; this would not open, and now it seems impossible to return it back to a pages document.
Attach it to a mail and send them to my mailbox.
I would be able to look at it tomorrow.
Click my blue name to get my address.
Yvan KOENIG (VALLAURIS, France) mardi 15 septembre 2009 21:28:57

Similar Messages

  • Editing files that have been converted from Word documents

    Will I be able to save and edit the PDF files I convert from Word documents?

    Hi,
    Yes it is possible to edit the PDF files and save the changes. You need to use Adobe Acrobat for this.
    Please download and test the 30 days Trial for Adobe Acrobat  : http://www.adobe.com/cfusion/tdrc/index.cfm?product=acrobat_pro&loc=us
    ~Pranav

  • Trying to converting fillable word documents to fillable pdf-when opening in Reader, no longer fillable

    I am converting fillable word documents (set up as tables with protection activated) into fillable pdf forms using LiveCycle but am having problems once I try to open them in Adobe Reader 9.2. I am unable to save the pdf as dynamic (the only option is static). They are no longer fillable and show "You are viewing this document in PDF/A mode".  Any advise...what am I doing wrong?

    Hi,
    I have the same problem.
    I check my settings and I don't ask a PDF/A files. It's a PDF standard.
    Have someone a solution ?
    Thanks a lot for your help
    Arnaud

  • Some users are experiencing difficulty opening certain docx files sent as email attachments. These files contain content controls to protect data in the document. Could someone please confirm that the content controls are the reason the files won't open.

    Some users are experiencing difficulty opening certain docx files sent as email attachments. These files contain content controls to protect data in the document. Could someone please confirm that the content controls are the reason the files won't open.
    These files open correctly when sent as doc files.
    Thanks

    Congrats to Saeid, Ronen, and Ricardo! Big thank you to all our contributors!
     Transact-SQL Technical Guru - February 2015  
    Saeid Hasani
    T-SQL: How the Order of Elements in the ORDER BY Clause Implemented in the Output Result
    Durval Ramos: "Very well structured and with examples that clarify how a T-SQL statement can change the data output order."
    Richard Mueller: "Good use of Wiki guidelines and great examples."
    Ronen Ariely
    Free E-Books about SQL and Transact-SQL languages
    Richard Mueller: "An excellent collection and a great idea."
    Durval Ramos: "A good initiative. Very useful !!!"
    Ricardo Lacerda
    Declare Cursor (Transact-SQL) versus Window with Over - Running Totals
    - Accumulated Earnings
    Durval Ramos: "The "Window function" sample was well presented, but it was unclear how the chart was generated."
    Richard Mueller: "A new idea that can be very useful. Grammar needs work"
    Also worth a mention were the other entries this month:
    [T-SQL] Retrieve Table List with Number of Rows by
    Emiliano Musso
    Richard Mueller: "Short but sweet solution to basic question."
    Durval Ramos: "A simple T-SQL script, but useful."
    [T-SQL] Search for Missing Values within a Numerical Sequence by
    Emiliano Musso
    Richard Mueller: "Clever solution with good code examples."
    Durval Ramos: "You need add more details about development of the idea and create a "Conclusion" section to easy understanding."
    [T-SQL] Converting Multiple Rows into HTML Format single ROW by
    Maheen Khizar (Bint-e-Adam)
    Durval Ramos: "In some situations, It's need to consume and format HTML tags for a UI, but It's important to remember that Best Practices recommend this formatting process preferably in Presentation Layer"
    Richard Mueller: "A great new idea. Some features need more explanation. Avoid first person."
    Ed Price, Azure & Power BI Customer Program Manager (Blog,
    Small Basic,
    Wiki Ninjas,
    Wiki)
    Answer an interesting question?
    Create a wiki article about it!

  • My microsoft word and excel programs won't work and files won't open.

    After an automatic HP update, my Microsoft Word and Excel programs won't work and my files won't open.  What caused this and what can I do to fix the problem without losing my files?  I have files that are part of my work and I HAVE to have them ASAP.  Please help.
    Thanks in advance.

    Hi
    Please find the steps to resolve your issue.
    Open Installed Updates by clicking the Start button , clicking Control Panel, clicking Programs, and then, under Programs and Features, clicking View installed updates.
    Click the update that you want to remove, and then click Uninstall.  If you are prompted for an administrator password or confirmation, type the password or provide confirmation.
    Or Try this step
    If this does not resolve your issue then you can try a System restore to the date where unit was working fine steps provided below for you.
    Start in search box type System Restore then click on it then select the Date where unit was working fine.
    Let us know how it goes!
    "I work for HP."
    ****Click the (purple thumbs up icon in the lower right corner of a post) to say thanks****
    ****Please mark Accept As Solution if it solves your problem****
    Regards
    Manjunath

  • Hi, I am trying to convert my resume on pages to a word document.  When i export the file to to make it a word document ie(resume.doc) it messes up my whole resume on websites and pulls up a bunch of random words. Please help!

    Hi, I am trying to convert my resume on pages to a word document.  When i export the file to to make it a word document ie(resume.doc) it messes up my whole resume on websites and pulls up a bunch of random words. Please help!

    What exactly is the problem?
    Your description is so muddled I am having trouble working it out.
    How does your exported .doc file mess up websites? In fact what does it have to do with websites?
    Where, how and what are the random words turning up?
    Peter

  • How to Convert a Word Document within BDN to PDF file

    Hi All,
    Currently, we have word documents stored within the business document navigator (Transaction OAOR) for our Materials.  We want to be able to share these documents with our customers through a Web Interface such as Web Dynpro; however, we need to convert them to a PDF file first.  Currently, we are obtaining the document contents in order to convert the word document to Binary.  A Sample of this code is listed below.  From this point, we are hoping to convert to PDF; however we are uncertain of how to do this.  Is there a standard function module or class that will perform this conversion of a Word document.  Any help will be greatly appreciated.  Thanks.
    *Get Information For BDS Form
      gs_doc_signature-prop_name = 'DESCRIPTION'.
      gs_doc_signature-prop_value = 'Description of Document'.
    *Create BDS Instance
    DATA gr_bds_instance TYPE REF TO cl_bds_document_set.
      IF gr_bds_instance IS INITIAL.
        CREATE OBJECT gr_bds_instance.
      ENDIF.
    *get the Document Contents
      CALL METHOD gr_bds_instance->get_info
        EXPORTING
          classname           = gc_docclass  "BOR Object BUS1001
          classtype           = gc_classtype  "BO for Business Object
          object_key          = gv_objkey      "Material Number i.e. 000000000010034717
        IMPORTING
          extended_components = gt_extended
        CHANGING
          components          = gt_doc_components
          signature           = gt_doc_signature
        EXCEPTIONS
          nothing_found       = 1
          error_kpro          = 2
          internal_error      = 3
          parameter_error     = 4
          not_authorized      = 5
          not_allowed         = 6.
    *Build the Object ID in order to Convert the Word Document to Binary
      READ TABLE gt_extended INTO gs_extended INDEX 1.
      gv_object_id-class = gs_extended-class.
      gv_object_id-objid = gs_extended-objid.
    *Convert the Word Document to Binary Format
      CALL FUNCTION 'SDOK_PHIO_LOAD_CONTENT'
        EXPORTING
          object_id                 = gv_object_id  "
      CLIENT                    = SY-MANDT
          raw_mode                  = 'X'
        TABLES
      FILE_ACCESS_INFO          =
          file_content_binary       = gt_binary
    *Convert to PDF!?!?!?!?
    John

    Hi
    Refer this thread [Convert MS Word .doc to PDF;
    Regards
    Raj

  • How can I convert a PDF file in my computer into a word document?

    How Can I convert a PDF file in my computer into a Word Document?

    You might try posting to the Adobe ExportPDF forum:
    http://forums.adobe.com/community/exportpdf
    If you would like to email me ([email protected]) the PDF, I'll see if there's anything I can do to help.
    Regards,
    Brian

  • How do I convert a word document into a pdf and then upload it to a web site

    How do I convert a word document into a pdf and then upload it to a web site so people can read it from my
    site with Dreamweaver 4?. How can I do this? Can anyone please help? I'm only a newbie. Thanking you in anticipation.

    First you need to install a means of printing to pdf from word.  I like cutepdf writer ( http://cutepdf.com/Products/CutePDF/writer.asp ).  Once installed you will print the doc in word and under the printer selection you choose pdf.
    Once you have the file you put it in your local site folders and upload it using Dreamweaver.  Be sure to link to it from a page so users can get to it and I would recommend giving the link a target of _black so it will open in a new window (see the properties inspector in DW).

  • Can't create hyperlinks after converting a Word document with Acrobat XI Pro

    Hello,
    Here's my problem.
    I'm making a catalog document for my company.
    The document that I'm converting to PDF is made on Office Word 2013 and it's a .docx format file.
    I'm on Windows 8 and the latest version of Adobe Acrobat XI Pro installed.
    Inside my word document I have some pictures that have a hyperlink. Those hyperlinks directionate to a bookmark inside the word document. Inside the word document, if I do Ctrl+Click over the image, it will go to the page that has that bookmark. And it works. Period.
    Beside that I also have some Cross-references on the word document. Those cross-references basically are the page number from the bookmark reference. By accident on most of those cross-refrences I left enabled the "Insert as hyperlink" on the cross-reference box options. When I Ctrl+Click over those cross-references I also go into the page of that cross-reference.
    After I convert the word document into pdf, I can't get any hyperlink on the pictures, if I simply click on them, like if I click on a hyperlink on a webpage or something similar, the pdf won't go the the bookmark on the page that I've set on the word document.
    The funny thing is that if I click on the other cross-references I can go to the page were that cross-reference is...
    I tried all the methods to convert the file in order to obtain hyperlinks on the images...
    I tried to use the Acrobat tab and the File -> Save as Adobe PDF, as both uses Acrobat PDFMaker, but nothing works.
    Even tried all options on Acrobat PDFMaker but can't get it. "Create bookmarks", "Add links", "Convert Word Bookmarks", "...Word Styles to Bookmarks", "...Word Headings to Bookmarks", none works....
    If I try to simply print from inside Word by choosing the Adobe PDF printer (like if I choose a regular printer), in the printers options it doesn't show up any hyperlink/link/bookmark option related, so that way is definitely a no go...
    To reference, on 2006/2007 I also worked on a similar project and used this method on the word document (on Word 2003). At that time I had another Adobe Acrobat version, can't remember what version was...
    This hyperlink situation was without any problem. After conversion, on the pdf file, if I click on a image it went to the right place inside that pdf file...
    So I'm simply lost wether it's a problem of me, a problem of Word, a problem from Acrobat... simply lost...
    I'm desperated....please, someone help me!!!

    Ok, sorry for never talk since the last time, but I finally discovered why I had this problem.
    I found out that M$ decided somehow to change the process of embedded hyperlinks on a image, but in a docx it doesn't get affected. Only after transforming it into a pdf by Acrobat that the problem emerges...
    I found this site http://www.pb-solv.net/2013/08/embed-pictures-in-microsoft-word.html
    Basically all I have to do is "Use Insert, Quick Parts, Field, IncludePicture. This inserts the picture in the old way as a field. You can use Alt-F9 to reveal the field codes and change the images to be embedded rather than linked."
    Then, after converting it with acrobat, the pdf finally have hyperlinks on the images!!!
    They change this on Word 2007. As I had the 2003, at the time, I didn't had this problem.
    As I said, M$ changed something, but only is affected after converting with acrobat. So, acrobat also missed something in the process. I call it a 50/50 guilt.
    To bad no one ever notice this problem...

  • Convert a word document to multiple PDF documents

    Hello
    I would like to convert a word document to multiple PDF documents. (i.e. convert 20 page word document into 20 single page PDF's). Is it possible to do this easliy and quickly.
    I have used word mail merge to create multiple cover letters in word
    I would now like to convert each cover letter (which is 1 page each) into individialized PDF's so that I can email them out as attachments
    I currently have been copying and pasting from my master word document into a fresh word document (one page at a time) then, saving, then converting to PDF one cover letter at a time. Although this works it is time consuming and I figured there may be an easier quicker way to do this
    Any thoughts, suggesstions, would be greatly appreciated
    Thanks

    It is possible to convert the word document into a PDF then while the PDF is open do:
    Document
    Extract Pages
    1-20
    Check "Extract pages as seperate files"
    This will give you 20 seperate files.
    Hope it helps!

  • Can a 200 mb pdf nitro be converted in word document in trial version of acrobat XI pro

    can a 200 mb pdf nitro be converted in word document in trial version of acrobat XI pro

    Thank you Ajlan huda,
    Actually it is opening in Acrobat Reader and file is on my desktop too, but still it is not opening.
    I want to use Preflight feature of Acrobat Adobe and due to not able to open it i am unable to go with preflight option.
    Do you know any other solution for it ?

  • .psd files won't open

    I was using tiger and Photoshop 4 on a PowerPC. I now have a MacBook Air and 10.5. My .psd files won't open as stated in the following message "The document "filename.psd" could not be opened. I have also got the message that the file is corrupted and won't open. I used graphic converter to open the file and it did without issue and after I resaved the file it opens without issue, but not in Preview. It opens in graphics converter.
    Is there a fix so that my .psd files will open in Preview?

    You can try saving in another format that is compatible with Preview on the old machine. If that doesn't work, you might want to try using other 3rd-party PDF readers such as Adobe reader.
    Message was edited by: I love my macbook!!!!

  • Pdf converted to Word document in Outlook

    The PC is a Dell 530 with 3GB RAM and is running Vista and Office 2007. The computer has Adobe reader v8. Pdf attachments that come through to Outlook are converted to a Word document attachment. They do not open as a pdf file but open as a Word document and of course can't be read. If you go to preview, click on preview file, it will open as a pdf file but then can't be printed. If they are forwarded to another computer they open fine. Any ideas?

    Check the file associations for your OS.
    Can you save (not open) the attachment to your hard drive and open it in Reader by double clicking?

  • Convert Multiple Word Documents to Multiple PDFs

    Hi, I'm looking for a way to convert multiple word documents into PDF files. I'm running Adobe Acrobat 3D Version 8.1.2. It seems as if going to Advanced > Document Processing > Batch Processing and then using the Print All sequence will allow this to happen, but when I have selected the word documents I want to turn into PDFs, after I click "Run Sequence" I get a message in the progress window saying "Starting the application in which the file was created..." then Acrobat shuts down and nothing happens. Does anybody have any ideas as to why this is happening?
    Thanks!

    Hi "jhaystead",
    Apologies for making an incorrect suggestion. "Batch Conversion" is a feature in Acrobat 9 and above.
    I'd suggest you use the "Open All" sequence > Double-click it to EDIT > For "2. Run Command On:" choose "Selected Folder" and BROWSE to the input folder. Similarly for "3. Select Output Location", you can choose "Same Folder as Original(s)", click OK and then "Run Sequence".
    This would invoke the PDFMaker for conversion of Word documents to PDF and save the output PDF(s) at the folder mentioned, instead of printing and prompting to save the output each time Adobe PDF Printer is called.
    Plus, could you please check if the Adobe PDF toolbar/menu options are there in Word and working fine?
    When you said,
    "The only way I can get PDFs produced is to manually open each word document, then save it as a PDF. I haven't had any luck with multiple PDF creation." Were you printing the Word documents to Adobe PDF Printer or using the PDFMaker options?
    Thanks!

Maybe you are looking for