Quick Office for Word docs with tracking

Can I use Quick Office for iPad to view Word docs and see the tracking changes? I don't think so, but thought I'd ask. I did a search and didn't see this posted but I could have missed it. If I did, apologies for the redundancy.

From what I've read on here, none of the Office apps are able to track changes.

Similar Messages

  • Converting MS Word docs with coloured bacgrounds to pdf

    Forgive an Acrobat 'dope' but this outwardly appears to be a simple problem ....... that I can't figure out!
    For work I am using Microsoft Office Word 2003 (MS Office Pro 2003) and Acrobat 8 Pro.  I have no problem converting an MS Word doc, with background or foreground images and text, into a pdf.  However, if I give any MS Word doc a coloured background, using the Format Menu > Background > and then selecting a colour, that colour is not carried across in the conversion to pdf - I end up with a standard white page, instead of the coloured one!
    Where am I going wrong?  Or is this coloured background something that Acrobat won't convert, whatever I do?  I don't wish to produce a 'pseudo' effect by placing a coloured image behind the text (which I know will work) because the pdf file sizes become larger than I want.  I want to 'colour the paper' using MS Word's menu, and convert to a pdf with that same 'coloured paper' being the result.  Is it possible?  If so, how?
    Thanks, in advance, for any help that may be available out there ......

    In WORD: TOOLS>Options>Print>Background Colors and Images (I already had background printing checked, but that refers to the printing process, not the background. Checking this other box does the trick. It is probably off by default to keep from using ink in regular printers.)

  • Can I convert a pdf to word doc with adobe send?

    can i convert a pdf to word doc with adobe send--if so, how?

    Adobe Send is the latest rebranding of Adobe Sendnow. It's a sender for big files, not a converter. Send Large Files Easily - Select, Send, & Confirm & Track| Adobe Send

  • What do you think about Quick Office for the IPad

    What do you think about Quick Office for the IPad

    You could also have a look at the following www.rollapp.com, I have only recently found it.
    You have access to the full OpenOffice and LibreOffice library of program's  and it syncs with Dropbox,google docs and others.
    You do require an Internet connection as it is cloud based.
    At present I have only used it for quick editing but I think it definitely looks promising and it is free

  • How can I use Automator to open and save Word docs with links?

    Hi-
    I'm having trouble building a Workflow to open and save Word docs with links.
    My Workflow so far:
    1. Get Finder items
    2. Copy Finder items (to new folder)
    3. Rename selected items
    4. Open selected items (Word docs)
    Three problems occur.
    The first is a Word 2004 problem -- I can't get the warning "This document has links in it; do you want to open it with/without updating the links" to go away (Unilke the Macro warning toggle capability, there is nothing in the Preferences for Word 2004 that addresses the links warning, as far as I can tell; any insight you can shed on this would be terrific.)
    The second problem happens with Automator: if I manually accept the update of the first document's links, Automator opens that document but then halts completely, even though I've instructed it to open multiple documents.
    The third problem I have is that there's no Finder action in Automator that allows me to save the document that's now open (as far as I can see).
    Any suggestions for how to fix? If I can get this to work, and scheduled in iCal, it will be an unbelievable time saver.
    Thanks,
    Jeremy
    PowerPC G5   Mac OS X (10.4.6)  

    Hi there Jeremy,
    to do this you are going to have to add in some Run AppleScript steps...
    These will rely on GUI Scripting. So first you need to activate GUI Scripting.
    Now we need to add in a Run AppleScript action to the end of your workflow...
    This will replace your current number 4 in the workflow (Open Selected...)
    click here to open this script in your editor<pre style="font-family: 'Monaco', 'Courier New', Courier, monospace; overflow:auto; color: #222; background: #DDD; padding: 0.2em; font-size: 10px; width:400px">on run {input, parameters}
    set allItems to every item of input
    repeat with currItem in allItems
    tell application "TextWrangler"
    open currItem
    end tell
    activate application "TextWrangler"
    tell application "System Events"
    tell process "TextWrangler"
    delay 2
    --when the Word document is opened I have told it to press okay !
    --I don't know what key you want it to press in the dialog box
    keystroke return
    delay 2
    --save the doc
    keystroke "s" using command down
    delay 5
    --close the doc
    keystroke "w" using command down
    end tell
    end tell
    end repeat
    return input
    end run</pre>
    The above script should open each Word Document, press a button in the dialog box then do a save and then close the doc...then loop through the rest of them.
    You need to replace the name Text Wrangler with Microsoft Word (or whatever it is called!), I don't have it on my Mac.
    You will have to let me know what button needs pressing in the first dialog, if it isn't the 'highlighted ' one then we will have to amend the script...
    regards
    Ric

  • My itunes library was on my PC.  About two years ago I switched it to my Seagate server/hardrive. (itunes-preferences-advanced-change library). Last summer (2012) I bought a macbook, which seems to access the seagate server hard drive fine for word docs,

    My itunes library was on my PC.  About two years ago I switched it to my Seagate server/hardrive. (itunes-preferences-advanced-change library). Last summer (2012) I bought a macbook, which seems to access the seagate server hard drive fine for word docs, excel spreadsheets,etc. It also seems to have started its own library which is not complete. My PC died this summer (I still have it though).
    Now when syncing any of the multiple devices (ipods,ipads, iphones) that we have with my mac book, itunes states that "an error occurred" or the "app cannot be found".  Itunes wants me to erase the device and sync with my macbook. The message "The iPhone “Renee’s iPhone” is synced with another iTunes library on “Renee PC”. Do you want to erase this iPhone and sync with this iTunes library? An iPhone can be synced with only one iTunes library at a time. Erasing and syncing replaces the contents of this iPhone with the contents of this iTunes library."appears.
    Any assistance would be greatly appreciated.
    Renee

    u can give try to using external enclosre and backup ur files. I hope u will get files back. or using external enclosre with ur hdd boot into Linux and try to mount ur harddisk.
    there are multiple no of tutorial to mount apple partion in Linux.

  • I created a pdf form from a Word doc with 9 pt aerial font formatting; the text on the pdf form is aerial 9 pt, but the fields are formatted in courier 12 pt - How do I reformat the font in the fields??

    I created a pdf form from a Word doc with 9 pt aerial font formatting; the text on the pdf form is aerial 9 pt, but the fields are formatted in courier 12 pt - How do I reformat the font in the fields??

    You can set up a temporary button (or link, bookmark, etc.) and add the following JavaScript action:
    // Mouse Up script for a temporary button (or bookmark, etc.)
    // Change the font and font size for all text fields in this document
    for (var i = 0; i < numFields; i += 1) {
        var f = getField(getNthFieldName(i));
        if (f.type === "text") {
            f.textFont = font.Helv;
            f.textSize = 9;
    It also sets the font size, but you can remove that line if you don't need to do that.

  • Can't open Word docs with Pages 08

    Since upgrading to SL I found that I can no longer open Word documents sent to me via email attachments. Can this be remedied? I thought Macs were able to "translate" Word files.
    Help!

    I did discover I can open Word docs with Text Edit, but it's a multi-step process now. I really don't want to upgrade to iWork 09 and I'm not sure that would solve the problem. I also have to use Quick Time now to open movies in iPhoto. Another multi-step process. I'm not very happy with SL.

  • Unable to embedded xls files word doc with acrobat distiller 6

    Hi,
    I have a problem to convert a Microsoft Word docs with embedded excel(*.xls) to PDF using Adobe Distiller 6. The excel file will become an image file after conversion.
    Please advise on what went wrong or is this a limititaion of Adobe Distiller 6.
    Thank you in advance.
    Regards,
    Haikal

    I suspect that what you are asking as nothing to do with Acrobat. For what you are doing, there is no need to use PDF Maker (unless you are looking for links or such). You do not have to use Distiller (unless you are taking about the Acrobat Distiller printer with AA5 and earlier), but simply print to the Adobe PDF printer (that automates the use of Distiller). In fact, Distiller can not handle DOC files, so I suspect you are using AA5. However, the end result will be based on whatever WORD sends to the printer, not how Acrobat converts it. If text is sent, then Acrobat will convert it accordingly. Sounds like WORD is sending the Excel file as a graphic. It may just be that is how WORD handles that OLE aspect of the embedding.
    I am no expert on WORD (I use another package), but I really doubt that Acrobat is at fault. I would look at what WORD is doing. One way to do this is to print to a PS file (you can do this with the Adobe PDF printer using print-to-file. Open the PS file and you should find a graphic structure in the PS that represents the Excel file.

  • Is there a difference between saving a word doc with images as a pdf or printing to pdf?

    Is there a difference between saving a word doc with images as a pdf or printing to pdf. Images are sometimes missing when the document is  saved as a pdf or they are visible to the document owner but seem to disappear when viewed after submission to grants.gov. and proposal Central.
    Using Acrobat 9.5.5 and Office 2010 and Office 2011 Mac

    Is there a difference between saving a word doc with images as a pdf or printing to pdf. Images are sometimes missing when the document is  saved as a pdf or they are visible to the document owner but seem to disappear when viewed after submission to grants.gov. and proposal Central.
    Using Acrobat 9.5.5 and Office 2010 and Office 2011 Mac

  • Customizing Publish Options for Word Doc

    Are there any additional publish customization options for Word doc? I checked the options available, and I didnt find any feature that allows you, for example, to manipulate slide images ( like, size and position), slide notes ( fonts and placement), etc. It takes so much time to reformat images and notes for each slide. Any suggestions?
    Thanks,

    The handout template is hard coded. But, working with the other templates and the Word Output document, I was able to create a template that will allow you to publish the Word images and slide notes in Word. And, you can customize the placement on the page and image sizes.
    Here are instructions (I'm using Captivate 6 BTW):
    1. Make all of your slide notes into closed captioning.
    I was able to find the computer code to call the closed captions, but not the slide notes. So you have to drop some audio onto each slide (I'm using 1 second of silence generated in Audacity) and click the button that will turn your slide notes into closed captions. Don't worry...these won't display in your published project unless you have your skin set to display them.
    2. Open a new Word document.
    3. Copy and paste the script below into your Word document. This script as is will print 2 slides per page with slide notes above the images.
    [CPDefaultItemTemplates[CPTemplates[TIMEBLOCK[CPContentInsert]TIMEBLOCK]CPTemplates]CPDefa ultItemTemplates]
    [CPCapturedSlide
    [CPBlockInsert][CPTemplates[CC1[CPCC]CC1]
    [CCN[CPCC]CCN]CPTemplates]
    [CPSlideImage][size:282x214]
    CPCapturedSlide]
    [CPContentSlide
    [CPBlockInsert][CPTemplates[CC1[CPCC]CC1]
    [CCN[CPCC]CCN]CPTemplates]
    [CPSlideImage][size:282x214]
    CPContentSlide]
    4. Adjust the script to your liking:
    1. Change the image size. This is set to 282 x 214. But you can change the image size to whatever you want it to be. If you make the size larger, fewer will fit on a page.
    2. Move the slide notes, if you want. This is set to put the slide notes above the images. To put the notes below the images, move the [CPBlockInsert][CPTemplates[CC1[CPCC]CC1]
    [CCN[CPCC]CCN]CPTemplates] to below [CPSlideImage][size:282x214]. Be sure to move both instances, and don't copy/paste...move!
    3. Use Word's formatting options to change the page display. For example, if you use Word to center the code about slide images, the slides will be centered on the page when you publish. You can add your company's logo in the header. Type CPMovieTitle into one place to print the project title...either header or footer. It won't work if you put it in more than one place for reasons known only to Captivate. You can put page numbers or dates in the footer. You can change the font for the slide notes by highlighting the notes code (see #3 above) and making it larger, smaller, different, bold, italic, etc., etc., etc. Whatever you would do with Word to format your handouts, do in this document.
    4. Add anything that you want to print on every page outside the [ ] blocks. For instance, if you want to blank lines to print under the notes, you can add before the code for the images.
    5. Save the Word document in .doc format with a memorable name where you can find it. You don't have to save with the templates in the Captivate program file.
    6. Publish to Print. In the upper, right corner, in the Type section, click the button with ... It's to the right of Handout. That will open a window which will allow you to browse to find and select your Word document. The Layout Options won't do anything, so no need to mess with them. Set the rest of your settings...like project title and publish location and publish.
    Things that I don't know, but would like to:
    1. Will this work in Captivate 7? Will someone try and let us know?
    2. Can you save the Word file in .docx format?
    3. Can you set the Word doc to landscape instead of portrait? (I'll bet that you can, but haven't tried it.)
    4. What Word options won't work? I know that you can't put this code inside a Word table. Using column and page breaks, I got mine to print with the slide notes on the left and images on the right. Other than that, who knows? Word is a big program, so you'll just have to test.
    5. What is the code to call the slide notes? I've called Adobe support twice and can't get a straight answer. If we all start calling and emailing, maybe they'll tell us.
    So, I hope this helps. There are so many threads about this and I can't repost everywhere. So, please link to this thread if you see another one where this info will help.
    Happy printing!
    Rebecca

  • How to merge PDF/Word Doc with the Form I created?

    Hi All,
    Which software should I use to merger PDF/Word Doc with the form I created.
    One more question is I want the form page to show up right next to the ending or in the middle of the word doc . How to manange the placement of the sections?
    Please do let me know, its urgent.
    Thanks and Regards,
    Hari.

    1) The option of creating the whole thing as a LiveCycle form means that you need to convert the Word document using LiveCycle Designer. The import utility won't preserve the fidelity of the Word document the way printing to the PDF print driver does. It will likely require a fair bit of tweaking in Designer to get it looking like you want. You will likely get frustrated, since Designer is not a word processor.
    2) You can create PDF forms in Acrobat without launching LiveCycle Designer. While they look the same to a user as forms created with LiveCycle Designer, behind the scenes they are very different. When you create a form in Acrobat you overlay fields on top of an existing PDF document that you had previously created using the PDF print driver. There is an extensive scripting model for these "Acroforms". The technology pre-dates LiveCycle yet Adobe continues to improve the two forms models in parallel. In Acrobat, open a PDF and select tools-->forms-->show forms toolbar.
    3) I recommend this option if it's feasible. I don't know what you mean by "doesn't show up in a flow". If you're going to use the form in Acrobat 7, then save it as Acrobat 7 compatible in LiveCycle Designer. This is one of the options in the Save As dialog of LiveCycle Designer.
    Jared Langdon
    http://www.jlangdon.ca

  • I cannot send a Pages document, Word format via email from my ipad if it has a picture in the the doc.  I can send a Word doc if it does not have a pic in it or pdf with a pic.  Any thoughs why a word doc with a pic in it won't email in Pages?  thanks

    I cannot send a Pages document, Word via email if the doc contains a picture.  If I email a Pages doc without a pic in Word format or pdf with a pic it with go through to sender?  Not sure why Pages won't send Word doc with a picture in it.  I check the security on the email recipient and the email doesn't get blocked or throw in the junk box?
    thanks,
    drainguy41

    If you have upgraded to Mountain Lion, Save As… has returned to the File menu when you hold down the Option/alt key. But you don't really "save" as other file types, you translate & export as Word or RTF or text or PDF & that is easily done by going to File > Export or Share > Export.
    Also, please do us all a favor & don't use all capitals in your posts, either the body of the post or the title. All caps is the internet equivalent of shouting & is very hard to read.

  • Open Word docs with the new Pages?

    Pages does not open. I had the new one installed but apparently had the old one still up. How can I open Word docs with the new Pages?

    Pages 5 is in your Applications folder.
    Pages '09/'08 is in your Applications/iWork folder.
    You are alternately opening the wrong versions.
    Pages '09/'08 can not open Pages 5 files and you will get the warning that you need a newer version.
    Pages 5.01 can not open Pages 5.1 files and you will get the warning that you need a newer version.
    Pages 5 can open Pages '09 files but may damage/alter them. It can not open Pages '08 files at all.
    Once opened and saved in Pages 5 the Pages '09 files can not be opened in Pages '09.
    Once opened and saved in Pages 5.1 files can not be opened in Pages 5.
    Anything that is saved to iCloud is also converted to Pages 5 files.
    All Pages files no matter what version and incompatibility have the same extension .pages.
    Pages 5 files are now only compatible with themselves on a very restricted set of hardware, software and Operating Systems and will not transfer correctly on any other server software than iCloud.
    Apple has removed over 95 features from Pages 5 and added many bugs:
    http://www.freeforum101.com/iworktipsntrick/viewforum.php?f=22&sid=3527487677f0c 6fa05b6297cd00f8eb9&mforum=iworktipsntrick
    Archive/trash Pages 5, after exporting all Pages 5 files to Pages '09 or Word .docx, and rate/review it in the App Store, then get back to work.
    Peter

  • Is RoboHelp for Word packaged with RoboHelp 11?

    Is RoboHelp for Word packaged with RoboHelp 11?

    No. The last version to include Rh for Word was Rh10. Is there a specific reason for wanting to stick with Rh for Word? There is a learning curve with Rh HTML but it shouldn't be too difficult.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

Maybe you are looking for

  • A tela da Configuração do Grupo de item aparece fora da tela de acesso

    Grupo, Gostaria de ajuda, o servidor do meu cliente caiu e estava usando o cadastramento do grupo de item, agora quando tento abrir ele pararece no alto sem poder ser inserido os cadastros, já tentei de todas as formas baixar a tela mais não tive suc

  • .Mac sync no longer working

    Since a few days ago, .Mac syncing of my bookmarks stopped working. I noticed that all the bookmarks I added on my G5 stopped showing up in .Mac and on my laptop. However bookmarks added on the laptop would show up on .Mac, too. So I decided to unreg

  • HDMI Sound Output

    I am using a Samsung TV as a 2nd monitor connected with HDMI, and my sound will output ONLY through the television even though I have an external device (Apogee Quartet) selected in sound preferences.  Any tips?  I am using a mid 2014 13inch Macbook

  • Servlet Methods

    Hi all, Can anyone pls tell me how to access a servlet method from a simple java file. I want to access a parameter from a servlet from a simple java file which is run by a process in linux and which is not a part of my web application. I tried to do

  • How to do keyframes with 'level' filter?

    I'm trying to change the 'levels' as I do a move across a still. There is keyframable parameter in the 'levels' filter that allows me to add keyframes ... but this has no appreciable effect on the actual levels as far as I can see. How can I can 'lev