Numbering in topics created by importing a Word doc

I have created a project and imported a single Word file that
is 88 pg. in length and that uses Word's styles to create bulleted
and numbered paragraphs. In the HTML topics, the HTML code follows
the pattern below for all lists:
<p class=Bullet1>first bulleted item</p>
<li class=p-Bullet1><p class=Bullet1>second
bulleted item</p></li>
Of course this causes the text to appear without bullets (or
numbers) for the following three reasons:
- the <ol... tag is missing
- the first bulleted/numbered item is assigned a <p tag
rather than an <li tag
- the second tag - <p... - overrides the <li tag
Is there some way to prevent this from happening? (If I
import a smaller Word doc, the problem doesn't seem to happen as
often. )

Thank you, Peter. I had been to your site before, but didn't
read the detailed articles about importing Word docs, because I
thought they applied only to earlier versions of RoboHelp. Having
reviewed them, I feel A LOT BETTER and have a better understanding
of what's going on "under the covers." Also, I've now spent some
time reviewing & modifying the stylesheet & HTML directly
in the topics, so I'm better prepared to understand the HTML code
you include.
Nonetheless, the original problem I posted still mystefies
me. As you suggest, I'll have to so some experimenting to
understand what's causing the first bullet or numbered item to be
assigned a <p class=classname> rather than an <li
class=classname>.
As I stated earlier, it may just be that this particular
document's checkered past will require that I use your (thank you!)
macro to remove the formatting of bulleted & numbered
paragraphs & reassign bullets & numbering.
This leaves one final question: For RoboHelp 7 specifically,
do you advise setting bullets & numbering using styles, or the
Word toolbar?
Thank you again to all who share your experience &
advice.
- Carol

Similar Messages

  • RoboHelp freezing when importing large word docs

    What are your experiences with RoboHelp for HTML Help when
    importing large Word docs?
    Mine seems to stop responding and has to be restarted. Also,
    creating PDFs for large docs seems to be a problem.
    While I am here, could someone please answer these questions:
    1. Does RoboHelp support conditional inclusion/exclusion and
    replacement of text? Where you can use a condition to display one
    text OR another.
    2. Does Robo support Modular Help?
    3. What about automating output generation using batch files?
    Is this possible?
    4. Can PDF outputs be customized using templates?
    it looks like Robo offers partial solutions to each of the
    above questions but I will like to hear your experiences, as I am
    on evaluation the tool with limited time.
    TIA.

    Hi zmajwa and welcome to the community
    Please review the Posting Guidelines. You may do that by
    clicking
    here. Why? Because at this point, you have made exactly two
    posts. You have asked the same question in two different places and
    it is frowned upon here as it creates confusion and more work for
    all involved.
    The original thread can be viewed by
    Clicking
    here.
    Thanks... Rick

  • Images not importing from Word doc

    SORRY MODS - Accidently posted this in the HTML Help forum
    I'm having trouble getting my images placed in a Word
    document to import ito my project. I have RoboHelp 2002 and first
    experienced the problem there, thought I'd try the upgrade to see
    if that fixes the problem. It did fix my step numbering problems
    (all steps were numbered Step 1), but the image import problem
    remains. The images are .jpg images and most were placed in Word
    using Insert Image. Some were just copied and pasted. Regardess of
    how the images were included in the doc, none come through in an
    import. Am I doing somethig wrong? I've tried importing it as a
    Word 2000 and a Word 2003 doc with no luck.
    Thanks in advance for any advice!
    Mike

    I had the same issue and could get no good advice on how to
    fix it. What I finally did was take the embedded images from the
    Word doc and save them in another location. I then inserted them
    back into RoboHelp after I imported the Word doc. It's a little
    tedious, but it worked.

  • When i import a word.doc and open on my iPad in  Pages, and then later export and reopen as a word.doc on my PC, hyphenation is lost

    when i import a word.doc to my iPad in Pages and then, later, export back to my PC as a word.doc, why does hyphenation disappear?

    Perhaps it would work better if you use one of the apps specifically designed to interface with MS Word, instead of Pages which has to convert everything in and out.

  • Problems importing a Word doc into Robohelp HTML

    I have a 116-page Word document with 13 chapters. When I
    import this document into Robohelp HTML as a winhelp output file,
    only two topics are created, rather than 13. On the Conversion
    Options window, I select to have new topics created by Word style
    "Heading 1" which are my chapter titles. Why doesn't Robohelp
    create the topics, and what should I change to faciliate that?
    Also, why don't my numbered lists from Word stay numbered in
    Robohelp? Is there a way to automate numbered lists?

    Thanks for your reply.
    When I insert .gif files JDeveloper ends with a message saying "Process exited with exit code 0". I then go and check in the database and I find the image added to the table.
    With a word doc, JDeveloper does not give that message. No message at all regarding what the status of the process is. And the document is not added to the database. No error messages too. Could this be an issue with Oracle?

  • Import multiple Word docs to multiple pages with same master page?

    Hi, I should start by saying I have no scripting experience.  However, I am wondering if there is a simple script available for the following issue:
    I have set up a master page with three linked text boxes. Right now, I use Cmd+D to select a word file, and then Shift+click in the first box to place the text on the page. But I have 125 pages that are exactly the same layout, just different Word files to be imported. I could repeat this process 125 times, but I am wondering if there is a way to tell InDesign to create 125 pages using Master Page X and import one file for each?
    I am using InDesign CS5 v 7.0.4 on Mac OSX Snow Leopard v 10.6.7
    Thank in advance for any help you can offer,
    NW

    I was able to import the word documents as long as there was only one text frame on the master page. However, when I created multiple text frames (the text in the word document needs to flow from frame 1 to frame 2), it always imported into frame 2 and skipped frame 1. In case it is helpful to understand what I mean, I attach two screenshots. The first (sans text) is the master page, and the second is Page 1 after running the script. I added the labels Frame 1 and Frame 2 to Page 1, not the Master, because otherwise the text gets imported into the frame with the words "Frame 2". I suspect I have to label the frames in InDesign and then add something to the script that says insert into the Frame 1, but I'm not sure how to do that.
    It wasn't clear from your narrative in June that the text frames were linked, and that the text needed to flow between frames.
    The script, as implemented, only overrides one text frame, (textFrames[0],  which is the top-most text frame in the stacking order), and then places the text in it. Clearly that's not correct for your scenario.
    You mention 3 frames but only mention flowing between 2 frames.
    Anyhow, it sounds like you want the script to override all 3 text frames, and then to place in the first textframe.
    The first is easy, the question is really what should happen when there are more than 3 text frames -- should it override all text frames, or only some. You could specify which ones with a Script Label, or you could do something more clever. For the moment, let's just override all text frames.
    Then you have to specify which one to place into. You could just select the frame you want and Arrange > Bring To Front. Or we could specify frames[2], which should be the 3rd-from-the-top (after frames[0] and frames[1]). I'll do the latter, but feel free to keep the script the same and do the former:
    var
        d=app.activeDocument,
        p=d.pages,
        i, frames;
    for (i=0; i<p.length; i++) {
        frames = p[i].appliedMaster.textFrames.everyItem().override(p[i]);
        frames[2].place(new File("/path/to/page"+p[i].name+".doc"));

  • MS Word integration with SAP CRM: can a PDF be created from the MS Word doc

    21/11
    Gurus,
    I know have a better understanding of the topic but still have 2 open questions.
    I now know that StreamServe cannot read .DOC files but can read and work with .PDF files.
    Since we are in a SAP forum and not a StreamServe forum,
    1/ I am wondering if SAP CRM 2007 can convert the MS Word generated and populated documents into .PDF. Possibly immediatly.
    2/ Can the MS Word generated and populated documents be saved by SAP CRM 2007 as .XML files?
    Thanks again.
    Dear All,
    On my project, there is a requirement to generate ad-hoc and amendable letters in CRM (2007).
    We might have +150 letters so I am thinking about using MS Word integration with SAP CRM to deliver this.
    With SAP CRM 2007, I understand that it is indeed possible to generate WebServices that will then be consumed by Word templates through the mail merge functionality. So agents will not have to enter BP name, address and so on. All this can be done by configuration which is great.
    My point of concern is how to integrate this design to StreamServe for printing purpose (we do not want to go into local printing)
    Can StreamServe collects the Word generated document?
    Should this Word document be converted as PDF before or can StreamServe do it?
    Should StreamServe exploits the XML contents within the Word generated document?
    Thanks for your help and insights about this.
    Brice.
    Edited by: Brice Vialle on Nov 21, 2008 9:26 PM
    Edited by: Brice Vialle on Nov 21, 2008 9:34 PM

    Hi Chris,
        Your advice helps me a lot, thank you.
        I upload an XML-Format template Word Doc to server as a MIME Object.
        When OfficeControl is started in Web Dynpro, OfficeControl automatically open the XML-Format template.
       For the first time, I get the XString-type Context attribute bind to the content of the Word Doc,
       then translate it to string, I got the XML-format content, it's great!
       However, after the first time, when I input any new contents in MS Word in Web Dynpro,
       no matter I execute "Ctrl + S" or click the "savedocument" button,
       when I translate the XString Context attribute to String, I got messy code. (but the first time, it is good plain text)
       I use the function module: ECATT_CONV_XSTRING_TO_STRING (good for first time, dump after first time),
       SCMS_XSTRING_TO_BINARY, SCMS_BINARY_TO_STRING (good for first time, messy code after first time).
       My Demo source code is in: (system) SMV --> (local object) zhaode --> (Dynpro Component) ztest_office_control
       core source code is as:
       clear itab.
      CALL FUNCTION 'SCMS_XSTRING_TO_BINARY'
        EXPORTING
          BUFFER = lv_datas
        IMPORTING
          OUTPUT_LENGTH = lv_length
        TABLES
          binary_tab = itab.
      CALL FUNCTION 'SCMS_BINARY_TO_STRING'
        EXPORTING
          input_length = lv_length
          mimetype = 'text/plain; charset=utf-8'
        IMPORTING
          text_buffer = lv_datas_string
          output_length = lv_data_len
        TABLES
          binary_tab = itab.
        Can you give me some advice?
    Best Regards,
    Derek

  • Importing multiple Word docs into InDesign

    Hi there
    Is it possible to import multiple Word documents into a single InDesign text frame all at once?
    I have 20 files that all flow sequentially so was wondering if -- by selecting them all in Place window -- they would all be brought in one after the other, without each one creating its own new text frame.
    Any help gratefully received.
    Thanks
    Dan

    I use the script, below, for that. It's a bit scruffy, it should be tarted up. But it works fine. When you start it you type a path/file mask, using the formats illustrated in the dialog.
    It sets a few import preferences, these are the only ones I'm interested in. But it'll pick up the other options from their current settings.
    Peter
    // Description: Place multiple textfiles as one story
    #target indesign
    preset = '/d/test/*.rtf';
    app.wordRTFImportPreferences.useTypographersQuotes = true;
    app.wordRTFImportPreferences.convertPageBreaks = ConvertPageBreaks.none;
    app.wordRTFImportPreferences.importEndnotes = true;
    app.wordRTFImportPreferences.importFootnotes = true;
    app.wordRTFImportPreferences.importIndex = true;
    app.wordRTFImportPreferences.importTOC = false;
    app.wordRTFImportPreferences.importUnusedStyles = false;
    mask = prompt ('Enter a file path/mask.\r\r' +
        'Examples:\r' +
        'd:\\books\\test\\*.rtf   /d/books/test/*.rtf', preset);
    if (mask == null) exit();  // Cancel pressed
    ff = Folder (File (mask).path).getFiles (File (mask).name);
    if (ff.length > 0)
        placed = [];
        missed = [];
        tframe = app.documents.add().textFrames.add({geometricBounds : [36, 36, 400, 400]});
        placedstory = tframe.parentStory;
        app.scriptPreferences.userInteractionLevel =
            UserInteractionLevels.neverInteract;
        pb = initprogressbar (ff.length, 'Loading');
        for (i = 0; i < ff.length; i++)
            pb.value = i;
            try
                placedstory.insertionPoints[-1].place (ff[i]);
                placedstory.insertionPoints[-1].contents = '\r\r';
                placed.push (ff[i].name);
            catch (_)
                missed.push( ff[i].name );
        app.scriptPreferences.userInteractionLevel =
            UserInteractionLevels.interactWithAll;
        inform = '';
        if (placed.length > 0)
            inform = 'Placed ' + ff.length + ' files (in this order):\r\r' + placed.join ('\r');
        if (missed.length > 0)
            inform += '\r\rCould not place:\r\r' + missed.join ('\r');
        delete_empty_frames ();
        alert( inform );
    else
        alert (mask + ' not found.');
    // End
    function delete_empty_frames ()
        app.findGrepPreferences = app.changeGrepPreferences = null;
        app.findGrepPreferences.findWhat = '\\A\\Z';
        var empties = app.activeDocument.findGrep (true);
        for (var i = 0; i < empties.length; i++)
            empties[i].parentTextFrames[0].remove()
    function initprogressbar (stop, title)
        progresswindow = new Window('palette', title);
        progressbar = progresswindow.add ('progressbar', undefined, 1, stop);
        progressbar.preferredSize = [200,20];
        progresswindow.show ()
        return progressbar;

  • Importing Microsoft Word doc to InDesign with embedded EPS art ~ scaling issue

    Hi, my workflow calls for creating content in Microsoft Word 2010 with embedded EPS art, in this case MathType 6.7a math objects. When I import these manuscripts (after saving as Word 97/2003 format) into my Adobe InDesign CS5.5 templates, the embedded inline graphics have been resized. Strangely, InDesign is keeping the container frame at the correct dimensions and then upsizing or downsizing the art inside that box.
    When I export a sample graphic from the Word file and unembed the same graphic after import it into InDesign, the two graphics are different sizes. InDesign might increase the size of one embedded graphic by 400% and then scale it down to 25% inside the anchored picture box and then in the next anchored picture box it might decrease the size the art to 50% and scale it to 200%.
    I did a test and created a graphic in Adobe Illustrator, saved it as EPS, placed the graphic into a Microsoft Word 2010 document, saved it out to 97/2003 format, imported that doc into an empty Adobe InDesign CS5.5 file. Again! InDesign changed the size of the art and re-scaled it to appear the same.
    I've been able to duplicate this issue on InDesign CS4 also, on both Windows XP and Windows 7.
    Has anyone else run into this issue? Does anyone know why the InDesign import filter doesn't import inline art in a Word document at 100%? Thanks for the help!

    My solution for this is:
    1. Place *.docx (yes, docx) word document with mathtype equations into indesign. This will set correct baseline for equations which is very important.
    2. download this scalegraphics script http://in-tools.com/downloads/indesign/scripts/ScaleGraphics.zip
    3. copy script from zip folder to C:\Program Files\Adobe\Adobe InDesign CS4\Scripts\Scripts Panel\Samples\JavaScript
    4. open palet (window/autoamtion/scripts) scripts, find new sript and run it
    Voila, all equations is at 100%...
    Script explanation: http://in-tools.com/article/scripts-blog/scale-graphics-script/
    In links palete equations have eps extension but this is embeded wmf files so you cant open them in photoshop or distill it with distiller.-((( I use export to pdf option in indesign to make pdf file.
    If you want all this eps links to export from indesign use this method:
    1. in links palete select all links
    2. in palete menu choose "unembed link"
    3. on answer window choose "no"
    4. select folder where you want indesign save files
    5. press "select"
    6.  now you have all links in new folder unembed from indesign document and you can edit it with mathtype.

  • How to import MS Word docs into a Wiki (with embedded images

    What is the best way to import a lot of large MS Word docs (50+ pages) with images into a Wiki-Folder?
    I know that you can copy&paste the text and still preserve the formatting, but i'd still have to import the images manually.
    Is there something planned like Word2MediaWikiPlus?

    Originally Posted by rkattenberg
    Use webdav of set up a email feader.
    I don't understand. If we use Webdav, we can access and share Office-documents, but we want to create a Wiki-structure with links etc.

  • Trouble creating a pdf converting Word doc ..."Could not find the application that created the file"

    Hello,
    I am working with Acrobat Pro 8 and am trying to create a pdf by converting a word doc. When I try that, I keep getting an error message, " Could not find the application that created this file...please select a file created by an application that resides on your computer." I can always convert a word into pdf first and then insert it into the pdf project that I am working on, however I have multiple files and I really would like to bypass that long step.
    I found another thread in this forum which talks about a simillar issue (http://forums.adobe.com/thread/429585).I tried the solution suggested there by Bill@vt regarding the print menu. I am not really sure if t have distiller installed, so I tried opening it in acrobat, but it failed. During the process, I got the follwing message "Check the Status column for a list of files that could not be printed".I do not have any clue how to check for AcroTray running in the background.
    I would really appreciate any help.
    Thanks!

    If Distiller failed to open, it sounds like you need to do a repair of your Acrobat installation. Have not heard that one before!

  • When Importing a word doc the total length of the document is longer

    I have a simple 15 page word doc, Times New Roman, double spaced, that I imported into Pages. The problem is that the document increased in length to a full 16 pages! When I opened the document into text edit, and word on windows, the document is the normal size. Any suggestions?
    By the way...iWork 08 is awesome!!!

    I got it. Highlight the whole document, open up the text inspector, then change the line spacing to 1.9. Worked perfectly on a 15 page document.

  • Windows 7, Office 2007, Adobe Acrobat cs3 - will not create a .pdf from word doc

    I can not create a .PDF file from a 2007 word.docx file.  I have tried a few different word docs, including a document I created just to trouble shoot with.
    I tried opening the .docx in Word and then going PRINT - ADOBE PDF.  When I do this 'nothing' happens. No dialogue box opens, nada.
    When I open Adobe Acrobat and try to 'create' I get this error: "Adobe acrobat could not open"name.docx" because it is not a supported file type or because the file has been damaged...".
    New Dell, Windows 2007, Adobe Acrobate pro 8 from CS3,  Word 2007. 

    Something to check.
    Help > About Adobe Acrobat...
    See what dot version is in place.
    Support for Office 2007 applications began with Acrobat 8.1; so, you want that or better.
    As to Windows 7 —  some Adobe information:
    --| Installing and using Windows 7 with Adobe Creative Suite applications
    http://kb2.adobe.com/cps/508/cpsid_50853.html
    --| Adobe product operating system compatibility
    http://www.adobe.com/support/OScompatibility.html
    --| Adobe Reader/Acrobat – Windows 7 FAQ
    http://www.adobe.com/products/acrobat/faq/
    From the FAQ page.
    --| Adobe supports Windows 7 with Adobe Reader/Acrobat 9; specifically, this starts with the 9.2 dot release.
    --| Adobe does not support Acrobat 8, Adobe Reader 8 or prior versions on Windows 7
         and does not plan to release updates to those versions for Windows 7 compatibility.
    Be well...

  • Cannot Create a pdf from Word Doc 2003  in Acrobat 8

    My first time out trying to create a pdf from word hasn't worked.
    I've tried several times, but either get some message that distiller cannot run when Acrobat is not active. Well, as far as I can tell it's staring me in the face.
    If I try to print from Word and set the page to pdf, it bombs almost the same way. Acrobat not active, bye. It brings up Acrobat anyway. Trying again doesn't help

    The PRN file is actually a PS file that can be processed by Distiller. Acrobat should not open when you process a file in Distiller unless you set some of the preferences in Distiller to open a completed PDF. To resolve your problem, I am taking you to the most basic aspect of creating a PDF with Acrobat. The process is to print to file using the Adobe PDF printer. Then start Distiller and open that file (labeled PRN but actually a PS file) to process. If a PDF is created you are on your way. Printing to the printer without using the print-to-file just automates the process so that you do not have to do the extra step of opening Distiller yourself.
    PDF Maker (the create PDF button) is simply a preprocessor for the printer above. Thus if the printer does not work, then PDF Maker will not work. AcroTray should be running as a background application (use ctrl-alt-del to see the background tasks on your system. AcroTray automates the process by recognizing a PRN file was created and starting Distiller to complete the process. If it is not running, then the only way to create a PDF is by printing to file as I mentioned. Thus, the print-to-file process is the basic step in testing your PDF creation capability. I am not sure how much more I can say. May others can make it clearer for you.
    As far as updates go, I never do them through the Acrobat menu, but download them directly from Adobe (at downloads>updates). I have the auto update turned off in every version I have.

  • I need to import a word doc into the film script format

    I have a script saved in a word doc and i want edit it on adobe story. Ho would i do that?

    Hi,
    in Story Projects view, you can click the 'Import' button and choose the word document and then choose Film/TV template as appropriate to import. If your word document has been properly formatted (e..g, Scene Heading is of the format INT. SET NAME etc.), Adobe Story would be able to parse the elements correctly and import them without issues.
    Thanks
    Aurobinda

Maybe you are looking for