Unable to convert PDF to word docuement

just bought adobe program to convert PDF file to word docuemet, when i export and follow direction to convert, program come back stating failed to convert the file, why?????

Hi MaryFran246,
I'm terribly sorry for the inconvenience this has caused you.
Could you try these steps to alleviate the access issue you're having:
Choose Edit > Preferences (Win) or Adobe Reader > Preferences (Mac)
Click 'Online Services' on the left-hand side
Sign out of our Adobe ID and sign back in.
Try to convert your document again.
If you continue to have trouble, please verify that you can access the service via the web interface.  To do this:
Open a browser and navigate to http://exportpdf.acrobat.com/signin.html
Try to log in with your Adobe ID (email address) and password
Once logged in, follow the on-screen prompts to convert a file
Let us know if you're still having trouble and we'll try to help!
-David

Similar Messages

  • I am unable to convert pdf to word on Export - says "subscribe now" - I am already subscribed.

    I am unable to convert pdf to word on Export - says "subscribe now" - I am already subscribed.

    I am having the same/similar problem.  When I attempt to sign in from the conversion section, the program will not allow me to sign in, so I am unable to convert the PDF to any other program.  However, I can sign in on adobe without problem.  It is a real mess as I need to have this program functioning today and I have been told there is no one available to help until Monday.  That does not seem to be the type of support that we have all paid for.

  • Adobe Acrobat 8 Standard Question - Converting PDF to word document

    Question:  I currently have Adobe Acrobat 8.  I need to convert a PDF to word document.  I know how to do that but the outcome of the word document sometimes varies as to retaining the exact formatting.  How can I retain exact formatting?  Is there something that I'm not doing that I need to be doing in order to retain the formatting.  Also do newer versions (Adobe Acrobat 11 (Standard or Pro?)) do a better job of converting and retaining formatting?

    Retaining the exact formatting is not possible in practice or in theory because Word documents are nothing like PDFs. For example, Word will cheerfully reflow text onto new lines or pages, while this will never happen with a PDF.
    That said, Adobe keep trying to get closer to what people need. Sometimes this results in complex parts of the file being made into an uneditable graphic or text box.
    Bottom line is you can get the basics into Word and then (according to your time, experience, and the abilities of Word) you might be able to reconstruct.
    On no account convert official forms to Word.

  • Convert PDF to Word Document

    I'm trying to convert a PFD file into a word processing Word Document. Don't know if this is the right place, but if anyone can tell me how to do it, or direct me a software program, I would appreciate it.
    Thank you
    Peter

    Hello Peter,
    Perhaps this utility can assist you with this task.
    http://echoone.com/filejuicer/pdf-to-word
    Or this one.
    http://www.nemopdf.con/products/pdftoword.html
    A simple Google search for "convert PDF to Word" search should give you a plethora of sites as well.
    Hope this helps.
    B-rock

  • Acrobat Adobe 9; editing converted pdf to word document

    I have acrobat adobe 9 standard and I have converted my document from pdf to microsoft word where
    I am suppose to be able to edit it as a word document.  It shows up as an image and I am not able to edit it.  Does anyone know what I am doing wrong
    or can help me.

    How did you convert?
    Acrobat → http://forums.adobe.com/community/acrobat/creating__editing_%26_exporting_pdfs
    ExportPDF → http://forums.adobe.com/community/exportpdf

  • How do I convert pdf to word document

    I have a pdf file and I want to convert it to a word document. How do I do this.

    Hi Auntie Faye,
    If you have a subscription to ExportPDF, the process is very straightforward. Here's some getting started info: Getting Started with ExportPDF
    If you'd like information about subscribing, please see Acrobat Pro, PDF Pack, Export PDF & More | Acrobat Document Solutions.
    Best,
    Sara

  • Unable to create PDF from Word document.

    I was trying to create a PDF file from a Word document but got the following error message: "An unexpected error occurred.  PDFMaker was unable to produce the Adobe PDF" and no PDF was created.  There was no error number.  Has anyone seen this error and is there a work around.  This is Acrobat XI Pro and was installed within the last few days.

    Can you print to the Adobe PDF printer? Have you updated AA XI (now at 11.0.05)? What version of WORD (AA XI does not work with PDF Maker on all versions of WORD)?

  • Converting pdf into word document

    I have just signed up for adobe. how do i convert a pdf into a word document?

    Hi Ali,
    Welcome to ExportPDF!
    Here is a handy 'getting started' guide that should assist you.
    Let me know if that helps.
    Looking forward to hearing back from you.
    Regards, Stacy

  • Trouble converting pdf to word document with ocr

    I just tried converting a pdf to a word document. I've done this successfully before. I checked the box indicating I wanted character recognition in English. The conversion I received was only a picture of the pdf file. No OCR. What's wrong?

      Thanks for your reply. My file is confidential, so I tried creating a similar file, 1 page long,that wasn't confidential. I found that Adobe easily converted the similar file using OCR.
    My original confidential file is 20 pages long, with 5 columns on each page. I thought maybe its length was the problem, so I tried converting only one of the pages to Word and it worked with OCR recognition. There were many, many mistakes though.  Also, it wasn't possible to copy and paste the columns into a new document. When I did that, the data reorganized itself into a list format with irregular formatting--as if I were pasting in text format. It seems like the OCR process only partially worked.
    I thought that maybe enough of the conversion was accurate for me to be able to work with it. when I looked at it closely I realized it wouldn't be possible.
    Unlike me, my colleague has the full version of Adobe. When she returns tomorrow (Thurs.), I will see if she is able to change any of the writing on the original document to make it non-confidential. If she can, I will include a screenshot.

  • Unable to store PDF , XL , Word document into SAP archived tables

    Hi Experts,
    I have created a web interface in WD ABAP which stores the employee's attachement data into sap arcived link.
    For that I have carried out following activities.
    I have Complted customizing for a document type under business object PREL and for this I have reffered following link.
    SASAP Archived Link
    Now I have used file Upload UI element in WDABAP which passes the local file data in Xstring to following function modoules for creating
    an attachment.
    data: it_out type TOADT,
    it_storage type ZDMSSTORAGE.
    CALL FUNCTION 'ARCHIV_CREATE_TABLE'
    EXPORTING
    ar_object = 'HRPDATA' " Object catagory that I have created for file storage under Business Object PREL
    object_id = '10000008'
    sap_object = 'PREL'
    document = filedata
    IMPORTING
    OUTDOC = it_out
    EXCEPTIONS
    error_archiv = 1
    error_communicationtable = 2
    error_connectiontable = 3
    error_kernel = 4
    error_parameter = 5
    error_user_exit = 6
    OTHERS = 7.
    For reading the attached document I am using following FM's
    CALL FUNCTION 'SCMS_AO_TABLE_GET'
    EXPORTING
    MANDT = SY-MANDT
    arc_id = 'Z1'
    doc_id = lv_doc_type"im_doc "'4D5D8445165220C8E10000000A3C082E'
    COMP_ID = 'data'
    IMPORTING
    LENGTH =
    tables
    data = bindata.
    *data: BINARY_TAB type
    CALL FUNCTION 'SCMS_BINARY_TO_XSTRING'
    EXPORTING
    input_length = 10000
    FIRST_LINE = 0
    LAST_LINE = 0
    IMPORTING
    BUFFER = V_XSTRING
    tables
    binary_tab = bindata.
    Now when I upload any file text or image file, its working fine. When I try to upload any pdf , XL or word document, it uploads the file into acchived table
    but when I read this file by converting file data into xstring and passing it into file downlod UI element, It says file is corrupt. Please suggest that if that
    is a issue with object catagory configration ( With storage class) or it is wrong way of reading a document for PDF, XL and word
    Thanks in advance
    Abhay

    hi
    please check the function module used whether it can handle the PDF as well as xl, word documents. if not use some other function module

  • Can I convert PDFs to Word documents using Creative Suite?

    Our office has CS6 -- Is there a way to convert easily convert a .pdf to a word document using Creative Suite?

    FIle --> Save as --> Microsoft Word in Acrobat.
    Mylenium

  • Can't convert PDF to Word Document!

    I am not able to convert PDF docs to Word.  I've tried the PDF conversion program and upgraded to the PDFPak for $89.99.  Neither one of them work.  What do I need to do?

    Hi there gizmo5,
    I see your ExportPDF subscription (active since August 6), but don't see an order for PDF Pack.
    What happens when you try to convert your files? Are you getting an error message? Or, are you unable to log in?
    I look forward to hearing back from you.
    Best,
    Sara

  • Unable to convert pdf to word file

    How come I'm not able to convert a pdf file to a word document anymore?

    You need to use either ExportPDF or PDF Pack. Exporting from PDF to Word was never a feature of Workspaces.

  • How do I edit a converted pdf into word document?

    i just converted a pdf to word and would like to edit it. How?

    Sara:
    I have upgraded to PDF Pack & spoken with Adobe today.
    Thank you very much for your help!
    Deborah Yarbrough
    T: 520.529.7292
    M: 520.906.7990
    Email:  <mailto:[email protected]>
    <mailto:[email protected]> [email protected]

  • Converted PDF to word document

    I converted a PDF to word.  Most of the the text has changed and is not useable in this format.  Now what?

    How did you convert?
    Acrobat → http://forums.adobe.com/community/acrobat/creating__editing_%26_exporting_pdfs
    ExportPDF → http://forums.adobe.com/community/exportpdf

Maybe you are looking for

  • Stupid slow lag with iTunes 11 on Windows7

    Before I mention anything else: - Running on Windows 7 64-bit with a 1.3GHz processor. My baby's getting old, but my only problems besides iTunes 11 in the past year was some lag playing Skyrim. - My iTunes library is tiny. We're talking less than 25

  • How to list the top 10 largest files in the current working directory ?

    How can I list the top 10 largest files in the current working directory in Solaris ?

  • PowerMac G5 Wont Startup - Dead Battery???

    Hey yall, I have a 1.6 GHz BASE model PCI G5 with 4gigs of ram (maxed) and 80 gig hdd. My concern is that I unplugged it for a schedued power outage, and now it wont boot back up. Worked fine before. I replaced the PSU just in case, but same thing ha

  • E4200 - Slow bandwidth

    Don't be fooled by all the PC component review websites out there that have only taken a cursory look at the E4200. After seeing all of those I was convinced it was great, but once I got here to Amazon and saw the less-than-stellar product rating and

  • How to release process order even if stock not available...????

    Hi All, Kindly tell me how to release process order even if stock not available...???? Its urgent. Thanks in advance, Regards Anish Verma