MS Word Issue ( It's general issue)

Hi All,
I am facing the following problem with MS word.
Normally we attaché graph and code screen shots in the Technical design documnets(TDD). The size of one of the TDD became 33MB and as a result it got corrupted. We are not able to open it. This is rework for us. Here is the error message.
"There is not enough memory or disk space to complete the operation"
for time being we did the following.
If code is too huge, save that code into notepad and attach that notepad in the word document instead of attaching screen shot as .JPEG takes more memory than notepad. There is no alternative for attaching graph screen shot. If anyone has alternative for the same please share.
Thank you,

Dear user!
Well I'm not exactly sure why you're posting your question here. This is a forum all around Oracle products and it has nothing to do with Microsoft Word/Excel/Powerpoint or other MS products. But apart from that I think I can give you a helpful advice. If you have to create documents with a lot of screenshots and more than a hundred pages than you should not use a word processing software like MS Word. Instead of that use LaTeX. I don't know if you ever heard from LaTeX so I'll write a few word about it.
LaTeX is a type setting software that allows you to create huge and professional documents with very complex layouts. It original purpose of LaTeX has been to create mathmatical dissertations with complex equinations formulas. But this system has grown rapidly in the last years and now a days it is capable to do a lot more than type setting equinations formulas.
Concludingly I would advice you to look for MiKeTex (that's LaTeX for Windows) and LyX (that's a graphical console for MikeTex). Both is free for use.
Yours sincerely
Florian W.
Edited by: Florian W. on 27.05.2009 11:18
Very sorry about my bad vocabulary

Similar Messages

  • Exporting a PDF to Word Issue

    I have 8 PDF's I am trying to export to Word.  Five have exported okay but the bigger one's error out.  Is there a document size limit on PDF's.  One is 11,093 KB another is 9,753 KB and the third is 9,609 KB.
    Thanks. Doris

    Good day Doris,
    There is a file size limit for uploading to the ExportPDF or CreatePDF services of 100MB, so your 3 problematic files aren't having an issue due to that limit. 
    Feel free to share your files with us via the File Conversion Issue form.  We'll take a look and see what we can find.  Please be sure to reference this thread in your description so we know where to circle back to.
    Kind regards,
    David
    Acrobat Community Manager
    Adobe Systems

  • Office 2007 Virtualization - Word Issues

    Hello,
    I am trying to virtualize Office 2007. I have been installing each
    application separately and then create the virtual app. Excel and
    PowerPoint work fine however, with Word I get a message at startup saying
    the Office is installing or configuring Word. It does this when you close
    the application as well.
    Has anyone run into this issue? Is there a better way to virtualize Office
    2007 so you can run each app separately?
    Thanks,
    Ron

    Since Zenworks only creates the one executable though how do you separate
    the icons or specify which app to run (ie. Word, Excel...). I am not
    distributing these using Zenworks.
    >>> Jared Jennings<[email protected]> 5/25/2011 3:33 PM
    >>>
    Ron Friesen,
    >I don't really care about size but would like the ability to open each app
    >independently. What is the best way to virtualize Office 2007?
    Well I am not the person (yet) to ask what's the best way, but I know that
    JUKEBOX'ing would do what you are wanting to do.
    See this post, http://jaredjennings.org/wordpress/?p=158
    The following sections in the ZAV user
    guide(http://www.novell.com/documentation/...user_guide/zav
    803_user_guide.pdf)
    helps.
    2.10 SPECIFYING MULTIPLE STARTUP FILES (JUKEBOXING)
    6.2.5 Startup files (Jukeboxing)
    Jared Jennings
    Senior Systems Engineer, Computer Integrated Services (CIS)
    http://www.ciscony.com
    My Blog and Wiki with Tips, Tricks, and Tutorials
    http://jaredjennings.org
    Twitter@ jaredljennings

  • Pass word issues

    Can you help?  When I attempt to sign in after I enter my pass word I am directed to purchase the product which I already purchased.
    I'm trying to convert a pdf to word. Never had this issue in the past two years.

    Hi Martha,
    I apologize for the inconvenience!
    I am showing that you cancelled your subscription to ExportPDF, is that not the case? If so, let me know and I can work on getting you set back up right away.
    Looking forward to hearing back from you.
    Kind regards, Stacy

  • Ctl + left/right Shortcut selection of "word" issues

    Greetings!
    I am relatively new to dreamweaver, but am an avid user of shortcuts to make coding as fast as possible.  A major caveat of this, is to minimize key-strokes.  One of Dreamweaver's behaviors regarding shortcuts behaves rather poorly.
    Cutting and pasting a single html element or group, or a whole line without the whitespace indentation, requires a few too many key-strokes for my liking.
    Doubleclicking the mouse, and  ctl + left or right, are supposed to "select word left/right," but I am at a loss for how Dreamweaver is defining a "word" within the code.  Especially HTML or similar code. It seems dreamweaver only defines a "word" as being an unbroken group of alphanumeric characters... but that is not very helpful for a programmer.
    More specifically, consider the following HTML example:
               <li><strong>Charaters</strong></li>
    place your cursor at the end, Shift + Home selects the whole line.
    then ctl + shift + right selects, "li><s..."     omiting the leading "<"
    doubleclick an element, and it only selects the letters within the element.
    Granted, a simple fix for the given example would be to create a custom shortcut:
         Shift + Home;     Ctl + Shift + Right;     Shift + Left;
    However, that does not address the many other "keystroke minimization" issues this little "word definition" creates.
    Is there any way to modify this behavior to treat a simple html elements as a whole word?
    Or even expand it to treat the tag definition (including the "<") as a word, and then each attribute as a word?
    Thank you for your help in advance,
    Tony

    I absolutely agree with you in that most Dreamweaver users are working in code view.  Moreover, within Dreamwaver there are alot of very handy tools for coders.  Rather, what I am saying is the core of Dreamweaver was built to be a GUI first, but has since been adapted to be more coder friendly.  In this case specifically, it's definition of a "word," is a perfect example.
    Within Dreamweaver a word (as far as I can tell) is defined as a group of alphanumeric-only characters, separated by spaces.  When it encounters any other characters, it treats each as a word. The result is the cursor stoping at every special character, and sometimes in very weird and inconvienient places. Every other development software I have come across, (Homesite, Visual Studio, and VIM to name a few) is at least a bit more context sensitive, stopping between "><" in html tags, and only at the ends of white space or certain special characters.  That behavior is MUCH more friendly to shortcut use.  Actions which would only take 3 or 4 keystorkes in any of these, could take as many as 8 to 10 in Dreamweaver, because of this behavior alone. Doesn't matter much if you have time to use a mouse, but really hobbles speedy development.  This behavior is perfectly designed to work with english and text, but perfectly horrible for working with code.
    Keyboard and mouse combination works fine for html, and slower troublshooting or coding, but is way to slow when compared to good shortcut use.  Especially in a production or development environment with deadlines.  Not that I'm going to stop using Dreamweaver, but I would really like to find a way to make it work with me, instead of against me.
    Thank you for your time and attention trying to help me understand the issue.

  • Weird Word Issue

    Hey gurus,
    Quirky, PITA problem here, and no idea how it happened nor how to solve it.
    I must have hit a control key or something when printing in MS Word for Mac v.x.
    I go to print, and the "Copies & Pages" portion of the print screen is compressed/minimized. When I choose any of the other screen options, such as "Scheduler" or "Paper Handling" the screen expands to show me options and allows me to adjust them. But not for "Copies & Pages" which is the only one I use.
    What is the problem here - what key did I accidentally hit to close this screen and how to I expand it again? True PITA having to single print 15 copies of something... I'm sure you know what I mean.
    All your help very much appreciated.
    Thanks,
    Craig
    (re: PITA - Pain In The A**)

    Hi,
    Do you have any third party CD/DVD burning software installed on the computer? Or if you have any Word add-ins integrated from the software?
    Disable all add-ins in Word, then test if this issue persists. If no, disable the suspicious ones to verify which caused the problem.
    Please also copy the .doc documents to a local computer, does this problem exist when opening from local?
    Regards,
    Melon Chen
    TechNet Community Support

  • Word issues with upgradeing reports built in 10 to crystal 2008

    We have a bunch of reports that were built and running with 10. We are trying to upgrade our servers to run with crystal 2008. The reports built in 10 have been working when run with the crystal 2008 runtime. With the exception of a problem when opening a report in word. I have figured out if I change the page set up in word to be landscape the report will now show fine. Also if i edit the actual rpt to be much narrower than the original, it will execute correctly in word. Has anyone else had this problem? Word will run very slow and there will be blank pages in between a multi page document.

    Hi Bill,
    Not sure what version you are using, get SP1. In the report designer if you got the Page Setup options try checking on Dissociate Formatting Page....
    If you are using RAS and SP1 you can do this in code something like this:
    System.Drawing.Printing.PrintDocument pDoc = new System.Drawing.Printing.PrintDocument();               
    PrintReportOptions rasPROpts = new CrystalDecisions.ReportAppServer.Controllers.PrintReportOptionsClass();
    CrystalDecisions.ReportAppServer.ReportDefModel.PrintOptions MYPRTOpts = new PrintOptionsClass();
    if (rdoCurrent.Checked)
                    pDoc.PrinterSettings.PrinterName = cboCurrentPrinters.Text;
                    MYPRTOpts.PrinterName = cboCurrentPrinters.Text;
                    MYPRTOpts.PaperSize = (CrPaperSizeEnum)
                             pDoc.PrinterSettings.PaperSizes[cboCurrentPaperSizes.SelectedIndex].Kind;
                    MYPRTOpts.PaperSource = (CrPaperSourceEnum)
                             pDoc.PrinterSettings.PaperSources[cboCurrentPaperTrays.SelectedIndex].Kind;
         // added the below line to verify the changes work.
                    MYPRTOpts.PaperOrientation = CrPaperOrientationEnum.crPaperOrientationLandscape;
                    // new API added to allow changing printing options
                    MYPRTOpts.DissociatePageSizeAndPrinterPaperSize = true;
                    MYPRTOpts.PageMargins.Left = 1;
                    MYPRTOpts.PageMargins.Right = 1;
                    MYPRTOpts.PageMargins.Top = 1;
                    MYPRTOpts.PageMargins.Bottom = 1;
    Thank you
    Don

  • MS Word issues with verizon message center

    It seems that when I have the "Verizon Message Center" open with e-mails displayed, I have serious problems with MS Word - whether is is open or not. This has occured with both Office 2007 and 2010.
    Word reports a number of errors about opening the environment, wants to save changes to the Normal template, etc. The problem is particularly pronounced when attempting to attach a Word file to an e-mail.
    Has anyone seen this? Any thoughts?

    welcome to the world of a pop server. They do not function they way you want. You would need to move to a imap server like gmail for the functionality you are looking for.

  • Converting PDF to Word Issue

    Hello: I just installed Acrobat 9 Pro and wish to convert some PDF files to Word documents. When I chose Export to Word, a message of "Could not convert the document (exception caught). <Expected a number object>. The file conversion process did not work. Any suggestions?
    Thanks!!!

    Thanks for your idea, but this is a 60 page file that includes pictures.I just tried your copy and paste suggestion and the text came over but not any of the graphics.

  • Copy Paste HTML to Excel Word issue

    Web site used for business has "printable excel view". In prior versions of Firefox I could copy and paste into word or excel. In version 4, it locks up Word with
    Problem signature:
    Problem Event Name: APPCRASH
    Application Name: WINWORD.EXE
    Application Version: 11.0.8328.0
    Application Timestamp: 4c717ed1
    Fault Module Name: WINWORD.EXE
    Fault Module Version: 11.0.8328.0
    Fault Module Timestamp: 4c717ed1
    Exception Code: c0000005
    Exception Offset: 002ec4dd
    OS Version: 6.1.7601.2.1.0.256.48
    In Excel 2003 in does nothing when I click paste. However I can paste with Unicode or text but not HTML.... When I say nothing I mean nothing happens. Tried thru IE and that works like 3.6 worked, just fine.

    I reinstalled, removed, restarted, tried the Table add on, nada zip will get it to work.
    Do not get a crash, but you right click, select paste and the page blinks, but nothing is on the page. IE works just like before 5.0. all versions of 4 did work.

  • Microsoft word issue

    Hello everyone,
    I have one small bug with the latest version of microsoft word 2011 on OS X leopard. Sometimes when I have already opened a document and that I want to change the font color, my computer freezes for several minutes, until it defreezes and the color palette is not visible. Usually when I open the color palette on a blank document immidiately after having created it, there is no problem.
    It is actually quite annoying because sometimes i forget it and am unable to work for several minutes.
    Does anybody know why is this happening?

    Wrong forum. Try http://www.officeformac.com/ProductForums/ and http://www.officeformachelp.com/2010/10/help-reloaded-officeformachelp-com-goes- live/

  • "Zoom" Accessibility and Word issue

    When using "zoom" accessibility with Microsoft Word on my new MacBook Pro with Retina Display, Zoom does not "follow the keyboard focus". Does anyone know a way to fix this? This feature of Zoom works for all other applications. I am in graduate school and will be needing Zoom and Word a lot! Thanks.

    Of course, doing a tight crop on a telephoto action shot might not be the sharpest to begin with!
    Remember the rule of thumb that the shutter speed should be 1/35-mm effective focal length, which might not be enough for action shots. (IS won't help you here!)
    Cropping effectively increases the focal length which makes the problem worse.

  • Word issues

    Since updating to Yosemite, Microsoft Word randomly and frequently fails to recognize my wired keyboard. The keyboard will work in every other program. What is the fix for this? I've seen other people post about the same problem, but nothing I've tried has provided a permanent fix. If I close Word and open it again that sometimes works, but not always.

    Word - Microsoft Support

  • Microsoft Office 2004 (Word Issues)

    Ever since I installed Leopard, Microsoft Word is acting peculiar.
    Specifically, I have come across 2 things that never happened to me before.
    1)Some misspelled words are not showing up as misspelled, they are not being auto-corrected or given a red line as I type nor are they detected when I manually run spell check.
    2)When I put something in quotations. The opening quotes are aligned on the bottom instead of the top!?
    I checked my spell check prefs and everything looks fine. Very weird.
    *Anyone else experiencing this?????*
    Thanks
    Paul

    In all honesty, I have had nothing but Office problems since the 10.4.10 update -- I got rid of them a while back and have been using Pages with no problems at all. After getting used to it, it is faster and more intuitive than Word. iWork runs perfectly under Leopard.
    There have been consistent problems reported with MS Office after the Leopard update in all of the forums I visit daily.

  • Is there a way to change settings for "date modified" to reflect true file changes instead of changing upon viewing files? This is not just a Word issue.

    My team and I open and view files all the time without editing them but the date modified changes anyway. This gets especially troublesome when we are working on files on each others desktops remotely. Is there any way to change these settings to reflect only changes instead of views, moves, and the like? I've read similar posts that have all reference Microsoft products but that is not the case. Our systems here operate in this way regardless of application/file type.

    This discussion is going on in another thread where there has been more responses, one fix and a work-around noted. Please go here to read them: https://discussions.apple.com/message/18157324?ac_cid=142432#18157324

Maybe you are looking for

  • Asset Gl balances are not matching with Asset history

    Hi Gurus, I run the ABST2 transaction it is giving the error message . Company code Asset balance sheet values are not completely posted Message no. MQ554 Diagnosis The asset balance sheet values in Financial Accounting are not posted all depreciatio

  • How to add one column for entry in the TLB screen?

    Hi all, Does anybody know how to add a customised column for free text in the TLB header screen? The reason is user needs to add ship or container no. This info will be later on interfaced via CIF exit to R/3. I think many of you have the same requir

  • How do I transfer pictures and videos on to computer

    Have all on Micro SD card, but computer won't read it. Used card reader as well as other computers, didn't work.

  • Data block and storage procedure

    Hi, I have problem with form that is build on storage procedure. When I compile form i get error: Compilation error on DELETE-PROCEDURE trigger on BLOCK22 data block: ERROR PL/SQL 306 in line 7, column 1 wrong number or types of arguments in call to

  • BANK PARNTER TYPE

    Respected Professionals, I am not able to pay the invoices using particular Partner Bank Type I am getting an error like "Please choose a valid Bank Partner Type" I checked in FK03 also and bank partner type is duly assigned So could you please guide