Select a text from a word/pdf document for tagging.

Hi,
After an overwhelming response for my [first thread|Thumbnail creation during Image Upload; , I am hoping that my second post will have a solution.
I am currently working on a knowledge management tool using ABAP WD. The requirement is to open the existing documents and select some text and tag/categorize it.  I also found out that using flash islands, it is possible to get the selected text from textField and pass it back to the ABAP WD binded variable.
Is there a way to display word/pdf file and perform the text tagging in WD ? using office integration ? Kind help would be greatly appreciated.

Never mind--I figured it out.

Similar Messages

  • Importing text from large Word document ID freeze

    I'm converting a large Word document to PDF via InDesign and when I import the text from the Word doc, ID always freezes.
    I want to preserve the styles and formatting in the text but unfortunately the freeze occurs at the beginning where the Placing Microsoft Office Word 2007 document progress bar shows either "Processing character attributes..." or "Processing table attributes..."
    My problem is that it is such a large document with lots of italics, bolds and styles that I would like to take over to InDesign in order to speed up the design process.

    RTF will be fine and will retain all the Bold and Italic and other styles. RTF stands for RICH TEXT FORMAT and I think it's better than the standard .doc saved from Word; for importing to InDesign.
    Try these steps.
    In Word:
    File>Save As
    Choose RTF (that way you are not overwriting the original file)
    In InDesign:
    Start a new document - completely blank - don't worry about page size (A4 will do) and don't worry about margins (standard margins will do)
    Use File>Place and import the RTF file you just saved
    If that imports ok - then select all the text
    File>Export and choose RTF (rich text format)
    Now use that new RTF to import to your layout
    (there is no need to worry about images, you should reimport all  images that are in Word through File>Place; if you have any images in  your Word document. Make sure you use the same source file as when you  placed into Word)
    The reasons for the steps above is because there is a lot of unnecessary styles made with Word - and importing to InDesign and a fresh Export to RTF makes a cleaner file to use with InDesign.
    Have a look at  this too - http://www.paperspecs.com/mainblog/degunkifying-word-files/

  • Automatically copy only the unicode-Text from a Word-Document into FM8

    In my daily work I often have the problem to copy and paste text from a  Word-Document or other documents into my FrameMaker documents.
    The common way is to copy it in Word and "Special Paste" it in FrameMaker 8 as unicode. But this is not as confortable as to shortly hit Ctrl-v on the keyboard.
    I would like to have a new menuitem to special paste only the unicode text from the clipbopard. Is there a way to make such a makro and to put it in the menubar with a Key-Trigger?
    I read something like that in http://www.rzg.mpg.de/from_external/Frame6_Handbuch/Setting_up_FrameMaker.pdf (german), but I actually don't know what to chage for my case.

    Rather than create a new menu item (possible, I gather, but fiddly) I would recommendchanging the default “paste” behaviour.
    In the MAKER.INI file there is a line beginning
    ClipboardFormatsPriorities=
    Change this to put UNICODE TEXT as the first item.
    Ctrl-v will then paste Unicode text by default. You can still access the other options, should you need to, by using Paste Special.

  • I am running Acrobat X Pro on Windows 7 in Parallels. I have tried to install the Acrobat updates, but they won't install. Today I tried to create a pdf from a Word 2013 document and it crapped out. I tried to uninstall Acrobat and got Error 1310. Error w

    I am running Acrobat X Pro on Windows 7 in Parallels. I have tried to install the Acrobat updates, but they won't install. Today I tried to create a pdf from a Word 2013 document and it crapped out. I tried to uninstall Acrobat and got Error 1310. Error writing to file: c:\Config.Msi\feea.rbf. What do I do?

    Hi Beverly ,
    Please refer to the following and see if this helps.
    https://helpx.adobe.com/creative-suite/kb/error-1310-error-writing-file.html
    Regards
    Sukrit Dhingra

  • Cannot copy text from DRM-free PDF on PC

    I can on my Mac. Both use Adobe Reader v11.x. I think the behaviour started when I updated to version 11 on the PC.
    I cannot copy text from DRM-free PDFs that I read. I can switch to the Select Tool cursor but drag-select does not work as it did before. Double-click can highlight (and copy) a word. A triple-click can do so for a line. This is clumsy and inefficient and I cannot grab more than a line of text.
    File > Properties: Security shows 'No Security'. I am stumped. Is there some detail I am missing? (I downloaded and switched to FoxIt Reader to take notes now but prefer my knowledge of navigation shortcuts in Adobe Reader.)

    Hi jroth,
    How are you "re-printing" the PDF? Once you have a PDF file, it shouldn't be necessary to re-create it just because you've made changes. You could simply save the file at that point. But it sounds like you're concerned about preventing changes to the comments. If that's the case, rather than reprinting, you could assign some document permissions to the PDF to prevent people from changing the content. To assign that security, choose File > Properties and click the Security tab.
    I'm guessing here, because I'm not sure what process you're using, but it sounds as though that second iteration is being printed as an image. That would change the searchable text to an image, and could certainly cause the issue you're encountering.
    Best,
    Sara

  • ID CS4 slow after pasting text from MS Word

    Each time I paste text from a Word document into my ID CS4 document, ID begins to run very slowly. I can't even type properly. Has anyone else seen this?
    I have fixed this problem by copying all the text and pasting in the a new document (I thought the document was possibly corrupted). This fixed the problem, but it has happened multiple times now. Much of my information comes from engineers' word documents, so this is not convenient.

    The best I can tell, it is related to the cross references, and that it happened after pasting was coincedental. It could have been that pasting made a cross referenced section move to another page, so it was trying to update.
    The cross references are a little buggy:
    EVERY time I create a cross ref from the cross ref menu (in the cross ref window), ID CS4 (with all patches) crashes. If I create them from the Text menu (at the top), it doesn't crash.
    If you have a large number of cross refs in a doc, it becomes slow.
    When slowness occurs, I have found that updating the cross refs and then resolving all errors in the cross ref window usually clears it up.

  • Display word/pdf document in the HTML region or report

    Hi,
    How to display blob content stored in a table in HTML region or report region.
    I already have a process to display the image content.
    But my question here is how to display word/pdf document within the html region so that the user can read the document without downloading it.
    Any suggestions/solutions would be of great help.
    Thanks in advance...
    Thanks,
    Ramesh P.

    I was dead wrong.
    The display of images from BLOB is a special case because APEX provides a Display Image item type.
    Moreover, HTP/HTF packages also do not provide for handling of BLOB content. So AJAX cannot be used.
    Which implies that the only way to get binary content, other than images, is with the use of a WPG_DOCLOAD.DOWNLOAD_FILE call.
    This in turn implies that it may not be feasible to "inject" the BLOB into an exist HTML DOM in the Browser.
    Regards,

  • HOW CAN I IMPORT TEXT FROM MICROSOFT WORD TO THE WEB PAGE?

    HOW CAN I IMPORT TEXT FROM MICROSOFT WORD TO THE WEB PAGE?

    Another method is tosave your Word document as an a web page.  Then open the htm file, copy the text and paste into an HTML snippet on your web page.  Resize to show all the document and publish. It will retain the style, font and alignment of the original Word document.
    OT

  • Copy section from a scanned pdf document

    How do I copy a section from a scanned pdf document?  I can do that in Adobe Reader XI.

    A section from a scanned PDF document is an image.  As you pointed out, Adobe Reader XI (desktop app) can copy images.  But the other Adobe Reader mobile products (Reader for iOS, Android, and Reader Touch for Windows 8) do not support selecting and copying of images in PDF.
    Thank you for the feedback. We will consider it as a feature request for a future release.

  • Read text from a simple PDF file

    Is it possible to extract text from a simple PDF (Non-Interactive) in ABAP? May be using the class CL_FP_PDF_OBJECT ?
    Let's say I have a pdf document with a couple of lines of text. How can I read the "actual" text in an ABAP program?
    Thanks for your help!

    Of course you can do this, but not using the standard SAP/ABAP/Adobe.
    Check for the Java library called iText. Now you think you don´t need Java, of course. If you cannot use Java, at least you can check the coding of this library and do it in ABAP for yourself.
    But there is no such a tool in standard SAP because why would one buy a Interactive form licence if it would be so easy?

  • How can I make a backup listing of all of my Firefox bookmarks, with complete URLs, so I can print it out from a word processing document?

    == Issue
    ==
    I have a problem with my bookmarks, cookies, history or settings
    == Description
    ==
    How can I make a backup listing of all of my Firefox bookmarks, with completely written out URLs, so I can print it out from a word processing document? Please email me the answer-
    [email protected]
    <blockquote>duplicate. Locked. Please continue [https://support.mozilla.com/en-US/forum/1/727213 here] -MJB</blockquote>
    == Firefox version
    ==
    2.0.0.4
    == Operating system
    ==
    PPC Mac OS X Mach-O
    == User Agent
    ==
    Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4
    == Plugins installed
    ==
    *-Netscape Navigator Default Plug-in
    *Runs Java applets using the latest installed versions of Java. For more information: Java Embedding Plugin. Run version test: Test Your JVM.
    *Plugin that plays RealMedia content
    *The QuickTime Plugin allows you to view a wide variety of multimedia content in web pages. For more information, visit the QuickTime Web site.
    *Shockwave Flash 9.0 r260
    *Provides support for Digital Rights Management
    *Provides support for Windows Media.
    *Java 1.3.1 Plug-in (CFM)
    *Macromedia Shockwave for Director Netscape plug-in, version 8.5.1
    *Java 1.3.1 Plug-in

    Hello.
    Although possibly not related to your problem, I have to remind you that the version of Firefox you are using at the moment has been discontinued and is no longer supported. On top of this, it has known unpatched bugs and security problems. I urge you to update to the latest version of Firefox, for maximum security, stability, performance and usability. You can get it for free, as always, at [http://www.getfirefox.com getfirefox.com].

  • This regards Adobe Reader XI 11.0.07 and Adobe Acrobat Pro XI 11.0.07 running on Win 7. Copying text in a text callout (to paste into a text callout in another pdf document (3 instances of Adobe open) sometimes (only sometimes) causes the program to crash

    This regards Adobe Reader XI 11.0.07 and Adobe Acrobat Pro XI 11.0.07 running on Win 7. Copying text in a text callout (to paste into a text callout in another pdf document (3 instances of Adobe open) sometimes (only sometimes) causes the program to crash, losing unsaved work. Windows Task Manager shows only a small percentage of cpu used and plenty of memory available. What is causing this?

    scholtzkie wrote:
    "Please wait...If this message is not eventually replaced by the proper contents of the document, your PDF viewer may not be able to display this type of document.   You can upgrade ...  For more assistance....    Windows is either a registered trademark...."
    This usually occurs if you use a browser that uses its own PDF viewer, not the Adobe Reader plugin; see http://helpx.adobe.com/acrobat/kb/pdf-browser-plugin-configuration.html

  • How do i extract pages from within a pdf document?

    how do i extract pages from within a pdf document?

    Hi adobespurs,
    To extract pages from a PDF, you need to use Acrobat. If you don't have Acrobat, you can try it for free for 30 days. Please see www.adobe.com/products/acrobat.html for more information.
    Best,
    Sara

  • Pasting text from Microsoft Word

    I am working in InDesign on a Windows XP computer. When I paste text from Microsoft Word into InDesign the text loses its formatting such as italics and bold. Is there any way to maintain that formatting? I am supplied with this text by a client and I have so much formatting to do that the projects take me longer than necessary.

    ... and don't forget to run this set of macros in Word BEFORE you do copy/paste ;)
    http://adobescripts.pl/modules/mydownloads/singlefile.php?cid=9&lid=38
    robin
    www.adobescripts.com

  • How do i add or delete information from an existing pdf document?

    How do I add or delete information from an existing pdf document??

    The free Reader has no editing capabilities.

Maybe you are looking for

  • Anyone got the AIR-CT2504-HA-K9 to work on N+1 Redundancy ?

    Hi Guys, Seems like the new Part #AIR-CT2504-HA-K9 needs some kinda licensing...to work... otherwise the redundancy is same as it was ealier with mobility groups. The documentation seems to be wrong in the case of 2504, i cannot find the redundancy b

  • Problem with symbol euro

    Hi, I have a problem with xml publisher when i used a symbol euro (€). I have a ? in my output. Have you an solution ? Thank you

  • Prestaged OSD using SCCM 2012 SP1 windows Partition variable is not being set

    Hello All  I need some assistance with a workaround. I am using a presaged task sequence created from a working network / PXE deployment TS for windows 7. This TS sets a variable for the OS partition called "Windows" and the value is set in the Parti

  • Shifting data from PostgreSQL database to Oracle database

    hello folks, as i want to have an environment of many database servers of PostgreSQL databases on linux redhat 8.0 and one main database server of Oracle 8.1.7.0.0 on linux redhat 8.0;so that transections may go on PostgreSQL databases and Oracle dat

  • Best way to update exposed schema as WCF service ?

    Hi, I am newbie to WCF + BizTalk. I am doing small POC's on exposing & consuming orchestration & schemas as WCF service. I had successfully exposed schema as WCF service also consumed this service using C# client code. My question is that suppose if