Convert from index file keywords to topic keywords

I'd like to store keywords in the topics instead of having
them in a central index file.
For legacy help systems, is there a way of moving the
keywords from the .HHK file into the .HTM topics?
Thanks,
Salan

Hi Salan,
I'm afraid I have some bad news for you: There is no
automatic way to do this in RoboHelp. You have to do it by hand. I
had a discussion about this with eHelp (back in Oct. 2003...). I
could forward the email to you, if you wish. A quote:
"We do have request 6390 submitted to our R&D department
asking to address this issue. I created an inquiry under your
record and tied it to this request. This way in the event that this
is a addressed in a service release or next version you will be
notified. "
I guess this was with X3, but I never heard anything after
that, and I doubt very much that the various new owners would have
prioritized this issue.
Anyway, if anyone else knows of an efficient way to do this,
please post it, because this is STILL an issue for my team!
Regards,
Eileen

Similar Messages

  • What is the difference between Topic Keywords and Index File Keywords?

    What is the difference between Topic Keywords and Index File Keywords? Any advantages to using one over the other? Do they appear differently in the generated index?
    RH9.0.2.271
    I'm using Webhelp

    Hi there
    When you create a RoboHelp project you end up with many different ancillary files that are used to store different bits of information. Many of these files bear the name you assigned to the project at the time you created it. The index file has the project name and it ends with a .HHK file extension. (HHK meaning HTML Help Keywords)
    Generally, unless you change RoboHelp's settings, you add keywords to this file and associate topics to the keywords via the Index pod. At the time you compile a CHM or generate other types of output, the file is consulted and the index is built.
    As I said earlier, the default is to add keywords to the Index file until you configure RoboHelp to add the keywords to the topics themselves. Once you change this, any keyword added will become a META tag in the topic code. If your keyword is BOFFO, the META tag would look like this:
    <meta name="MS-HKWD" content="BOFFO" />
    When the help is compiled or generated, the Index (.HHK) file is consulted as normal, but any topics containing keywords added in this manner are also added to the Index you end up with. From the appearance perspective, the end user woudn't know the difference or be able to tell. Heck, if all you ever did was interact with the Index pod, you, as an author wouldn't know either. Well, other than the fact that the icons appear differently.
    Operationally, keywords added to the topics themselves may hold an advantage in that if you were to import these topics into other projects, the Index keywords would already be present.
    Hopefully this helps... Rick

  • Converting from indexed color to grayscale no longer works in CS4

    I have a number of files to convert from indexed colors to grayscale. Did some but clicked "don't show me again" box on the Discard Colors warning. Now I can't make the conversion. Everything looks fine, but when I close file, then reopen, it's reverted to indexed colors - restarting Photoshop or the computer doesn't help.
    I'd appreciate any help....Thanks, Grant

    Grant,
    All your contact information is posted to the web. These forums are crawled by bots harvesting info.
    I don't think you want additional junk mail, unsolicited phone call scams, and possible attempts to crack your website, do you?
    People here recommend not to post contact info. Perhaps a forum moderator can remove your personal info, but you might be able to edit your post yourself.
    GIF only uses indexed color mode, So if you want your files to NOT be in the Indexed Color mode you need to save them as another file format like .png or .jpg

  • Convert from java file to cap file

    Dear Pro,
    Please help me this problem,
    I'm building a applet in eclipse. Now, I want to convert from java file to cap file to load it into javacard.
    I need repair what tools and do what, please help me!
    Thanks & Best Regards,
    KeillyNguyen

    Run -> Run Configuration -> Double click Java Card Application -> Click Run
    After that, the CAP file will be generated in the bin directory.
    Are you come from VN? Im Vietnamese :) Nice to meet you

  • How to convert from xml file to html using java code

    How to convert from xml file to html file using java code

    Get yourself Apache Xalan or Saxon or some XSLT processor
    String styleSheet = "/YourXSLTStylesheet.xsl";
    String dataSource = "/YourXMLDocument.xml";
    InputStream stylesheetSource = TransformMe.class.getResourceAsStream(styleSheet);
    InputStream dataSourceStream = TransformMe.class.getResourceAsStream(dataSource);
    OutputStream transformedOut = new FileOutputStream("filename.html");
    TransformerFactory tFactory = TransformerFactory.newInstance();
    Transformer transformer = tFactory.newTransformer(new StreamSource(stylesheetSource));
    transformer.transform(new StreamSource(dataSourceStream), new StreamResult(transformedOut));You'll also need to learn XSLT if you don't already know that. Here's a good place to start
    http://www.w3schools.com/xsl/

  • Has anyone created a file format converter from "universal file format" uff, to another format?

    I need to find or create a file converter from the different Universal formats to another ASCII format. Does anyone know where I can get formating information about UFFs? Has anyone done this? Thanks in advance.

    The UFF file info can be found at http://www.sdrl.uc.edu/uff/uff.html
    The Sound and Vibration Toolkit 5.0 and the Sound and Vibration Measurement Suite 5.0 offers LabVIEW VIs to read and write UFF58 files. 
    Feroz

  • How do I stop spotlight from indexing files?

    I only have 2GB of RAM and Indexing files really slows down my computer, so much that i can hardly operate the computer. Is there any way that i can stop Spotlight from indexing my files automatically or have it index every week instead of every day?

    It shouldn't be running so much that it slows down the computer. It will run for a while, initially, but after that it should index files on the fly as they are added. I suppose if you dumped a ton of files onto the hard drive, it would spend a while indexing them.
    You might try restarting the index as it might be corrupt. To do so, go to the Privacy tab in Spotlight. Add your hard drive to the list. Wait about 10 seconds, then remove your hard drive. Don't do that while you're working, though.

  • FFT of waveform (lvm file converted from mat file) - how do I overcome dt error =0?

    Hi,
    I am using an lvm file after conversion from mat file. I wanted to get the fft  spectrum.I keep getting this error that waveform dt<=0.
    How do I overcome it?
    I have attached the mat file and the vi i used.
    Best regards,
    Fesmi
    Solved!
    Go to Solution.

    The Forum is somewhat particular about the files which may be attached. Often creating a zip file works. Sometimes you can change the extension to .txt. If you change the extension, please indicate in your post what the orignal extension was.
    It appears that the data in the file has a time column and an amplitude column. The LabVIEW waveform datatype is a cluster of an array of amplitudes (Y), sampling interval (dt), starting time (t0), and optional attributes. This is what the Power Spectrum VI requires as an input. The t0 values is not used so the defualt is fine. the dt value can be calculated from the difference of any two adjacent values in the time column. Since the first value is zero, the second value is equal to dt.  Use the Build Waveform primitive from the Waveform palette.  Expand it to show the dt element.
    In the attached VI all rows is an indicator which contains the data from your file saved as default. XY Graph plots that data.  After subtracting the mean to get rid of a DC component, the data is converted to a waveform. The power spectrum is calculated and displayed using the same VI as in your program. It also uses Extract Multiple Tone Information.vi to get the frequency and amplitude of the major peaks in the data.
    Interestingly the low frequency part of the spectrum has strong harmonics of 60 Hz while the peaks near 4 kHz are space ~100 Hz apart.  The broad peak near 2.1 kHz does not seem to have noticeable components at either 60 or 100 Hz.
    How do you avoid the Dynamic Data Type (DDT)? Stop using Express VIs! For reasons only known to NI, Express VIs deliver their outputs via DDT. Except by opening the block diagram of the express VI, there is no way to tell what the underlying data structure on a DDT wire is. 
    Lynn
    Attachments:
    FFT of Waveforms.vi ‏711 KB

  • Video Converter from .FLV files 2 Mobile Format 4 ...

    I'm at present DESPERATELY trying 2 find an application or something that will enable me to convert .FLV(Flash Files!!)files that i've downloaded off of the internet(Youtube,Google etc,etc..)into a suitable format that i'm able to watch on my Nokia N91(.MP4,.AVI,etc,etc..!!)But I cant for the life of me find ANY such application/Software??!!I've tried ONE link that's been posted by someone,but all that did was transfer me 2 a foreign site that I COULD'NT even find a download link for ANY Software!!!PLEASE SOMEONE HELP ME OUT??!!

    http://www.erightsoft.com/SUPER.html, what I use

  • Batch Convert From Excel Files To Numbers?

    Is there any way to batch convert all my excel files into numbers files without individually opening each document and saving it out?
    Thanks,
    -Reuben

    Hello
    Here is a script which does the job for one document.
    I leave as an exercise [ ] it's insertion in a loop treating the docs stored in a given folder.
    --[SCRIPT]
    property theApp : "Numbers"
    set docAW6 to (path to desktop as Unicode text) & "Chèques_bidon.cwk"
    set nw to my getNbWindows()
    tell application "Numbers" to open file docAW6
    repeat (* wait until the file is really open *)
    if my getNbWindows() > nw then exit repeat
    end repeat
    (* click the button "drop advertisements" *)
    tell application "System Events" to tell process theApp to click button 2 of sheet 1 of window 1
    delay 0.2
    (* Opens the Save dialog *)
    tell application theApp to activate
    tell application "System Events" to tell process theApp to keystroke "s" using {command down}
    delay 0.2
    (* click the button Save *)
    tell application theApp to activate
    tell application "System Events" to tell process theApp to click button 1 of sheet 1 of window 1
    delay 0.2
    (* close the doc's window *)
    tell application theApp to activate
    tell application "System Events" to tell process theApp to keystroke "w" using {command down}
    on getNbWindows()
    tell application "System Events"
    tell process theApp to set _ to count of windows
    end tell -- application System Events
    return _
    end getNbWindows
    --[/SCRIPT]
    I don't put checks so it's your responsability to activate the GUI scripting.
    Yvan KOENIG (from FRANCE mercredi 26 septembre 2007 21:00:14)

  • How do I keep iTunes from indexing files on external drive?

    Hi,
    I did a clean install of Vista from XP. I used Windows Easy Transfer to restore my As part of the upgrade, I did a fresh install of iTunes 8. I think I was running 7 before but this may not be significant, and I may be mistaken.
    iTunes automatically (?) indexed all MP3 and m4a files both on my C: drive and on my external drive. These files are largely duplicates; I only want my music on C: to be indexed by iTunes. I've searched and searched here, Help and with Google, have found some very good information about moving files to another drive, but haven't managed to find a way to limit the drive that iTunes looks at. (I have 3 external drives but only the one has music files on it.) Any help would be greatly appreciated.
    tim

    Chris CA wrote:
    By default, iTunes copies the music into /My Music/iTunes/iTunes music folder.
    Yes, but I don't use the default.
    iTunes does not move files from their original location. It copies them to the iTunes music folder when they are added to the library.
    I'm pretty sure mine does not copy them; it creates pointers to them in their original locations. I believe this is an available option to the default.
    If they are not showing up in iTunes and they are not in the iTunes music folder shown in iTunes prefs -> Advanced - iTunes music folder location, then you are good to go.
    Then I'm good to go. I've got 2800 tracks in my iTunes music folder, plus another 6000 elsewhere on my C: drive, all of which are correctly listed in iTunes. (There also a bunch of WMAs which, for these purposes, don't exist). None of the ones from my J: drive are listed in iTunes and none have been copied to the iTunes music folder. Thanks again for your help.

  • Image size problem after converting from Managed files to Referenced files.

    I recently moved to Referenced files for all my images. I use a plug-in (Graphic Converter 8.8.2) to resize all images to a consistent size (1440 pixels wide, landsacpe format) for a web app that I use (Sandvox). With Referenced files, when I drag and drop the externally processed image, it shows up at exactly one-half the correct size (720 pixels). As a test, doing exactly the same opeartion with an Aperture library utilizing managed files, there is no problem...it works as expected.
    As a temproray work-around, I found that instead of dragging and dropping, I use the Aperture Export function, everything is correct. This is not really what I want to do because I have a lot of images to process.
    This is Aperture 3.5 and Mavericks,  but the problem was there with with Aperture 3.4 and OS 10.7.5.

    Thank you for the suggestion and running the test. I changed the Preview settings to 1440, and then 2560 and finally, Don't Limit. Quit and relaunch Aperture between each setting. No luck.
    But you gave me a hint: maybe the problem has to do with the images being first Managed and then moved to Referenced files. So I tried one that has never been a Managed file and everything works correctly! Don't know if this is a bug or a feature.
    Mystery solved, but I still have a lot of images to reprocess.
    Thank you for the help.

  • Pulling keywords from Index and putting them at bottom of topics

    I have a variable in my topic template that displays the last modified date of the topic like this:
    <p class=footertext><span style="font-size: x-small; font-style: italic; x-condition: Not_Print;">Last
    modified: <variable name=date x-format=default x-constant=TRUE x-value=40381.572928>July 23, 2010</variable></span>
    I don't recall where I got it from, but I'm sure it was in this forum. I'm wondering if whoever wrote that knows how to create a similar variable that would grab the index keywords from the topic (e.g., <meta name=MS-HKWD content="System Requirements">, <meta name=MS-HKWD content="Exchange Server 2007">, etc.) and paste them at the bottom of the topic like this: "Keywords: System Requirements, Exchange Server 2007" (An example of something similar is in our knowledgebase articles: http://kb.globalscape.com/KnowledgebaseArticle10369.aspx, but they use the term "Tags." That's "canned" software, so I don't know how they did it, except that I have to type the tags one at a time in a form that populates the bottom of the article.)
    WHY? Because I have all the keywords anyone would possibly want to search for (I hope) in various topics (which were entered manually or with Smart Index), but the only words that get results in the search are words that are actually IN the article. The words appear in the Index, as expected, and link to the proper article, as expected, but typing the word in the Search box in WebHelp does not return the article unless the word is displayed in the article. Some people use different words for the same idea, so they might not always search on the word that is in the article. (e.g., .bat, batch file, script, vbs, code, command...) So the simplest solution is to add the list of keywords at the bottom of the topic, but there are 1000s of topics and I'd rather not do that manually. (And no, I don't want to use ZoomSearch or other 3rd-party tools, thereby negating the "single-source" idea.)
    OH, for those of you who prefer to ask questions rather than answer them: I'm using RoboHelp 7 on Windows XP and generating WebHelp, HTMLHelp, Word docs, and JavaHelp. My computer has all of the latest updates and fixes for all of my software. Everything in the help works absolutely perfect, I just want to know how/if it's possible to create a variable as I describe.
    Thanks for any and all assistance!
    Karla

    As a forum member who "prefer[s] to ask questions rather than answer them," have you read the "Index Basics" topic in the RH 8 help?
    In there, you'll see that Index keywords and Topic keywords are different:
    Topic keywords appear the same as index file (HHK) keywords, but they are stored within individual HTML topics.
    Index file keywords are saved in the project index file (HHK) rather than in the code of individual HTML topics.
    Unless you can find some technical resource in your organization, your assessment of a manual solution is probably accurate. For an automated solution, you would need to run some type of script (before or after runtime?) to pull the Index keyword from the HHK file and place it inside the topic.
    For example, the Index keyword, the topic title, and the topic file name all appear in the HHK in this manner:
      <item name="Add-on Premium">
      <section name="Add-on Premium for Derivatives Exposure" link="add-on.htm">
      </section>
      </item>
    Another question: have you considered cross-references or user-defined variables in the Index? (See the "Add and link index keywords" help topic.) That's another manual solution, but would require less maintenance issues in the future.
    Good luck,
    Leon

  • How to convert all Word file Hyperlinks?

    Hi,
    I am having some problems related to hyperlinks.
    I am using Word 2003 SP3 to create 'index_file.doc'. In this file, there are lots of hyperlinks (20 to 30 pages full of them) that are redirected towards PDF files that are in 2 folders ('folder1' and 'folder2' placed next to 'index_file.doc').
    Then I try converting 'index_file.doc' to create 'index_file.pdf' so that nobody can change is with Word. To do so, I am using Acrobat Standard version 8.2.2. I want to keep every hyperlink activated. Works fine...on the first 15 pages! After that, there is a 50% average of links that work. And the ones that don't work don't have any path problem, it's just that some links are not links at all after conversion. Looks like it's only text.
    I already had the same problem with another index recently but managed to avoid the problem this way: in Word, instead of selecting a whole sentence and creating a hyperlink I selected the whole sentence exept the first letter of the first word of that sentence, and it worked great! (why???)
    So I did that also on the file I am having problems with now and it worked for a lot of links but not all of them.
    Is there a maximum of hyperlinks Acrobat can convert from DOC files to PDF files? Is there a setting I can change to make all links work? Do you have any ideas? The links on the Word file work just fine (all of them).
    Thanks

    Thanks for the reply.
    Yes, there really are links in the Word file and they all work fine until a certain point where they don't work or some do and some don't but the 15 first pages work just fine and every link has been created the same way. All links are relative.
    It does work to enter the links in the pdf file directly through Acrobat but I wanted to know if there was a way to just convert it since all the info is in the Word file.
    Has anybody ever hade this kind of problem before? Because this is the second time it happens to me.

  • How do I convert .dcf audio files to mp3 so i sync...

    HI
    I have an 5230 and have just got a USB cable so am able to connect with Nokia PC Suite and also Nokia Ovi Suite. 
    I have bee able to send all my music files over to the computer but some of them won't play as they .dcf files and this computer can't open them without the appropriate software which it does not have, (FYI - it plays fine on the phone and shows in the ovi music player libarary).  I have looked on google for software to convert the .dcf file to mp3 but as yet have not found one that will convert from this file type.
    Has anyone else had this same problem and do you know how to fix it or where to download convertor programme that will work?
    Thanks in anticipation of your help.
    Nokia 5230

    A quick Google search for "flac to MP3 convert mac" yielded quite a number of results, including -
    http://osxdaily.com/2010/07/16/flac-to-mp3-for-mac/
    http://www.macupdate.com/app/mac/27103/all2mp3
    http://download.cnet.com/xACT/3000-2140_4-46123.html
    http://www.mac-forums.com/forums/music-audio-podcasting/264708-flac-mp3-converte r.html
    Best of luck.

Maybe you are looking for