Saving a converted Word document to a memory stick

My wife is a writer of both published books and ebooks. When I convert her PDF version back to a Word format, how do I save
the downloaded Word document to a Memory Stick so she can edits/updates on her own laptop?

Do it in two stages
1. Download the coverted file in the usual way.
2. Drag it to the memory stick in the usual way (Windows Explorer or Finder).

Similar Messages

  • Different output when saving and converting Word documents

    Hi,
    I have some issues with images when converting some Word documents to PDF and I hope someone can enlighten me :-). If I convert the Word document by simply right clicking on it and selecting the option to Convert To Adobe PDF, it will create a file that is mostly fine, with the exception of some of the images which are being split into segments, making the image text unreadable.
    However, if I save the file as PDF in Microsoft Word (both 2010 or 2013), then I have no such an issue, since the image is not being split into segments and the text is perfectly readable. I have also attached some examples, see below. Ideally I would like to be able to convert several Word documents at once, and saving each documents in Microsoft Word would be too time consuming. Any help on this, will be really appreciated.
    1) Converting to PDF, the image is split into segments and the text is unreadable
    2) Saving as PDF in Word, does not split the image and it retains the original quality and readable text

    Hi  Linuxxo,
    If the issue is not fixed with the option suggested by Rave.
    We would need the files for investigation. Request you to share your email id for correspondence.
    In addition please share which version of Acrobat are you using?
    Regard’s ,
    Reetika

  • How do I get a MS Word document on a Memory stick over to my IPad to edit and continue writing?

    I am looking to transfer my book that I am writing, with photos, from a USB memory stick written in Microsoft Word document format across to my IPad 3 to continue working on, editing it and adding more text and photos.
    Thanks for any help.
    Michael D

    You can't directly - the camera connection kit which has a USB connection only supports the copying of photos and videos to the Photos app. You will need to copy the document onto a computer and then, depending on what the app that you want to edit it in on the iPad supports, either copy it via the file sharing section at the bottom of the device's apps tab when connected to iTunes, via wifi, email, dropbox etc

  • How do I copy and paste text from a converted Word document?

    I just converted a pdf file into word.  I want to copy and paste the informatiuon into another document.  How do I do that?

    Hi Sara.  Tanks for responding.  If I cannot figure this out (I  was up
    until 2am last night), I want to cancel my subscription.
    Here are two files you can check on/help me with.  When I try again,  it
    comes up 'an error has occurred when trying to access the service.'
    Please advise.
    Pat Tomassi
    In a message dated 11/1/2014 12:55:23 A.M. Eastern Daylight Time, 
    [email protected] writes:
    How  do I copy and paste text from a converted Word document?
    created by Sara.Forsberg (https://forums.adobe.com/people/Sara.Forsberg) 
    in Adobe Acrobat.com Services - View the full  discussion
    (https://forums.adobe.com/message/6888908#6888908)

  • Acrobat 11 Standard Office 2010 Pro Convert Word documents to PDF not working

    Adobe community,
    I can create PDF's inside Word 2010 using the Acrobat Add-in but right clicking a Word document or dragging a Word document into Adobe Acrobat 11 Standard does not work. I have updated both Acrobat 11 and Office 2010 with the latest updates available. Any suggestions would be greatly appreciated.

    Hi markl16215442,
    In order to convert word document to PDF by right-clicking or dragging the file, you must have Adobe PDF printer installed.
    For Windows, please check that Adobe PDF is set as default printer under "Start > Devices and Printers"
    While for MAC, Adobe PDF printer option is no more available and as it was removed with some changes in Apple's policy regarding virtual printers.
    So, check with your OS and then let me know.
    Regards,
    Anubha

  • Convert word document in PDF,e pub,by using third party dll in Sharepoint designer workflow 2013?

    Hi,
    I want to convert word document to PDF,  EPub, by using third party (.dll).
    In SharePoint designer workflow in 2013.
    So that I have question, Can we Install third party (.dll) in SharePoint workflow Designer for conversion?
    Means I have created one simple application conversion of word to e Pub, PDF, Image by using (Spire.doc dll) in Visual Studio.
    So this same conversion I want to work in SharePoint designer workflows?
    So anybody has any solution then please provide me.
    Thanks,
    Samadhan

    it might be worth looking at these CodePlex steps, that plug directly into the Word Automation Services.
    http://sp2010wordautomation.codeplex.com/
    It'll provide you with a configurable step like the below that should help you achieve your aims
    Steven Andrews
    SharePoint Business Analyst: LiveNation Entertainment
    Blog: baron72.wordpress.com
    Twitter: Follow @backpackerd00d
    My Wiki Articles:
    CodePlex Corner Series
    Please remember to mark your question as "answered" if this solves (or helps) your problem.

  • Just upgraded my system to snow leopard...now when I open documents from my memory stick, its in 'pages' not word...how do I fix that??

    Just upgraded my system to snow leopard...now when I open documents from my memory stick, its in 'pages' not word...how do I fix that??

    Did you click on the little triangle? Did you select one of the document files before pressing COMMAND-I to open the Get Info window? If the panel is closed it looks like this:
    If you then click on that little triangle gadget you get this:
    A temporary solution is to CTRL- or RIGHT-click on the document file, navigate to the Open With item, and select from the sub-menu.
    The first method makes the association permanent. This method only applies to the currently selected document.

  • How to convert word documents to html page in sharepoint online 2013

    Hi,
    I am new SharePoint and still learning it.
    I have been tasked to do the following on office 365 E3 SharePoint 2013 Online edition.
    1) I have to create a Web page in asp.net
    2) This page needs to show document from a given SharePoint folder and bind them in a grid or dropdown on the asp .net web page
    3) On selecting the document from the drop down or gird (on asp .net webpage), I need to show the SharePoint word document as HTML on the webpage (something like word to html) Note: These SharePoint word document may contain Images, bullets, tables etc. 
    What I have been able to do till now
    1) I have been able to connect to SharePoint from ASP .net application.
    2) I have been able to retrieve document from a specific SharePoint folder.
    3) Read the document from SharePoint folder and bind them to a drop down on the asp .net page.
    What is missing?
    I am not aware about any API that SharePoint Online provides to convert Word document to HTML. Any code sample or reference on how to will be much appreciated. 
    I am not also not sure what is the best way of achieving the functionality this?
    Thanks 
    Krishna

    If this was SharePoint server then it would be easy however in O365 You need to create a app which will use the word automation service and below is  powershell which you can use for the conversion:-
    # This script will convert Docx to PDF using word automation and similarly it can be used to convert to HTML
    $wordFile="http://contoso/kick.docx"
    $pdfFile="http://contoso/kick.pdf"
    $wasp = Get-SPServiceApplicationProxy | where { $_.TypeName -eq "Word Automation Services Proxy" }
    $site = Get-SPSite "http://contoso"
    $ConvertJob = New-Object Microsoft.Office.Word.Server.Conversions.SyncConverter($wasp)
    $ConvertJob.UserToken = $site.UserToken
    $ConvertJob.Settings.UpdateFields = $false
    $ConvertJob.Settings.OutputFormat = "PDF"
    $ConvertJob.Convert($wordFile, $pdfFile)

  • Problems converting Word documents to  PDF

    I am having trouble converting Word documents to PDF files. Whenever I try to convert the file, I receive the following error message: Missing PDFMaker files. Do you want to run the installer in repair mode? When I run the installer in repair mode, I still receive the same message. I have Adobe Acobat Professional 8 and MS Office 2007 installed on my PC.

    Cannot delete or repair Adobe Acrobat Professional 6.0, nor access original disk since "accidently" using a registry repair program. I have used system restore to no avail.
    The following scenarios occur when trying to "change/remove" Adobe program/updates:
    Attempt to Uninstall:
    Adobe Acrobat/Reader 6.0.6 Update
    WINDOWS INSTALLER window:
    The feature you are trying to use is on a network resource that is unavailable.
    Click OK to try again, or enter an alternate path to a folder containing installation package Adobe Acrobat and Reader 6.0.6 Update.msi in the box below.
    C:\Program Files\Adobe\{9074E407-55DC-4A4C-A591-6ADA60386EF4}\
    Click Okay and appears--
    ADD OR REMOVE PROGRAMS window:
    The installation source for this product is not available. Verify that the source exists and that you can access it.
    Attempt to Uninstall:
    Adobe Acrobat/Reader 6.0.5 Update
    WINDOWS INSTALLER window:
    The feature you are trying to use is on a network resource that is unavailable.
    Click OK to try again, or enter an alternate path to a folder containing installation package Adobe Acrobat and Reader 6.0.6 Update.msi in the box below.
    C:\Program Files\Adobe\{490A4339-AFA5-4098-A374-7752A1A30308}\
    Click Okay and appears--
    ADD OR REMOVE PROGRAMS window:
    The installation source for this product is not available. Verify that the source exists and that you can access it.
    Attempt to Uninstall
    Adobe Acrobat/Reader 6.0.1 Professional
    ADD OR REMOVE PROGRAMS window:
    This patch package could not be opened. Verify that the patch package exists and that you can access it, or contact the application vendor to verify that this is a valid Windows Installer patch package.
    Anyway to recover functionality to remove/change (uninstall/repair)?
    I also am unable to access the original disc now. WINDOWS INSTALLER window:
    This patch package could not be opened. Verify that the patch package exists and that you can access it, or contact the application vendor to verify that this is a valid Windows Installer patch package.
    Any help available?

  • HT2506 I am trying to convert  word document to a PDF but only half the document accurately converts. Is there a way to fix this?

    I am trying to convert  word document to a PDF but only half the document accurately converts. Is there a way to fix this?

    I have found that complicated document structures causes Word to split the document into parts, but I've always gotten the whole thing, in multiple documents.
    However, with two pages, I can't imagine it is that complicated.
    Any odd fonts or paragraph styles?

  • How to edit a converted Word Document from a PDF file

    how to edit a converted Word Document from a PDF file

    Hi Edit Converted Word Doc,
    What's happening when you try to edit the file? Have you tried triple-clicking in the text block that you want to edit?
    Please let us know what sort of trouble you're running into. It would also be helpful to know how the PDF file was created, and what version of Word you're using.
    Best,
    Sara

  • I need a word document generator, that has a bar to enter equations similar to the Microsoft word program. The document needs to be able to be saved as a word document so my professors can open it in windows. HELP!!

    I need a word document generator, that has a bar to enter equations similar to the Microsoft word program. The document needs to be able to be saved as a word document so my professors can open it in windows. HELP!! My computer is 2012 iMac desktop

    Not sure if any of the alternatives to Office (word) for Mac are near the feature set you require.
    There are a few listed here at this page, in some ways aren't exactly like Office or Word; the feature you seek may (or may not) exist. I'd try & see about neooffice compatibility...
    http://www.digitaltrends.com/computing/best-microsoft-office-alternatives/
    http://www.neooffice.org/neojava/en/index.php
    http://www.libreoffice.org/
    Good luck & happy computing!

  • I would like to upgrade my subscription to allow me to convert word documents to pdf

    Hi,
    I recently purchased the adobe reader which allows me to convert pdf to word; but now I would like to upgrade and be able to convert word document to pdf.  Can I get a credit for the cost of purchase of the pdf to word version for the upgrade to word to pdf version?

    Best Contact Customer Care - use the blue Still need help? button.

  • The converted word document is not easily edited without having to correct the scewing, etc.

    the converted word document is not easily edited without having to correct the scewing, etc. The final edited document is not suitable.

    > I was able to get the first column resized and can
    > see more text, but this also reduced the size of the third column
    > automatically,
    This sounds more like Word than Indesign. I've never been able to resize
    a column in Word without messing up the column next to it. There's
    probably a way to make Word columns behave properly; I just don't know
    Word that well.
    In Indesign, to make table columns act the way you're describing, you
    must be either dragging the column wider from the left side; or (2)
    holding down the shift key while you drag. Otherwise, making a column
    wider just makes the table wider.
    Try dragging from the right side without the shift key. You can also
    select part or all of the column, go into the Table palette, and set the
    column width exactly, by numbers (which is what I usually do, because I
    like to make sure that my table adds up to exactly or less than the
    width of the text column).
    Sometimes I need to make my tables wider than the page, temporarily,
    just so I can see everything in them and decide where I can lose enough
    space to fit the whole thing on the page. Remember that you can reduce
    cell insets, as well.
    Kenneth Benson
    Pegasus Type, Inc.
    www.pegtype.com

  • Convert word document to pdf in the same directory with right-click

    Hi everybody,
    With Adobe Reader X Standard, I want to convert word documents I have in a directory.
    I do a right-click on a file, but when I try to convert the file I would like to save in the same directory (where the word document is). By default it suggest default documents location.
    Thanks for your help.
    Best regards,

    Moved to https://forums.adobe.com/community/acrobat/creating__editing_%26_exporting_pdfs from Reader forum.
    Note: There is no Adobe Reader Standard X program. There is Adobe Reader X or Adobe Acrobat Standard X. Reader cannot create pdf files, Acrobat Standard can. Please let us know exactly what software you are running together with OS.

Maybe you are looking for

  • Outlook advanced search & Exchange 2013 - "Sent to...." field doesn't work correctly in online mode?

    Hello,<o:p></o:p> We've come across what seems to be a problem with advanced find in Outlook in online mode, when used with Exchange 2013.  Using the "Messages" tab of "Advanced Find", anything typed into the "Sent to...." field produces no search re

  • My itunes no longer recognises my ipod - help!

    basically, my ipod reached its capacity a week ago and so went a bit crazy with this playlist malarchy but i fixed that telling it to update everything when it connects to the computer, however it no longer connects up to itunes when it is connected.

  • BADI/User exit for MIGO fi postings

    Hello Experts, I have one requirement regarding at the time of MIGO accounting entry is generating based on the OBYC settings,now the client want along with this entry, want to create one more FI document through background,In the background we will

  • FCP quits when move within timeline

    Hi everybody, I am experiencing something unsual with a rather big project (1h20 mn right now) using many different imported clips and pictures. When I move the cursor from the end to the begining of the timeline, I noticed that FCP will quit with a

  • Link PO

    hi how to link PO number and MRP controller. iwant sort PO numbers based on MRP controller. please provide me the related table name regards sun