Problem sending pdf files to convert to Word format

When I try to send a pdf file to be converted to Word format, I keep getting error message.  "Unable to send"  What's the problem?

Are you using the ExportPDF service?  How do you "send"?
[topic moved to Acrobat.com Services forum]

Similar Messages

  • A pdf file is converted to word. Then the word file does not take normal word formatting. Why?

    Having trouble making the converted pdf to word file work properly under word commands and formatting that have worked for me
    well in the past.
    Please help.

    Hi filesneedtowork,
    If you're seeing some jumpy text, or having trouble clicking in where you want, it could be a font issue that's cauing problems. 
    Try choosing Edit > Select All, then Edit > Copy.  Paste the entire contents into either a new Notepad file.  Then repeat the same steps from within Notepad and paste the text into a new Word document. 
    Let us know how it goes.
    Thanks,
    David

  • Images in PDF file being converted into Word elements (e.g. tables and text boxes)

    A friend of mine has recently signed up to ExportPDF so that he can convert PDF format wiring diagrams into Word format.  On trying this the other day, we found that the wiring diagrams in the PDF file were being converted into elements of Word such as tables and text boxes.
    Is there any way to get the diagrams converted into pictures within the Word document so that they can be copied and pasted into other documents?  From looking at the limited settings panel to the right of the document in Reader I can't see it.

    Perhaps an application dedicated to converting PDF's to Word documents may get better results.
    Here's a free online converter I use with occasional success: http://www.pdftoword.com/

  • Problem sending pdf file

    Hi all,
    I need to send a sapscript via email.
    I convert the spool in pdf.
    If I try to download the internal table with pdf content I'm able to create correctly the pdf file on my pc.
    Insted, if  I send the contet of internal table with the pdf data via email, an error occured when I try to open the attached pdf file.
    regards
    enzo

    Hi,
    This below code may help you in case:
      DATA WA_OBJBIN LIKE SOLISTI1.
      DESCRIBE TABLE OBJTXT LINES PDFLINES.
    *-- A funtion module to convert otf to pdf format
      CALL FUNCTION 'SX_OBJECT_CONVERT_OTF_PDF'
        EXPORTING
          FORMAT_SRC            = 'OTF'
          FORMAT_DST            = 'PDF'
          DEVTYPE               = 'PRINTER'
        FUNCPARA              =
          LEN_IN                = PDFLINES
       IMPORTING
         LEN_OUT                = PDFLINES
        TABLES
          CONTENT_IN            = OBJTXT
          CONTENT_OUT           = OBJBIN
       EXCEPTIONS
         ERR_CONV_FAILED       = 1
         OTHERS                = 2
      IF SY-SUBRC <> 0.
        MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
                WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
      DESCRIBE TABLE OBJBIN LINES PDFLINES.
      DESCRIBE TABLE OBJTXT LINES TAB_LINES.
    *-- a perform to do the email
    *--   creation of the entry for the compressed document
      CLEAR OBJPACK-TRANSF_BIN.
      OBJPACK-HEAD_START = 1.
      OBJPACK-HEAD_NUM = 0.
      OBJPACK-BODY_START = 1.
      OBJPACK-BODY_NUM = TAB_LINES.
      OBJPACK-DOC_TYPE = 'RAW'.
      OBJPACK-DOC_SIZE = TAB_LINES * 255.
      APPEND OBJPACK.
    *-- creation of the entry for the attachment
      CLEAR OBJPACK.
      OBJPACK-TRANSF_BIN = 'X'.
      OBJPACK-HEAD_START = 1.
      OBJPACK-HEAD_NUM = 0.
      OBJPACK-BODY_START = 1.
      OBJPACK-BODY_NUM = PDFLINES.
         objpack-objname =
      OBJPACK-OBJ_DESCR = '%PDF-FILE.PDF'.
      OBJPACK-DOC_TYPE = 'PDF'.
      OBJPACK-DOC_SIZE = PDFLINES * 255.
      APPEND OBJPACK.
    *-- populating the t_receivers with mail address
    READ TABLE t_adr6 INDEX 1.
      IF NOT T_ADR6[] IS INITIAL.
        LOOP AT T_ADR6.
          T_RECEIVERS-RECEIVER = T_ADR6-SMTP_ADDR.
          T_RECEIVERS-REC_TYPE = 'U'.
          APPEND T_RECEIVERS.
          CLEAR T_RECEIVERS.
        ENDLOOP.
      ENDIF.
    *-- Calling a function module to send an E-mail
      CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1'
        EXPORTING
          DOCUMENT_DATA                    = DOC_DATA
           PUT_IN_OUTBOX                    = 'X'
        IMPORTING
          SENT_TO_ALL                      =
          NEW_OBJECT_ID                    =
        TABLES
          PACKING_LIST                     = OBJPACK
         OBJECT_HEADER                     = OBJHEAD
         CONTENTS_BIN                      = OBJBIN
         CONTENTS_TXT                      = OBJTXT
        contents_hex                      = objbin
          OBJECT_PARA                      =
          OBJECT_PARB                      =
            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
         OTHERS                           = 8
      It may help you.
      try to rectify the mistake that you have in your program by checking this sample code....

  • Problem sending pdf file on Windows mail

    I get the error message "There is a problem sending messages from [email protected] right now.  Contact your provider for more information" (both on aol.com and gmail.com) each time I send an e-mail with a pdf attachment.  I have the Adobe Reader XI and using Windows 8.1. 

    I get the error message "There is a problem sending messages from [email protected] right now.  Contact your provider for more information" (both on aol.com and gmail.com) each time I send an e-mail with a pdf attachment.  I have the Adobe Reader XI and using Windows 8.1. 

  • How do I save highlighting in .pdf file when converting to .docx format?

    When I try to convert a .pdf file to .docx format the highlighted words are not visible through the highlighted area.  Just blocks of color with no words showing through apear in the converted file:
    After Conversion to .docx
    I created the .pdf file on an iPad using the PDF expert app, uploaded it to Dropbox, downloaded it from Dropbox on a PC laptop, and converted it to .docx.  Above is the result.  When the .pdf file is opened with Adobe reader the highlighting is as it should be (words are visible through highlighting)

    With what?
    rmckay4 wrote:
     ...and converted it to .docx.

  • Problems printing a converted PDF which was converted to Word after completing the form

    Problems printing a converted PDF which was converted to Word after completing the form.  I have spent the last 3 hours trying to figure out what I am doing incorrectly.  I can't get it to print in either the PDF or Word file.  Please help, I need to complete this form and sent it NJ Department of Motor Vehicles Commission.

    Hi, make sure you are using the latest release of PDF program.
    Please mark the post that solves your issue as "Accept as Solution".
    If my answer was helpful click the “Thumbs Up" on the left to say “Thanks”!
    I am not a HP employee.

  • FM to Convert PDF file to Excel or Word Doc

    Hi All,
    I am Looking for  FM which converts PDF file to EXCEL or Word Doc.
    Thanks in Advance
    Santu

    I would suggest asking in the Export PDF forum, giving full details about your problem and your setup: Adobe ExportPDF (read only)

  • I downloaded the adobe XI software and it shows in my Adobe download assistant as downloaded but I can not open it and it is not a part of my applications. Very frustrating download process as I just want to convert a PDF file to an editable word document

    I downloaded the adobe XI software and it shows in my Adobe download assistant as downloaded but I can not open it and it is not a part of my applications. Very frustrating download process as I just want to convert a PDF file to an editable word document...

    Odonnells52 you will still need to install Adobe Acrobat Professional prior to being able to make edits to PDF or utilize Acrobat.   By default the installation files have been saved to your download folder.
    If you continue to face difficulties with the Adobe Download Assistant then please see Troubleshoot Adobe Download Assistant.
    You can also download the installation files directly from Download Acrobat products | Standard, Pro | XI, X if you are unable to locate the downloaded installation files.

  • How do i convert a pdf file to a microsoft word doc

    how do i convert a pdf file to a microsoft word doc

    Please see our Getting Started guide for ExportPDF: http://forums.adobe.com/docs/DOC-2412

  • Problem to send PDF file

    Hello,
    I try to send pdf file as attachments file to mail with XI.
    I use with this blog
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/6d967fbc-0a01-0010-4fb4-91c6d38c5816
    My problems is:
    1. to all mails that I send have another e file Untiteld.doc, how I can avoid this file?
    2. When I received the pdf file I not succeed to open it I received the message:
    Adobe reader could not open 'elad.pdf' because it is either not supported
    File type or because the file has been damaged (for example, it was sent as an
    Email attachment and wasn't correctly decoded)
    Regards
    Elad Peleg

    hi
    ref this
    Receiver Mail Adapter message with PDF attachment
    PDF attachment in mail adapter
    File adapter with attachment to mail
    File with attachment to mail scenario
    File To Mail Scenario With An Attachment

  • I am having a problem where pdf files on the web (i.e., links in a Word doc) open after an extended time and only as gobbldygook ( a file containing a series of characters and letters that make no sense).  This also happens for another Mac user coworker

    Hi There:  I am having a problem where pdf files on the web (i.e., links in a Word doc) open after an extended time and only as gobbldygook ( a file containing a series of characters and letters that make no sense).  This also happens for another Mac user coworker in my office, while the PCs don't have this problem...  Any help/suggestions for a fix would be most appreciated! 

    Just adding more info - MacBookPro running 10.5.8 and using Safari as the browser.  The problem comes and goes - sometimes the linked Word files will open OK, n others its just a strring of crazy characters... 

  • Converting pdf file in Hebrew to Word

    I tried to convert a pdf file in Hebrew to Word - when it came out in Word, the letters of each word were fine, but the order of the letters is backwards (Hebrew reads from left to right), making the whole document useless.  How can I convert the file so that it appears in Word as it appears in pdf?  I tried the command in Word to shift the order of the text; it simply moved the whole thing (still mirror-backwards) to the other edge of the page.  Is there any way to notify Adobe before it converts from pdf to Word to pay attention to the direction of the language of the text?

    Adobe customers can file a bug here:  https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform

  • Is there a free way to convert a pdf file to a microsoft word file?

    Is there a free way to convert a pdf file to a microsoft word file?

    Adobe does not offer a free PDF to Word conversion. You may want to check out our ExportPDF service though. It's quite inexpensive: https://www.acrobat.com/exportpdf/en/pricing.html

  • Pdf arabic text file unable to convert to word formate text error is coming.

    Dear Sir,
    Pdf arabic text file unable to convert to word formate text error is coming. The arabic text once converted to word  language error is appearing.

    Hi,
    I am moving your posting at PDF Pack(CreatePDF) forum to Acrobat forum.
    Hisami

Maybe you are looking for

  • Why won't my USB flash drive work?

    I am working between two Macs in my house: the upstairs one is MAC OSX 10.6.8, and the downstairs one (an eMac) is MAC OSX 10.5.8 -- if that matters. I need to transfer files from the downstairs computer to the upstairs one. When I insert a USB flash

  • How to establish a MYSQL Database connection in JSP page.

    Hi People, Tell me how to establish mysql database connection in JSP page. Needed details on: 1) what are all the mysql drivers need to be included. 2) what is the syntax for establish a database connection

  • !csMasterKeysReadError!csErrorInvokingCSFMethod,getCredentialMap!syServiceRuntime,java.security.AccessControlException:

    Hi. Why the acuse for message: !csMasterKeysReadError!csErrorInvokingCSFMethod,getCredentialMap!syServiceRuntime,java.security.AccessControlException: access denied (oracle.security.jps.service.credstore.CredentialAccessPermission context=SYSTEM\,map

  • FF 8.0.1 Issue with cursor keys

    Hi, I encounter issue with using any of the keyboard cursor arrow keys (i.e. up/down/left/right, page up/dwn) in any textboxes on any websites that I open with FireFox. I made sure I have the latest mouse/keyboard drivers installed and I also checked

  • Any idea when QuickTime 10 will get editing capabilities?

    I know everyone has just been using QuckTime Pro 7 to edit and export movies, but when can we expect the same for QuckTime 10? I think QT 7 has been depricated in Lion, so will Mountain Lion possibly have some QT 10 editing features?