Paragraph borders in Word-imported content

Hi
TCS 4.0 -- Using Word 2007 with RH10.
I have a fair knowledge of importing FM to RH, but I am new to importing Word content into RH.
I have used paragraph borders for some styles in Word. For these styles, I have created RH equivalents and mapped appropriately. However, when I import the content into RH, even the paragraph borders defined in Word appear as is.
Paragraph borders in Word:
Word RH Conversion Settings:
WebHelp output
Any idea why this is happening? Please advise.
Sreekanth

I can understand your thinking but on this occasion I do see Adobe's problem. You are converting a document formatted with Word code into an HTML format. To do that Rh has to tell Word to convert the document to HTML and that is done using Word's option to Save As and saving in HTML format. Rh is thus faced with the way that Word saves the document and the HTML Microsoft creates. Generally that is not squeaky clean HTML but Rh has to take what it is given.
Rubbish in = rubbish out.
Log it with Adobe but whether it is a Bug Report or a Feature Request is debateable.
Please follow this link.
http://www.Adobe.com/cfusion/mmform/index.cfm?name=wishform&product=38
See www.grainge.org for RoboHelp and Authoring tips
@petergrainge

Similar Messages

  • Paragraph borders in Word not converting properly

    I have used dotted left hand and top of paragraph borders in a word document (docx). When I turn it into a PDF file the left hand dots become dashes and the dots across the top of the paragraph are distorted. this is a serious problem for me as I'm working with a series of files that will end up being a 600 page document.
    Any ideas for why this is happening?

    I can understand your thinking but on this occasion I do see Adobe's problem. You are converting a document formatted with Word code into an HTML format. To do that Rh has to tell Word to convert the document to HTML and that is done using Word's option to Save As and saving in HTML format. Rh is thus faced with the way that Word saves the document and the HTML Microsoft creates. Generally that is not squeaky clean HTML but Rh has to take what it is given.
    Rubbish in = rubbish out.
    Log it with Adobe but whether it is a Bug Report or a Feature Request is debateable.
    Please follow this link.
    http://www.Adobe.com/cfusion/mmform/index.cfm?name=wishform&product=38
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • [CS4] Word Import severely broken

    (Not a question, rather an observation...)
    The Word import has gone from already rather bad to worse with one of the upgrade patches. Two major nuisances that don't seem to have been present from the initial version (based on "we'd surely have noticed this earlier"; they also are definitely not present in CS3!):
    Random paragraphs are cut off at the end, continuing on the same line with the next paragraph. The cut-off part appears at the very end of the imported text -- including its hard return. So when I see some stray words at the end I know I have to scan the entire document by eye to find where they came from. Entirely random -- reading a same file twice, or on a different computer or platform, will have the same error but on a different place.
    Importing a Word document no longer reads text point size correctly. Sometimes entire paragraphs are in the wrong point size -- at random, not simply using the wrong style or something like that. This is extremely bad, as my firm relies on point size for proper automated formatting.
    Rather random -- some paragraphs will be wrong on other computers, some are wrong at random.
    This is not limited to one platform; all our computers, Mac and Windows, Leopard, Snow Leopard as well as XP (SP3) will all import a certain file with these errors. Of course all systems are fully patched up to 6.0.4.
    It's also not limited to .doc files. Saving the file as .rtf has the exact same symptoms: in Word, all is fine & dandy, in CS4 the text and formatting gets garbled.
    A working kludge is to import suspicious documents into CS3, save, open in CS4 and go from there. Hardly a solution.

    [Jongware] wrote:
    I found that a troublesome document keeps being troublesome ... saved as .doc, rtf, or docx. At any time, something or the other goes wrong with the very same document: cut off bits and pieces of text, footnotes that go haywire, formatting out of whack, text cut off immediately following a table ... And so on. So as soon as I see it happen on a particular doc, I import it into CS3, save, open that in CS4 and copy the text out of it. No problem anymore.
    I filed a bug report to Adobe Tech services. Sent one of my Word docs with it, along with a CS4 file showing the problem of bits of text coming in at the end. They went over those files for a week and reported back "The change in text runs is because (a) the page size and margins of your Word file do not match that of your InDesign file, and (b) because of different layout and formatting options, the text may not run the same even if so." That made me laugh. Until I cried.
    Thanks for the CS3 solution.
    The mismatched margins issue sounds bogus to me. If stuff shows up at the end of file, out of sequence, it's most likely because the particular version of Word in which the original file was created got confused about managing incremental edits, and the file was "fast saved," which keeps the file content and changes in chronological order of creation, and uses pointers to mark what's added and what's to be deleted or ignored. Some versions of Word were so bad at this that even Word itself couldn't interpret the mishmash when opening a fast-saved file of its own.
    A good practice that I don't recall seeing mentioned on these forums is, if possible, to make sure to save the Word file to a new name in Word, before converting or placing it in InDesign. Just as InDesign does, saving to a new name reorders the file content and cleans out the spaghetti pointers. I believe that InDesign's spaghetti doesn't go bad so often as Word's, but it's always a good idea to save to a new name periodically. It's possible that some problems that affect exchanging INX files are related to the reliance on pointers to keep a file in order.
    Regards,
    Peter
    Peter Gold
    KnowHow ProServices

  • Can't import content with '&' in XML element

    I encountered the following error msg when importing the sample XML with '&' in content of an element(for example, a URL with '&' for parameters):
    <?xml version = '1.0'?>
    <ROW_List>
    <ROW>
    ...... <D3_STRU_URL>http://www.ncbi.nlm.nih.gov/mmdbsrv.cgi?form=6&db=t&Dopt=s&uid=14422
    </D3_STRU_URL>
    Error msg said:
    <Line 19, Column 78>: XML-0100: (Fatal Error) Expected ';'.
    <Line 19, Column 78>: XML-0250: (Fatal Error) Missing entity 'db'.
    <Line 19, Column 85>: XML-0100: (Fatal Error) Expected ';'.
    <Line 19, Column 85>: XML-0250: (Fatal Error) Missing entity 'Dopt'.
    <Line 19, Column 91>: XML-0100: (Fatal Error) Expected ';'.
    <Line 19, Column 91>: XML-0250: (Fatal Error) Missing entity 'uid'.
    It seems that '&' is used by XDK for a kind of special purpose.
    Does anybody know how to handle the problem if I really want to import content with '&'?
    Thanks a lot for your help.
    Yihua

    The "&" character is part of the reserved word content.
    Just like: <, &, >, ", ' to use these in an XML file you should
    use:
    <     <
         >&#8220;     &quot;
    &#8216;     &apos;
    like: This is worth < $250K
    will become: This is worth < $250K
    Willem

  • [CS4] Word Import severely broken/Interim Solution

    As I said before on this topic,
    function(){return A.apply(null,[this].concat($A(arguments)))}
    The Word import has gone from already rather bad to worse with one of the upgrade patches. ...
    -- read this for the symptoms.
    I finally found a work-around. Strangely enough it was one that has been rattling in my head for a while, but I can't for the life of me remember where I got that idea!
    The problem lies in Word's Bookmarks. These are not recognized by InDesign CS4/CS5 Import filter (but they are by CS3 and earlier!) and thus each one of them creates a mis-match in the following text, accumulating up to the end of each paragraph (or possibly the next one, it's too idiotic to check for those fine details). Only at the very end of the document, ID suddenly realizes it has a few text fragments left over, and decides to tack them on to the end.
    With results like this:
    and yes, these text fragments belong somewhere in the middle of the document! Even worse, here you can see it's text that's been displaced, but it also happens with pure text formatting. Bye-bye smooth text import, hello Mr. Angry Client!
    I reported this issue to Adobe "Support" (hum hum), complete with test documents, and got the quite unexpected answer that it was unrealistic to expect "perfect import" because, well, my page size was different in InDesign, my margins were different, the paragraph spacing doesn't work the same as in Word ... so it was no wonder the text was "not the same after importing".
    Ahhhh ... now I got that out of my system: the solution is to remove all Bookmarks in the Word file prior to importing. For Windows, you can make a small VB Macro:
    Sub KillBookmark()
        While ActiveDocument.Bookmarks.Count > 0
            ActiveDocument.Bookmarks(1).Delete
        Wend
    End Sub
    but for OS X you have to take the manual route: go to menu Insert, select "Bookmark", point to one, select "Delete". Repeat until bored to death.
    Now that I have done the work Adobe programmers should have done (that is, finding out what the d*** problem actually was) and present them with a Ready-to-Implement Solution (revise the code that handles bookmarks): WHEN WILL THEY FIX IT!?!?
    Please don't say "CS6". I'm still on CS4, and since it got broken in that version, I must insist on a fix for CS4.

    [Jongware] wrote:
    function(){return A.apply(null,[this].concat($A(arguments)))}
    Just where did you send the report and test files? There's no way to attach files to the bug report form, so were you talking to some contract script-reading idiot who passes himself off for tech support these days, or did one of the engineering team actually get back to you and ask for the files? I suspect not the latter, and I can offer some suggestions for whom to email. In fact, I think I may put a bug in someone's ear now.
    Customer support, by e-mail. They *did* ask for files and I sent a whole bunch of them, original Word files, ID files to show how they got imported, and even separate screen shots of the problem pages with circles highlighting the broken parts.
    function(){return A.apply(null,[this].concat($A(arguments)))}
    As far as getting a patch for CS4, it's always nice to see a romantic dreamer.
    But Adobe broke it in CS4. I noticed it, working with CS4. I complained about it after noticing it in CS4, and I filed a customer support case (w/due documentation) for my version: CS4. It's Adobe's own fault, as they have such a bad customer support service that it cannot readily respond to complaints about the current version!
    Sorry Peter, this has been discussed before extensively, and Adobe never looked into it before. Remember me asking if this was ever solved in CS5?
    If you haven't escalated your case with customer support to a manager and then that manager's highest-level manager, like the DIRECTOR of customer support, that's a good thing to put into action. From there, insist that the case goes to the highest-level manager or DIRECTOR of technical support, so you can register it as a bug that will get attention, and at no charge to you for the tech-support call.
    Allt this might just be a way to put makeup on an ugly and unchangeable situation, but, since you've already invested so much effort, why not give it one more try by depositing your investment on the highest-level person's desk?
    HTH
    Regards,
    Peter
    Peter Gold
    KnowHow ProServices

  • When i am trying to create a report(using graph) in Word97 using Report generation Toolkit from Labview it's giving error in word import Module.vi that no such interface is supported could anyone help me out to solve this problem

    Word import Module.vi is trying to call Vb project and VB components thru active X controls when it's trying to call Vb components it's giving the error no such interface found..I am using Labview 6,MSoffice97,Graph8

    Hi Adam,
    It seems that there have been a couple other instances of the same error occurring and the problem is a conflict that occurs with the Office 97 only. Somehow the MS Office type library has been modified and this is causing incompatibilities with MS Office 97. Have you installed any other application on top of MS Office that plugs into MS Office tools – Adobe Acrobat, Visio, Reflection?? If so, you will want to see about uninstalling or reinstalling those utilities and then reinstalling Office 97 to restore the original MS Office 97 type library.
    Also, if you have a newer version of MS Office, I would highly recommend upgrading your computer. It seems that this problem is only with Office 97 and later versions of Office do not have this issue.
    Thanks again for bringing this question up.
    Kileen

  • Specifying PDF Open Parameters in Word Import Scenario

    I have created a number of URLs in a Word document that open on a specific page no. in PDF files e.g. http://www.adhc.nsw.gov.au/__data/assets/file/0008/228194/HomeModificationGuidelines.pdf#p age=4
    The parameters function as expected when opened directly in the Word document, however after importing and publishing in RH v9,   the parameterised URLs are ignored completely in the Browser (Internet Explorer).
    If I add the URL's via RH directly, they are OK, however I've got to keep the source in Word format.  Does anyone know if this is a limitation in the context of Word imports to RH or am I missing the point somewhere along the way? I've searched high and low for an answer and praying that there might be a solution or workaround!
    Many thanks in advance...
    Wilana 

    Thanks for this Wilana. This behaviour appears to be across the board in IE, FF and Chrome I'm afraid. It also only does this is the PDF is located externally - i.e. outside the project. If the PDF is included as a baggage file, the #page=x parameter works OK.
      The RoboColum(n)
      @robocolumn
      Colum McAndrew

  • Maintaining internal word cross references in word import

    I'm using RoboHelp 9.0.1 trying to import Word 2007 (docx) in order to generate a WebHelp. I have adjusted my style mapping in order generate an appropriate TOC with books and matching sub chapters, which works fine. However, internal Word cross references from the original Word document are not transformed into hyperlinks.
    I have already tried/verified the following:
    - The "convert cross references to hyperlink" option is checked in the RH-Word import settings.
    - I also tried fiddling with the Framemaker options as it is suggested in another thread (see beneath), with no success.
    - Within the Word source document I tried both options with "use hyperlinks instead" when creating cross references.
    - The RH-HTML source, in all of my attempts, does not show any links in the corresponding locations.
    What may I be missing here? According to another, similar thread, the feature should work and is really not that challenging:
    "RH9 - Can not create ANY links in linked Word documents"
    http://forums.adobe.com/thread/854095?tstart=0

    In my testing, I got a link in the RH topic, but it wanted to launch the target Word doc instead of jumping to the desired RH topic. I'd say this sounds like a bug - so go ahead and report it.

  • Importing Content To LSO

    Dear Expert/all,
    This is my first time implementing SAP LSO i have a problem importing content (the content is in swf and scorm compliant), the portal is already setting by basis (I already can access lso via web for book, prebook,cancel) but I cannot start the course because the content is still empty.
    Is there anyone/expert know how to do importing the content/ where I can place my content? I am looking in spro But still difficult to find.
    I am really need help in here for the first time
    Any help would be appreciated.
    Rgds
    Verdo

    Hi Verdo,
    You need to following the following steps.
    1. Have your Content Management Server (CMS) configured. This could be done by your Portal Consultant. Essentially, they create a folder under the KM component and provide the WebDAV link to you.
    2. Once you have the link, mention it under the relevant SPRO nodes.
    3. After that you could have your Authoring Environment set-up. It is just a desktop tool. Ask your BASIS guys to download the installer and forward it to you. The installation is fairly simple process.
    4. After the AE is installed, import any SCORM compliance course. you could get some from the web.
    5. After importing, use the Repository Explorer to connect to the CMS and have the content published.
    6. After successfully publishing the content, create a new Course Type and have the published content attached to the course.
    7. login to the portal and access the course.
    I am assuming rest of your system component such as Content Player are already setup.
    Please let me know if you require any further clarification/information.
    -Ravi Sekhar

  • Word import preset files in Windows 8

    Hello,
    Where are the Word import preset files stored in Windows 8?
    Thanks for the help,
    Jean

    I strongly recommend you to use firefox for faster and secure browsing
    but if you want to download chrome, my responsibity to help you.Follow some steps:
    1.Click on this link: http://www.google.com/chrome/eula.html?system=true&standalone=1
    2. Click on downoad chrome.
    3.accept & install.
    4.on next panal click ok to doownload
    thanks.

  • The word Import isn't highlighted (grayed out) so I'm unable to import

    Mon 28 of Sep, 2009 04:48 PST #
    Dave McDougall
    Firefox user
    I'm using windows xp service pack 3. Just got the new update:
    the word Import isn't highlighted (grayed out) so I'm unable to import

    This can happen if you run Firefox in [[Private Browsing]] mode.
    In Private Browsing mode some menu items are disabled (grayed) and some features like visited links and others are disabled and not working.
    You are in Private Browsing mode if you see "Tools > Stop Private Browsing"
    See also http://kb.mozillazine.org/Issues_related_to_Private_Browsing
    You enter Private Browsing mode if you select: Tools > Options > Privacy > History: Firefox will: "Never Remember History"
    To see all History settings, choose: Tools > Options > Privacy, choose the setting '''Firefox will: Use custom settings for history'''
    Uncheck: [[ ] "Automatically start Firefox in a private browsing session"

  • Import Content into Forums (7.0)

    I see that it is possible on Jive's website that it is possible to import content into Jive forums through xml.
    I do not know of a way to do this with the forums available with SAP Portal.
    Does anyone know if this is possible yet?
    (What I am wanting to do is migrate content from a MS SharePoint discussion to SAP Forum.)

    Hi Eric,
    you might use the XML Import in the Jive Admin Tool. You see the schema definition here: [http://www.jivesoftware.com/products/forums/jiveforums.xsd|http://www.jivesoftware.com/products/forums/jiveforums.xsd]
    Regards,
    Michael

  • How to know Imported Content?

    Hi all!
    I have to know which are the imported content in PI and which is the version.
    How can I get that information?
    Thanks!!

    Go to tools - Find transports and search. You will get all the imported content details along with the version.
    VJ

  • Error - Failed to import Content Inventory

    Hello all,
    I'm having an issue uploading a SCORM elesson created to our LMS, and I'm hoping that one of the wise people out there may be able to help me out.
    The project setting used, are the same as I've previously had success using.
    There is no object outside of the stage.
    The naming of the file project is ver simeple... 2 letters.
    There is no Quiz.
    Whilst trying to upload the zipped file to our LMS, I get this error:
    The upload of this document failed. Error discribtion:
       Error Encountered
    (43073) Failed to import Content Inventory: IT - IT Work Processes Introduction
    (43269) Invalid content. (*)ERROR: Failed to extract the manifest file from content package. Possible cause: The markup in XML document (manifest file) preceding the root element is not well-formed.'
    Any ideas anybody?
    Thanks ahead of time

    No sorry. I only use the pdf version to send to people for reviews. When it comes to publishing it to the LMS (SABA), I zip it with Captivate (with no pdf). The zip file contains the HTML/SWF Files etc. included below is my normal package, unzipped.
    and this is the one I'm having problems with:

  • Crash when editing the Word import setting

    Hi all,
    on one computer (and with all projects, also new ones) there are frequent crashes as soon as the Word import setting are edited using this button:
    Maybe someone has an Idea what might be the specific problem in this case? It is not a general problem with Word, the output works.
    Robert

    Hi all,
    on one computer (and with all projects, also new ones) there are frequent crashes as soon as the Word import setting are edited using this button:
    Maybe someone has an Idea what might be the specific problem in this case? It is not a general problem with Word, the output works.
    Robert

Maybe you are looking for

  • Digital signature Filter / SubFilter

    Hi, i have a question regarding the use of digital signatures. As a filter value i am usingAdobe.PPKLite but i am not quite sure about the SubFilter. As i understand there are three possible values: - adbe.pkcs7.detached - adbe.pkcs7.sha1 - adbe.x509

  • Exporting graphics/images at full-resolution?

    Good morning. So, I've got a series of indesign documents, all of which contain various different types of placed graphics; eps, png, jpg, ai, psd, and the like. I know that I can export these graphics from Indesign server, via script, by iterating a

  • Defining constants in formula node

    I apologize for the seemingly elementary level of this question, but nonetheless it continues to puzzle me. I am trying to enter several constants in a formula node and continually get the error message 'undefined variable' for the first defined. An

  • Copy backups back to ASM

    Hi, I am working on an oracle MAA project (2 rac with 4 nodes each using dg) i am backing up the system using rman (to FRA on ASM) and copying the latest backup outside to local storage. i delete the contents of all backups in the ASM and i want to c

  • R12 upgrade path

    Hi All, Does anyone have a document about R12 upgrade path. Would like to know what is the future of R12 with Fusion coming up soon. Thanks Srini