Ch@ndra plz help: conversion to word doc

Some people have repsonded to this post but it is not working as desired
the code below is working but when I am tryin to add the table, it is not working...
Incase chabdra you can post the code for creating tables it would be great..
some one posted a pdf file as well to accheive this but the steps and code given in that is not working correctly...
sorry for bothering you...
thanks,
Hello,
Any pointers as how to acheive if we want to convert a flat file into a meanigful word output.
approach: I want to add some lines of introduction to the word,
then add some data from the flat file,
again some explanation to the data and then again a bunch of data..
earlier i had posted the post and Ch@ndra had replied giving some inputs,
What I could understand, we can create a new word file and add some text to it, But how we combine the the selected flat file data and some text.
posting the code which Ch@ndra posted me ..
INCLUDE ole2incl.
DATA: word TYPE ole2_object,
documentos TYPE ole2_object,
documento TYPE ole2_object,
selection TYPE ole2_object,
font TYPE ole2_object.
CREATE OBJECT word 'WORD.APPLICATION'.
CALL METHOD OF word 'Documents' = documentos.
CALL METHOD OF documentos 'Add' = documento.
CALL METHOD OF documento 'Activate'.
GET PROPERTY OF word 'Selection' = selection.
GET PROPERTY OF selection 'Font' = font.
SET PROPERTY OF word 'Visible' = 1.
SET PROPERTY OF font 'Name' = 'Arial'.
SET PROPERTY OF font 'Size' = 10.
SET PROPERTY OF font 'Bold' = 1. "o 0
SET PROPERTY OF font 'Underline' = 1. "o 0
CALL METHOD OF selection 'TypeText' EXPORTING #1 = 'Assesment Tool'.
CALL METHOD OF selection 'TypeParagraph'.
CALL METHOD OF documento 'SaveAs' EXPORTING #1 = 'c:\test.doc'.
CALL METHOD OF word 'Quit'.
any other commands availbale to convert the data into table and other forms.
thanks

If you have adobe X, simply go to "File" -> "Save-As" and Microsoft Word is an option. Also, there is a download (paid) called Able2Extract that will allow you to convert pdfs to word, excel, etc. but the formatting is often lost. If you get the premium package, you can even convert scanned documents. I've used Adobe X to do the conversion, and it retains headers, footers and all formatting.
And i personally share you with a article about how to converting PDF files to Word(.doc), you just need to follow the easy guide.
Hope it can help you a lot.

Similar Messages

  • Strange bug: Acrobat 9 deletes words upon conversion from Word doc

    Situation: converting from MS Word 2007 (SP2) to Acrobat 9 Standard (v 9.2.0) in WinXP.
    I've tried this repeatedly. The first word in multiple headings disappear when converted to PDF (they remain in the Word doc, but don't exist in the PDF that was produced from the doc).
    Example: "Correlation Analysis" becomes " Analysis".  This is happening to the text of every "Heading 2" style heading. All the other headings are unaffected.  Does anyone know why this is happening?
    This is insidious because we assume that the finished doc matches the original one. So now I have to also proof the Adobe conversion for unexpected deleted words?
    In the meatime, I'll return to Adobe 8 to do these conversions.

    I see a similar problem being reported in this posting:
    http://forums.adobe.com/message/2370280
    No resolution there either.
    Regarding your suspicion that it may be related to Word, what contradicts that is the fact that the full text of the header appears in the resulting PDF bookmark!!  However, the first word of the text is missing from the heading in the PDF (though it remains in the source Word doc).
    Also, I am NOT referring to the page header or footer.  I'm referring the text heading in the body of the document. In my case, only the "Header 2" styled headings are affected.

  • Conversion of word doc to pdf with ms word how to change to pdf and then ppt?

    I have used my ms word to convert word doc to pdf, i purchased conversion ability from link in adobe reader and what do i do next. 
    New to this.

    Hi adog,
    No worries! We'll get this sorted out for you. I'm not sure that I follow, though. You converted a Word file to PDF, and now you want to convert that file back to Word, and then to PowerPoint? That seems like a lot of steps, when you could import your Word document into a PowerPoint file.
    If I'm missing something, and misunderstanding your process, please let me know. It's best to avoid unnecessary conversions from one format to another to another, if possible.
    Best,
    Sara

  • Conversion to Word Doc

    Can Adobe Acrobat Pro v 9 be used to convert a pdf to a word doc?

    Generally that is a function of WORD, not Acrobat. Acrobat just represents what has been sent to it. It may be that you are using some font that is not being embedded and the substituted font is upper case. Look at the font table in the PDF (ctrl-D) to check the embedding and substitutions.

  • Plz help me,send some docs

    Hai gurus,
    Can any body send Implementation (bw side and r/3)  Issues with screen shots in project
    with regards....

    hi raghu..
    chk these links for scenarios..
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/biw/s-u/sap%20bw%20in%20growing%20landscape.pdf
    http://www.businessobjects.com/pdf/partners/sap/sap_di_fact_sheet.pdf
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/7445d290-0201-0010-70b7-a7bbfe2e5f8b
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/biw/s-u/sap%20bw%20in%20growing%20landscape.pdf
    http://help.sap.com/bp_pharmav1470/Pharma_DE/Pharma_DE/HTML/BW_EN_DE.htm
    hope it helps.

  • Help: analyze microsoft word docs

    I'm trying to write a program to run linguistic analysis on Microsoft Word documents. I understand how to do i/o with plain text files. But for a Word document, how do I deal with those extra formatting? Can any of you Java gurus out there give me some ideas? Thanks in advance!

    Thanks ChuckBing! ;-)
    Any suggestion for an external program that can convert a Word file to plain text?
    Also, what about implementing an editor kit? Since editor kits can support a custom text format.

  • Linking Word Docs in RH8 - Need Workflow Critique, Best Practices Tips, etc.

    Me: TCS 2
    Writer 2: Word 97, Acrobat Pro 8
    Software industry
    Help File Specs: Using RH8 to output to AIR Help (prior to current project = CHM), approx. 500 topic legacy help system (apparently created several years ago from the Word U.G; no CSH, index, or glossary); project uses one master page and one CSS
    Project Challenges: Big new features being added at the 9th hour, deadline moved UP by two months, have just been given a writer to help document new features but she only has Word and Acrobat (and we both work from our home offices)
    After reading everything in the RH Help on Linking Word docs, Peter's info (RH8 Tour on Grainge.org), the related posts I found here, and watching RJ's demo on Linking vs. Importing, I've come up with a tentative workflow. Going to do some tests, but wanted to get this posted in the meantime.
    Workflow
    1. Generate separate Word file for each of the existing RH topics Writer 2 will need to update.
    2. Apply template to Word files that matches my CSS styles (?)
    3. Create Word template matching my CSS styles for Writer 2 to use for new topics.
    4. Writer 2 updates/creates content. Each Word file =One RH Topic.
    5. I delete the existing topics she now "owns" from the project.
    6. When she's done with her first pass, I link all of these into the project.
    7. When she supplies revised files, I drop them into the folder, then do "Update" (or "Force Update"?)
    8. She also supplies a commented PDF version of each file to me to say "XYZ.jpg goes here" or "Make sure to include this topic in the TOC". (From what I've read, images from Word to RH = headache, and I don't enjoy files names such as "Image0001"...already a big pain since this project originated in Word and my client is in love with screen captures...trying to "wean" them off.)
    Questions/Comments
    - I know you can bring TOC entries over from Word, but think I'll spend more time messing with trying to integrate into the "master" TOC than just manually doing it.
    - Can I just have Writer 2 use the Word Comments feature to pass info on to me, or would those show up in my output or cause some other issue?
    - Can Writer 2 use Word cross-references that would become hyperlinks to the correct topics in RH given above (or would all of her "topics" have to be in one Word file to do this)? Any way she can "code" text to end up creating a link to one of my topics, or am I going to have to do this?
    - Would I be better off generating one big Word file for her to edit, then telling RH to break it at a certain heading style instead of the 1-to-1 ratio I had in mind?

    Hi there
    In my own opinion, Panning is a nice attempt, but just doesn't cut the mustard. It's nowhere near as good as the panning one sees with Camtasia Studio.
    I might suggest combining Camtasia with Captivate for the ultimate development set. There are aspects Captivate shines in when compared with Camtasia, and there are aspects Camtasia shines in when compared with Captivate. So I say if you can afford it, go for it!
    Now I know that both packages are sort of pricey and not everyone can afford both. In that case you might want to try Jing, which is free to use. I've not looked very deeply at it, but it may offer some of what Camtasia does. You could then use that for your panning and enhance Captivate that way.
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • Plz help withen 5 min,how 2 call MS.World doc

    friends there is a problum....
    My team lead give me assignment 2 open a MS.Word Doc file from form 61 in windows environment
    plz help me what can i do.

    what do you want exactly?
    open the word-document per host-command? It's easy, when you know the paths and the word-documents.
    or in web with the client_host-command.
    If you want to interact with the word, then you should create a channel to the document via OLE2 or client_OLE2 - packages. There are many examples here in the forum. Search for word and ole2.
    try it
    Gerd

  • HELP WITH PDF TO WORD DOC

    pLEASE HELP WITH CONVERTING A PDF REPORT TO A WORD DOC WHERE i CAN MAKE CHANGES AND PRINT A NEW REPORT.

    Hi Christine,
    It looks like you have a subscription to our ExportPDF service. Follow the steps in our Getting Started Guide to convert your PDF to Word: http://forums.adobe.com/docs/DOC-2412
    You should be able to edit your file in Word after the conversion.
    -David

  • I really need someone to help me. I have been trying to figure out how to select a PDF document to convert to a Word doc. When I go to select a PDF file, all that shows up is the WORD docs. does not show ANY of my PDF files... Please help me figure out wh

    I really need someone to help me. I have been trying to figure out how to select a PDF document to convert to a Word doc. When I go to select a PDF file, all that shows up is the WORD docs. does not show ANY of my PDF files... Please help me figure out what is going on? We have it set on auto renewal so I know its not that we haven't renewed this subscription, because we pay automatically.

    Hi olivias,
    It sounds like there may be some confusion on your system about what application should be associated with PDF files. You can reset filename associations by following the steps in these articles (depending on your operating system):
    How to change the default application for a file type | Macworld
    http://windows.microsoft.com/en-us/windows/change-default-programs#1TC=windows-7
    Please let us know if you have additional questions.
    Best,
    Sara

  • Recently updated m old 2004 macbook pro to snow leopard 10.6.8, I opened a word doc. and it automatically opened in iwork '08? Now I can not print old or new docs? Help - do I have to update to iwork? Is this an update or do I have to buy iwork?Thanks

    I have a couple of questions? 1. I recently updated my old '04 macbook pro to snow leopard 10.6.8, when I went to open an old word doc., it opened with iwork and will not allow me to print until I update to iwork'08. Do I have to update? If I do, is this an update or do I have to purchase iwork? 2. Can I update my old '04 macbook pro to Lion or Mountain Lion or is this too much? I just purchased and iphone 5 but do not know if Snow Leopard can give me the future updates I might need?? Also does icloud work with Snow Leopard? Thanks for help, I am lost...

    Try resetting your SMC and NVRAM before attempting to install again.
    Resetting the NVRAM/PRAM
    Note: This will not delete any data.
    The NVRAM/PRAM stores information such as speaker volume, screen resolution, startup disk selection, and recent kernel panic information (if any). You should reset the NVRAM/PRAM if you experience issues relating to these functions.
    Shut down the computer by going to Apple () > Shut Down…
    Select Shut Down or allow the computer to shut down automatically.
    Turn on the computer by pressing the Power Button.
    On the built-in keyboard, press and hold the Command (⌘), Option (⌥), P, and R keys before the gray screen appears.
    Continue to hold down the keys until the computer restarts and you hear the startup chime for the second time.
    Release the keys on the built-in keyboard.
    Resetting the SMC of an Intel-based portable Mac with a battery you should not remove on your own
    Note: This will not delete any data.
    The SMC is responsible for controlling various system functions. None of your data will be deleted by resetting the SMC.
    Shut down the computer by going to Apple () > Shut Down…
    Select Shut Down or allow the computer to shut down automatically.
    Plug in the MagSafe power adapter into a power source and then connect it to your Mac if you have not already done so.
    On the built-in keyboard, press the (left side) Shift (⇧), Control (⌃), and Option (⌥) keys and the Power Button at the same time.
    Release the (left side) Shift (⇧), Control (⌃), and Option (⌥) keys and the Power Button at the same time.
    I hope I helped.
    Austin

  • Unique issue with PDF to WORD .doc conversion with Acrobat Pro - any ideas?

    I have been unable to solve the following issue when converting (save as...) PDF documents to Microsoft Word .doc using numerous methods. This could either be an issue that would be fixed in Acrobat Pro itself, or in MS Word - posting to the Adobe forums first.
    PREFACE: I am attempting to use the converted .doc file with translation applications/software. Google Translator Toolkit is what I use the most, but ALL other translators are having this very same issue with the .doc file. --The source PDFs are product information from drug manufacturers in various countries that I need to have translated to English. I do not have access to their source documents, as they do not provide their own source docs for obvious reasons.
    ALSO: I cannot use Google Translator toolkit to translate from PDFs directly - if you do that, it will attempt to translate a PDF and then export in an .html file, but it does not get the exact spacing of the sentences correctly, which leads to errors in translating - key things such as "can take with alcohol" and "do not take with alcohol". So that's out!
    I am not having any problems with the resultant .doc file in MS Word itself. It looks right, the spacing matches the original PDF source perfectly, prints correctly, etc... Reference here on a product info sheet from Austria in German:
    The problem: This is a screenshot from Google Translator Toolkit - the right side of the image - the spacing in the lettering from the .doc file I am uploading is not being read correctly, resulting in untranslated gibberish. (Note: this isn't a problem with the translation applications or software -- all are having this issue with .doc files converted from .pdf - this issue isn't present with any old .doc file that wasn't converted from a .pdf) -- It's definitely got something to do with some kind of embedded data in the .doc file that I cannot isolate!!)
    My settings in Adobe Pro (convert from PDF to .doc):
    Page layout: Flowing Text (this prevents the resultant .doc from having all of those text boxes, which also don't then work in translators)
    Include comments: True
    Include images: True
    Run OCR if needed: True
    Notes:
    -I have run OCR text recognition on the source PDF files in it's specific language.
    -I have edited the accessibilty of the PDF and have run the tag recognition and quick checks (to see if they solved the issue, which it did not - tagged or untagged, same problems!)
    -I have exported the .doc BACK to PDF using MS Word's function, which results in a great looking tagged PDF. THEN I re-saved this new PDF back as a .doc - same issue.
    -I have tried saving the PDF in all of the other formats that the translators accept. All have different issues. The only one that works consistently is saving to a .txt (plain)... The best is a .doc to .doc conversion, with all the original spacing. (I am not spending hours reformatting a .txt translation in word)...
    I can't seem to find where this spacing data is in the .doc file!!!! (Changing the fonts, sizes, margins -- doesnt fix this either). I have tried so many methods...
    Any thoughts on other things to try in Adobe Pro (or Word)?
    EDIT: Here's an additional tidbit of info that may be the key to this... There's some kind of coding that is in the .doc that Adobe Pro converted from the source PDF that doesnt display in Word, but that is being seen by the translation programs....... I have no idea what these are, but I want to remove them!
    Message was edited by: KaotikADC

    I would suggest you look at the fonts that are being used. It may be a font issue that is not properly being read by the translation program.

  • Word doc file conversion error - virus or OS?

    I have word documents made on the Mac and have only existed on the Mac. When double clicked, some of them will not open anymore. Office prompts to convert the file but no matter what format chosen, the converted file is no good.
    This issue doesn't seem to effect all word docs. Seems like there was an Mac OS update or something that may have caused issue. The system has Parallels running XP and it was thought that might have allowed a virus or caused some corruption. (The virtual PC never had e-mail setup or Office installed.)  Moving the files to another Mac provides the same results. So the files themselves seemed to have changed or it's something in the OS.
    Only difference I have noticed between the two files are, the files that don't open have a file extension and the files that do open have none. The ones with no file extension I think are a legacy from an older OS version that was not as strict on having them. Adding and then removing a file extension does nothing, the OS still sees those files as Word docs.
    Removing the file extension on a file that has one, does not change convert file prompt. In fact it just makes the file loose it application type so the OS doesn't know what type of file it is.
    All of this was happening using Office 2008 (Word 12.3.6) so today I bought Office 2011 today to see if the issue could be resolve and got the same results.
    I have read many threads on Word conversion issues but none like this one or that doesn't involve a PC. Anybody have thought or seem this? Maybe there is a work around I'm missing?
    Thanks for your time.

    Thank you about your XP answer. That makes sense. I would think that would be a major flaw in the Parallels product.
    That leaves OS versions possibly. All these word docs were created in Office 2008 after the company got the Macs and made the switch. The only things that really changed over that time was OS upgrades and MS Office updates.
    The issue only came to known last year. Inital research and current have found nothing to act on.  Other issues I've read involve going between platforms and that's just not the case here. We threw the PCs out after the move.
    This issue effects many files throughout our client file folders, the only differences being as I noted. Attach two JPEGs showing a good (no extension) and bad (has file extension) file info.

  • Word doc with excel table to pages conversion

    Help!
    Im a new Mac user and am trying to convert a word doc to pages.  The stumbling block is that the word doc has an excel spreadsheet in it and pages converts this to a text box rather than a table.

    .cwk (Claris Works) covers several types of documents, now openable by several applications so I do not think you can do that automatically, you must export them in Claris/AppleWorks, then import them in apps of the younger generation. Pages can open, I think, only cwk files created as word processing in AW 6.x.x

  • When attempting to convert pdf to word doc, I continually get "An error occurred while signing in" despite the fact that I'm already signed in.  Please help if you can?

    When attempting to convert pdf to word doc, I continually get "An error occurred while signing in" despite the fact that I'm already signed in.  Please help if you can?

    Hi lorrelaws,
    Do you receive that error when you try to sign in via Reader? If so, try signing in via the web interface. Did that do the trick?
    Let us know how it goes.
    Best,
    Sara

Maybe you are looking for

  • Ipod to TV

    30G ipod and Sharp Aquous TV. New AV (RCA) cable from Radio Shack allows audio but I can't get video. Earlier thread says "Second, when configuring your iPod, set the 'TV out' setting to 'Ask', and then access your video from the 'Video' main menu. I

  • How can I move an event in ical to another calendar without ical resending the event invite to everyone

    I have 2 microsoft exchange calendars that I use for work. One is provided by my company, the other is provided by a customer that I do contract work for. The customer prefers to send invites to my email address provided to me by them. Which means th

  • Sender's Complete Address in Mail's InBox

    Hello everyone - I have Mail 1.3.11 running with my OSX 10.3.9. Is there any way to have Mail display the senders' complete addresses (ie: [email protected]) in its InBox rather than just their short names (ie: Joe) before opening that mail? Many tim

  • Where can I download an extension for Fireworks CS5 called CSS3 Mobile Pack?

    The links I have tried take me to the page with Fireworks CS6 page info.   I wish Adobe would give more support to past versions of its applications.

  • Compressor output ac3 file too small?

    I'm making an ac3 for a short 14 minute film from a large 800 meg 5.1 surround , however when compressor finishes the file is only 50 MB, Is that ok? Just How do 800 MB become 50MB? I check the audio and seems fine, but is this right?