SharePoint 2013 Document Conversion from PDF to Word (docx) format

Hello all,
I know that SharePoint has the facility to convert documents from Word to PDF using the Word Conversion Service, and I've worked with it in C# using the object model.
We have a client request for the opposite process. They have an email-enabled document library that receives PDF documents...they would like these converted to Word (.docx).
I'm believe that SharePoint 2013 Word Automation Service has no way to do this (although I could be wrong); and I'm not sure of the object model either. However, in Office Web Apps you can open a PDF file in the browser, and the form has a button labeled
"Edit in Word". When selected, it shows a message: "Word Web App will make a copy of your PDF and convert it to a Word document for you to edit."
Is there a way to access the SharePoint Office Web Apps object model/API in code, to do the same thing that the "Edit in Word" button does? It would be great to be able to hook into those methods, if possible.
Thanks for your help.
Kind Regards,
Kevin Worthington, Senior Consultant
Sogeti USA

Hi,
According to your post, you want to convert the pdf file to word format.
For converting the pdf file to word format, a workaround is that you can read the content of PDF file out and then construct a Word document using C#.
Here are some detailed articles about how to read content from pdf file using C#
http://jadn.co.uk/w/ReadPdfUsingCsharp.htm
http://social.msdn.microsoft.com/Forums/en-US/4a9fb479-b48e-4366-ad39-02b2dac674f5/read-pdf-content-into-text-file-using-cnet
http://www.codeproject.com/Tips/387327/Convert-PDF-file-content-into-string-using-Csharp
Here are some detailed articles about how to create docx file using C#:
http://www.codeproject.com/Articles/660478/Csharp-Create-and-Manipulate-Word-Documents-Progra
Best regards

Similar Messages

  • Why are the conversions from pdf to word not accurrate?

    Why are the conversions I make not accurate?
    Every tiem I convert from pdf to word there are changes!

    Hi,
    Can you please share more details/examples? What changes do you usually notice? This will greatly help us further investigate.

  • SHarepoint 2013 - Document Conversion issue

    Hi All,
    I enabled Document conversion features in my SharePoint environment successfully and its working fine.
    i enabled word to html conversion option , it works fine when i try to convert the document with out any images in that document , i have some png images in that documents when i try to convert the document i got some error message like png images is not
    loading and my html page is showing with out any images , can any one help me to resolve this issue ASAP.
    Thanks,
    Mani L
    Mani L

    Hi Mani,
    According to your description, my understanding is that you want to use Document conversion features to convert documents with images to HTML page in SharePoint 2013.
    There is not an OOB way to achieve it. You can use Word to publish to a SharePoint blog which automatically uploads any images in the document. Then, you copy the html markup from the blog post and paste it into a wiki page.
    In addition, for this issue, you can also use a tird party tool to achieve, like the below:
    http://www.kaboodlekonnect.com/colin/Lists/Posts/Post.aspx?ID=19
    Here are some similar posts for you to take a look at:
    http://www.ericshupps.com/2013/05/converting-word-documents-to-html-in.html
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/f45267b8-82e6-4cca-8541-d88a54740979/converting-ms-word-documetation-with-images-into-a-wiki-page-in-sp-2010?forum=sharepointgeneralprevious
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • How do I send a document converted from pdf to word?

    Do I save the converted pdf to word document on an usb so I can send it in an email?

    The usual ways. Once it is saved to your hard drive, you could drag it in Finder/Windows Explorer, or save it from Word.

  • I have downloaded the converter program and the conversion from PDF to Word is terrible. Is there a better solution or setting?

    I am trying to convert a PDF to Word without re-typing.  I downloaded the converter program onto my MAC but the conversion was terrible.  Unusable.  Is there a better way.  I also have a PC so I could try that as well if would make any difference.

    "Scanned"  Scanned anything starts you with an image / picture of the page content that was on the source paper.
    There is no "renderable" text. OCR can provide an output of text that can be exported. Without that all that is exported is the image.
    As to OCR, Acrobat's ClearScan lends itself to repurpose via the export process.
    Regardless, anything sourced from a scanner output is the "pig's ear" and that'll not yield the "silk purse".
    Export is dictated by the input (GIGO). Export output identifies input quality.
    As a C Student stated a Word file (being well-built helps) that sourced the PDF will yield workable export back to Word.
    PDF's sourced for FrameMaker export rather nicely.
    For optimal export always start with a well-formed Tagged PDF (ISO 14289-1, PDF/UA-1 compliant).
    Two core design considerations of tagged PDF are (1) support Accessible PDF and (2) support export (repurpose) of PDF content. 
    Be well...

  • Batch conversion from pdf to Word

    How do I create an action or batch processing step that will convert a large number of pdf files to Word?
    I can convert a large number of files TO pdf, but it seems like you can't easily export pdf to Word. I tried downloading one of the actions on the Adobe web site that claimed to do this, but it says the file is corrupt.
    I have 15,000 pdfs in a directory and I want to convert them to Word (they have already been OCR'ed using the batch mode).
    Surely there is a straightforward way to do this?
    BTW: I apologize if this is the wrong community, but I couldn't find a better place to post this question.

    Dear Gilad D,
    Thanks very much. I can make this work. This is a big help.
    What I really would have liked is a command line tool on the Mac, like textutil, that allows this:
    pdf2word in_file.pdf out_file.pdf
    It is amazing how hard it is to do such simple command line things in this era of GUIs. For those of us who operate on large piles of data, command line interfaces are indispensable.
    MVP: You are correct. Even Apple's Automator seems to choke when you give it too many files.
    The only drawback of this approach is that the Action doesn't seem to descend the directory tree (like selecting files from finder will let you do). The reason I actually need a command line tool is that the pdf files are scattered about a file system with other pdfs that I don't want to convert. However, I can script around this.
    Thanks very much!!!

  • Does conversion from PDF to word document make file compatible to Kindle?

    I am struggling to make a file of my ebook that is compatible with Kindle. I don't want to buy another conversion tool that will NOT be compatible with Kindle. Has anyone used the PDF conversion for their Kindle ebook? Thank you.

    The Kindle can read PDF files as is... I'm not sure it can read Word files,
    though. However, it can read plain text files.
    On Wed, Jul 30, 2014 at 11:01 PM, heaven leigh author <

  • SharePoint 2013 document generation from list items using workflow

    I have been able to generate docs from list items using sharepoint designer workflow.But i have been able to do this with using one document template. But i have like 6 templates i would like to use what do i need to do to get this rolling would i need to
    have 6 different doc libs with a doc template?
    Thanks in Advance

    Thanks Sharma.
    I have create 6 content type and associated doc templates to them. I read I should be using .docx instead of dotx which I also tried
    But im still getting the error
    When I click details no error details  to help at all.
    Can anyone who is having this issue help or give me some hints.
    Cheers

  • Why if i paid to convert files from pdf to word is it  now  asking me to pay again?

    Dear Beri Hull,
    Thank you for purchasing a subscription for Adobe ExportPDF.
    Sign-in to export a PDF Now >>
    With your subscription you can:
    Enjoy unlimited online conversions from PDF to Word (DOCX).
    Make scanned text editable.
    Maintain page, paragraph, and font attributes.
    Preserve tables, images, and multi-column text.
    Export PDF comments to Word.

    Hi Eribe,
    Make sure you are using the same Adobe id associated with your Export PDF subscription.
    Have you checked with a different browser if possible?
    Regards,
    Florence

  • Conversion for pdf to word in something I can read?

    Conversion from pdf to Word and not in machine language>

    I decided to put it away last night and start fresh this morning with a fresh mind, as I had logged in, loaded into the cloud, etc. as I was prompted to do at every new screen.  This morning I took a new direction and  I logged in at Adobe.com, found my account management info (which I couldn't figure out how to access last night).  It appears that you don't have any services associated with my account at all, and that the version I was using was a free service?  However I have a record of paying Adobe $29.95 on December 9th.  What exactly did I pay for if I do not have any services in my account?  Below is the transaction from my visa.  Can you look into this for me, or should I go through the account management help service?
    Dec 09 Dec 11 ADOBE SYSTEMS, INC. 800-833-6687 WA
    27.46 USD @ 1.090677349**
    Foreign Currency Transactions 29.95

  • PDF TO WORD.DOCX

    I have legal documents that I need to covert from PDF to Word.docx so that they can be filled out online, then printed ready for signatures. 

    Why not make the PDF into a PDF form. PDF forms are much more reliable that WORD forms that reflow with every change in printer. Simply go to the forms menu and create form fields from the current PDF, then edit the form fields to fix the ones created, delete if needed, and add others.
    In terms of going to WORD, simply Save As WORD (good luck, the conversion is not always that good).

  • PDF to Word docx errors

    How do I eliminate or minimize conversion errors from PDF to Word docx?

    Hi Richard,
    Would you mind elaborating? What specific errors are you experiencing?
    Looking forward to hearing back from you so I can assist.
    Kind regards, Stacy

  • Can't open MS Word .doc files from SharePoint 2013 document library?

    Hello,
    I have uploaded some MS Word files with .doc extension into a SharePoint 2013 document library, but they don't open when clicked.  I can do a number of things to the file, like view and edit properties, download and other things, but it does not
    open up when mouse clicked.  There are PDF files in the document library and they open up just fine.  Any ideas?
    I should add that MS Word 2010 .docx files can not be opened either.
    Thanks.
    Paul

    Hi,
    Whether you use office 2013.
    Considering this .doc file can be smoothly opened in Office if you downloaded it to your local, it indicates that the Word document and Microsoft Word doesn’t have any problems. The issue may be caused by the compatibility between Office
    and your site.
    1.Check whether you have the SharePoint OpenDocuments Class add on enabled at first.
    Internet Explorer >Tools iron > Manage add-ons >
    Choose to Show All add-ons. Find SharePoint OpenDocuments Class and make sure it’s enabled.
    2.go to Compatibility view settings > add your SharePoint site to compatibility view
    3.go to Internet Options,
    Advanced > Reset… > Check Delete personal settings and reset
    Security > Trusted sites > sites > add SharePoint sites to trusted sites
    4.If it doesn’t work, please open Word, go to Options > Trust Center > Trust Center Settings > Protected View > Uncheck all.
    Best Regards,
    Lisa Chen
    Lisa Chen
    TechNet Community Support

  • Email attachments from SSRS email subscription are not being uploaded to an email enabled SharePoint 2013 document library

    Email attachments from SSRS email subscription are not being uploaded to an email enabled SharePoint 2013 document library.
    I have tested the library using a standard email (with attachment) to the library and this works fine. 
    I have monitored the drop folder on the server and I can see both emails being picked up in drop and processed by SharePoint.  The email sent from a regular email account is uploaded with the attachment, whereas the email sent via SSRS subscription
    email is uploaded and the attachment (report) is missing.

    An update on this.  The email when sending from SSRS subscription is received in the library and the attachment is contained within the .EML file uploaded.
    The behaviour that I would like from SSRS subscription emails are to just have the document and not the email.
    Below is a snippet of the .EML files I quick copied from the Drop folder.
    Email attachment snippet sent from SSRS Subscrption:
    ----boundary_2477_75fa3d73-56de-4948-ad82-6588f3a35b95
    Content-Type: application/octet-stream; name="Toilet Usage by Month.docx"
    Content-Transfer-Encoding: base64
    Content-Dis;
     filename="=?utf-8?B?VG9pbGV0IFVzYWdlIGJ5IE1vbnRoLmRvY3g=?="
    Content-ID: <10722c0f-749e-4ecb-ac3f-206317bae734>
    UEsDBBQAAAAIAEVcbEY4Xh4a5nsAAPJtMQARABwAd29yZC9kb2N1bWVudC54bWwgohgA
    KKAUAAAAAAAAAAAAAAAAAAAAAAAAAAAA7N1rr1/XcSforyL4VRooR3vd9to76Kihjto9
    I8T2TDvAzFuaPrE1kUiCouxWPv38DyX50nHSniCdyS96bIAUL+d/LnxO7Vq11qr6j//p
    v3/x+Qe/fnr75WevX/3lD9qfHz/44OnVy9e/+OzVL//yB1+9+9sfXj/44Mt3L1794sXn
    r189/eUPvn768gcf/KeP/uNv/uIXr19+9cXTq3cfPF7h1Zd/8evHH/7q3bs3f/Hhh1++
    /NXTFy++/PPXb55ePf7wb1+//eLFu8cv3/7ywy9evP27r9788OXrL968ePfZzz/7/LN3
    X3/Yj+P8wbcv8/rxXt+++otvX+KHX3z28u3rL1//7bvnN/mL13/7t5+9fPr2p+/e4os/
    5f1+8yaffPshv3+Pj4/l3a++e5Ff/1Pv9tdffP7d3/vNmz/lvf3i7YvfPL6AX3z+zTv6
    Email attachment snippet sent from Outlook:
    --_004_A4C6DCEDE4346446A79AFF493D278530FB87FA07MELABCDEXA1airp_
    Content-Type: application/vnd.openxmlformats-officedocument.wordprocessingml.document;
     name="Toilet Usage by Month.docx"
    Content-Description: Toilet Usage by Month.docx
    Content-Dis; filename="Toilet Usage by Month.docx";
     size=76574; creation-date="Thu, 12 Mar 2015 00:41:14 GMT";
     modification-date="Thu, 12 Mar 2015 00:41:14 GMT"
    Content-Transfer-Encoding: base64
    UEsDBBQAAAAIAMJcbEY4Xh4a5nsAAPJtMQARABwAd29yZC9kb2N1bWVudC54bWwgohgAKKAUAAAA
    AAAAAAAAAAAAAAAAAAAAAAAA7N1rr1/XcSforyL4VRooR3vd9to76Kihjto9I8T2TDvAzFuaPrE1
    kUiCouxWPv38DyX50nHSniCdyS96bIAUL+d/LnxO7Vq11qr6j//pv3/x+Qe/fnr75WevX/3lD9qf
    Hz/44OnVy9e/+OzVL//yB1+9+9sfXj/44Mt3L1794sXnr189/eUPvn768gcf/KeP/uNv/uIXr19+
    9cXTq3cfPF7h1Zd/8evHH/7q3bs3f/Hhh1++/NXTFy++/PPXb55ePf7wb1+//eLFu8cv3/7ywy9e
    vP27r9788OXrL968ePfZzz/7/LN3X3/Yj+P8wbcv8/rxXt+++otvX+KHX3z28u3rL1//7bvnN/mL

  • Why am I only given the option to create a pdf when I want to convert from pdf to word document? My plan is the PDF pack.

    Why am I only given the option to create a pdf when I want to convert from pdf to word document? My plan is the PDF pack it should do it ¡

    Hi,
    I checked your account,you have an active PDF pack.
    You need to click on Export PDF to convert from PDF to word document.
    Regards,
    Florence

Maybe you are looking for

  • Printing from Adobe Photoshop CS5 on a HP Color Laserjet CP5225 printer

    Hi When I want to print something out from Photoshop CS5 on my printer I get this error. PCL XL Error Subsystem: KERNEL Error: IllegalOperatorSequence File name: derived_scr/1x55.ndbg.kernel.c Line number: 1820 My windows system is Windows xp proffes

  • How can I get my phone to always stay in CDMA Only mode?

    I connect my phone via bluetooth to my Dodge UConnect system.  When the phone is in LTE, after dialing, when the party answers, the phone hangs up and says "Call Complete" - thinking that the connection has been made and therefore the call can be ter

  • Dump EXPORT_TABLE_UPDATE_CONFLICT occurred during setup of statistical data

    Hi Experts, I scheduled the run of statistical data setup for SD-Sales Orders. But the following Dump screen has occurred: Runtime Errors         EXPORT_TABLE_UPDATE_CONFLICT Date and Time          09.09.2011 10:03:09 ShrtText      Problems found dur

  • Document Date in OBB

    Hi Guys, Can you please explain the document date and posting date in the OBB8 T-code? How the calculation will be done against the baseline date? Document date and posting date in MIRO will be most of the time same. Please give some example where th

  • Urgent Issue New Mac Pro (Im going CRAZY)

    I recently purchased a MAC Pro with the following specifications: Processor Name: Quad-Core Intel Xeon Processor Speed: DUAL 2.26 GHz Total Number Of Cores: 8 L2 Cache (per core): 256 KB L3 Cache (per processor): 8 MB Memory: 6 GB Graphic Card: Chips