Derive project file from compiled chm file

Hello. I have CHM file which I wish to edit. I can de-compile
using HTML Help Workshop, but I do not get the Project file, which
I need to import back into Robohelp.
Can anyone tell me how to do this derivation? I need to use
Robohelp for this action.
Thanks.

Hi, tanguero33484,
If you're having the same problems as me accessing Peter
Grainge's site at the moment, the short answer to you question is:
decompile the .chm file with KeyTools, which is available from
here:
http://www.keyworks.net/keytools.htm
Its decompile function provides the option to re-create the
.hhp file — albeit an approximation of the original.
Edit: Looks like Peter's site is back again!
Pete

Similar Messages

  • Selected images disappearing from compiled CHM

    I've got a project that I'm trying to get compiled into a CHM file from RoboHTML 8. Everything seems to have gone fine, except that four of the images I added to the project prior to compilation don't show up in the CHM. They seem to be fine when viewed from RoboHelp, they're where they're supposed to be, and the source code of the compiled CHM refrences them correctly. And yet... they don't actually show up! I have tried renaming them, and reimporting them into the project, but these tricks didn't work. I'm hoping someone out there has some suggestions!

    I've had this happen a few times.
    I deleted the image from the topic and then inserted it again from the
    RoboHelp project files  (from the "Images in Project Folders" section on
    the left side - not from the open folder icon).
    This solved the problem for me; hope it helps you as well.
    Debbie
    Debbie Sarig | Documentation Manager | Magic Software Enterprises Ltd
    Tel.03-538-9386 | Fax. 03-538-9333
    Email. [email protected] | www.magicsoftware.com
    (Embedded image moved to file: pic19072.jpg)Magic Software Logo
    DISCLAIMER. Information in this message and its attachments may be
    privileged or confidential. It is for the exclusive use of the intended
    recipient(s). If you are not one of the intended recipients, you are hereby
    informed that any use, disclosure, distribution, and/or copying of this
    information is strictly prohibited. If you receive this message in error,
    please notify the sender immediately and delete all copies of this message.
    We recommend that you scan your incoming Emails. We cannot accept
    responsibility for any transmitted viruses.
                                                                                    From:       elemonated <[email protected]>                                                                               
    To:         Debbie Sarig <[email protected]>                                                                               
    Date:       06/17/2009 05:56 PM                                                                               
    Subject:    Selected images disappearing from compiled CHM                                                                               
    I've got a project that I'm trying to get compiled into a CHM file from
    RoboHTML 8. Everything seems to have gone fine, except that four of the
    images I added to the project prior to compilation don't show up in the
    CHM. They seem to be fine when viewed from RoboHelp, they're where they're
    supposed to be, and the source code of the compiled CHM refrences them
    correctly. And yet... they don't actually show up! I have tried renaming
    them, and reimporting them into the project, but these tricks didn't work.
    I'm hoping someone out there has some suggestions!

  • Compiled CHM File Does Not Reflect New Project Name

    I have read many of the experts' responses to posts and found them extremely helpful. However, I have not seen one that addresses my issue.
    I have RH HTML Version RH8. I renamed a project via 1) File - Rename Project and 2) Single Source Layouts - Primary Layout - Properties - Output Folder and File Name.
    Two problems are: 1) The Project Folder name still reflects the old project name and 2) The CHM file still reflects the old project name.
    As a result, the output Help that the user sees still has the old project name in the title bar.
    All generated files as well as the RoboHelpHTML Project File were changed to the new project name, just as the RENAME PROJECTS Help says it should. However, the CHM file does not reflect the new project name as it says it should.
    1) Can I change the Folder name that was created when I compiled the Help file to the correct name?
    2) Can I change the FILENAME in the SELECT OUTPUT FOLDER AND FILENAME  window?
    3) Can I / should I rename the TOC and Index filenames from the old project name to the new project name? (Help says that changing the project name does not change these file names and it didn't.) 
    Will any of these actions correct the problem? I appreciate any help you can give. 

    Welcome to our community
    Try File > Project Settings.
    And if that doesn't get it, try the Project Set-up pod, windows and change the Window Caption.
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7, 8 or 9 within the day!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • How to programmatically jump from one topic to another in a compiled CHM file

    Hello,
    I'm working with the trial version of RoboHelp 9.0, trying to evaluate it for my company before we go ahead and purchase it.
    Basically I'm importing a Word document and then exporting it into a .chm file.
    I'm using a programing tool to jump from one topic to another in the compiled CHM file.
    The topic is displayed just fine but the content on the left side stays closed and doesn't open accordingly.
    I'm not sure how to extract from the RoboHelp viewer a topic's HTML address to serve as an input for my programming tool.
    I'll appreciate any idea.

    hi
    say there are two infoobjects X  and Y.
    X is existing infoobject and Y in new one.
    go to infosurce-search for X-create export datasource - map the rules and load the data.
    This is one way.
    Other way is u can use X as a reference object of Y so that both of them have same structure and both objects will share common database tables in BW which are exsting for X.
    Hope this helps.
    Kindly assign the points if it helps.

  • How to generate compile chm file

    Hi All,
    I am new to robo help and working on Robo help 6.
    Could you please tell me the steps to generate compiled chm file from xpj project?
    Also can we convert the generated webhelp html files to chm file?
    Thanks

    Hello Sumeet,
    Check your SSL (Single Source Layout) pod (Left on your screen_ , there must be a Microsft HTML Help , that should be the Primary Layout and then try to Generate output.
    Thanks
    Vikram

  • Need to checkout MS Project file from Excel VBA

    I have a VBA Excel macro that can open an MS Project file, and extract data.  It works fine when the MS Project file is on my hard drive or other location where no check out is required.  But often the MPP files I need to access are stored in SharePoint,
    in document libraries, that have checkin/checkout enabled.  I am aware of the the way to do this for an Excel file, such as the following code snippet.
     ' Determine if workbook can be checked out.
     If Workbooks.CanCheckOut(Filename:=docCheckOut) = True Then
      Workbooks.CheckOut (Filename:=docCheckOut)
     Else
      MsgBox "You are unable to check out this document at this time."
     End If
    I need to be able to do the same thing for MPP files.  Here is the code I have; however, I get a compile error on the CheckOut line, indicating "wrong number of arguments or invalid property assignment".  My research suggests that I should
    get this compile error, as it only works on certain collections.  Even the line containing "CanCheckOut", while it does not give me a compile or run time error, it does not return the proper response.
     Dim mpApp As MSProject.Application
     Set mpApp = New MSProject.Application
     AppActivate "Project Professional"
     ' Determine if mpp file can be checked out.     
     If mpApp.CanCheckOut(mppFileToOpen) = True Then
      mpApp.CheckOut (mppFileToOpen)
         Else
             MsgBox "Unable to check out this document at this time."
        End If
    Is there a way to checkout an MS Project file stored in SharePoint from within Excel VBA?  Thanks.
    Ray

    Rod,
    Thanks very much.  This was, indeed, the solution.  Don't know how I could have missed this.  
    I did run into some issues with ensuring proper object references, checking back in, and being able to handle files that may be on a laptop, SharePoint site with checkout requirements, or SharePoint site without checkout requirements.  Also faced an
    issue checking back in; part of my macro opens the MPP file (that is checked out), acquires various pieces of data, then runs a macro in the MPP file that exports data to an excel spreadsheet.  After this macro runs (does a save-as using a map), check
    in is no longer possible.  Fortunately, I could checkout the MPP file, open it, get all the required data elements, make a few changes to the MPP file, check it back in (but not close), then run the macro, then close without saving.  In the end,
    it all works like a champ.  Thanks very  much for your advice.
    Ray

  • Aggregator seems to randomize quize questions from various project files

    I am using Captivate 5.5.
    I created 10 quizzes, each in its own captivate project.  Each project has its own quiz ID and the question slides are randomized using one pool.   'when I publish each captivate project file, the quzi (swf file) the questions are fine.   
    However, when I aggregate all 10 files into an aggregate project, I get quiz questions from different project files...and the title slide doesn't even match the master slide for that quiz!  For example, after aggregating the project file, my Ch 2 quiz would contain question slides from various chapters...and the
    the title slide doesn't even match the chapter for that question.

    When you use Question Pools, the SWF files for the pools are external to the SWF.  The filenames for the question pools are taken from whatever you called the pool, with the letters _CQP on the end.
    When you use Aggregator, all of the SWF files for each aggregated project file are placed in the same folder.  Each project is not kept isolated in it's own folder.
    So if any of your question pools happen to have the same name, they may overwrite one another when Aggregator compiles them into the same folder.
    Go back into your projects and make sure you first give each published project file a unique name.  Then append the name of each question pool with some extra letters that differentiate it from a similar pool in any of the other projects.  Then republish everything again and build another Aggregated version from scratch.  See if that resolves the issue.

  • Linking to exported files from .exe project file

    Hi,
    I've read several posts regarding this issue, and it doesn't seem as though anyone has come up with a solution, but I thought that I re-energize the discussion.
    I have a pretty large project and have encountered many problems while trying to compile it with Captivate.  I've finally streamlined the project by creating mini swfs and inserting them as an animation on various slides within the overall project file and have been able to get the entire project to play in the preview modes pretty smoothly (with some minor issues that I'll save for another post).  All links and buttons have remained in tact, and we are now experiencing very little sluggishness.  I had hoped to package this project on a CD for beta-testing today.  However, when I attempted to publish what I was hoping to be the final project file this afternoon and selected the .exe option, none of the linked items (swfs, pdfs) launched when tested.
    Now, during the publishing process, I do  receive the following message:
    The file / projects linked below are linked to the open project.  The linked files / project may require exporting.
    It is also important to copy all referenced files and projects with their corresponding html files to the output folder.
    Ok, "may require exporting" to where?  All of the linked files are located in the same folder as the .exe file (pdfs, swfs, htms, etc.).  What output folder is the message above referencing?  I made sure that I didn't place any of these files with the exception of the pdfs into a separate folder so that they would be easily accessed.  My back is truly against the wall here since I've been troubleshooting a host of issues with this application for weeks now and this project is supposed to be ready for prime time.  Since Adobe doesn't support Authorware anymore and has been pushing this app down our throats the ability to obtain support and / or solutions to these types of problems does not meet the needs of the user.  Does anyone have a solution which does not include the Aggregator?

    Hi there
    I believe I may be the one that assisted with the files.
    I'd like to address some comments if I may.
    MMCwebs wrote:
     ... I did receive some assistance from one of the gurus who created swf files for each pdf which assisted me in resolving the problem for that particular project,
    however, those files only open the file names that were programmed into
    the swf.  I was never able to get him to provide me with the original
    file to edit as needed...
    The way I do these is by using a companion application that shipped with Captivate 2 and 3 called "MenuBuilder". There was no overt and secretive reason for not providing the source. The real reason behind it was that I was creating these on my end because the recipient didn't have MenuBuilder. Therefore the source files would be as useful as a buggy whip for making the car run faster. I'd have been more than happy to provide source files as long as they would be useful to someone.
    If you have MenuBuilder on your own machine, it's quite simple to create the files. I've documented the steps needed on many occasions here in the forums.
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • Recreating help pages from a .chm file

    Hello,
    I have a situation where numerous help pages have been
    removed from a project. I think this happened when we had some
    problems witha network drive & checking files from this
    location into a source control tool. It has gone unnoticed until
    now. The .chm file is intact & I'm wondering if there is a way
    of recreating my project from the .chm file?
    any help would be greatly appreciated!!
    Maxine

    Sorry, it's in my signature but that got missed from the post above.
    http://www.grainge.org/pages/authoring/reverse_engineering/reverse_engineering.htm
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • My premiere project file size just went from 190MB to 5.61GB... and now it won't open! Anyone know how this happened?

    My premiere project file size just went from 190MB to 5.61GB... and now it won't open! Anyone know how this happened? Or how to prevent it from happening again? Thankfully I saved a backup project of the 190MB file size.

    warp stabiliser?

  • Unable to open project file - from one 6.0.2 to another 6.0.3.

    Hi
    We're at a time-critical stage of finishing our movie, and we need to get the color-corrected sequence from the post-house to our studio so we can make some picture changes and get it back to them. They can open the project file just fine (it was created in 6.0.2, but they since updated their system to 6.0.3), and we have just updated to 6.0.3 also. Quicktime is 7.4.5 (which matches their version). However, they've FTP'd it to us, and we cannot open it here. FCP gives the error "Unable to open project file". It's not the "older version" message which I've seen before, it just ... fails to open it. Almost as if the file were corrupt. However, the post house can re-download the file from FTP and open it there, so this confuses me. I've also tried the file on a FCP 6.0 system (which I can't update because it's an Avid system locked to a certain version of Quicktime) and the same error message.
    Would anyone be willing to test the file and see if they can, at least, open it?
    Many thanks.
    Matt

    Have them zip the file... Project files via email often don't open if they aren't zipped..
    Jerry

  • Unable to open project files from 2001

    I have a .fcp file and a .fcm file from 2001 that I am unable to get FCP 5 to recognize. For the .fcp it gives the error "Unable to open project file." For the .fcm it says "File error: Wrong type." I don't remember which version of FCP they were made on (perhaps even FCP 1?) but I'm really worried about not being able to open them anymore. Any suggestions, please?

    Oh no! I am really in trouble, because this is a very complex project with about a million cuts. What you're basically saying is I should just start over? What other options to I have? There must be some way to convert an old FCP file, no?

  • How do I copy editted clips from one project file to another?

    I am working on a project. At one point, before I finished I "saved as" with another name to give me a backup. After working on it for a while I found that a section of the video had gotten out of place (a lot of clips and layers). I would like to copy this portion from the other project file I had saved. I can't figure it out. Both projects have the same clips in the project bins. I am using Premiere 6.5, with a Pinnacle DV500 DVD capture card. My computer is a duel P3 800, 512RAM, 40Gig Sys. drive and 480 Gig RAID 0. Please Help!

    Throw away everything you don't want to copy, save as a new project, import the new project into the other one.

  • Why are my photos not as sharp when I import them into Facebook from the Aperture Projects file, compared to when I 'share' them with Facebook within the Aperture programme? There is a noticeable difference and has been spoiling my photos for some time.

    Hi all, I take wildlife photos (mostly birds) as a hobby, and have become frustrated with the quality of my photos recently when shared online, particularly Facebook.
    I started blaming my camera ( a Canon 7D) as I changed it a few months ago from a Canon 550D, and I soon noticed that the images were not as good. Then I realised it was when I started using Aperture.
    I started by using the 'share' option within Aperture but I soon realised that then I have no control over the creation of an album, and the photos start appearing on facebook before I have finished uploading them and given them captions. Plus if I subsequently move them or export them to my back up drive then they disappear from Facebook!
    So I started creating albums within Facebook and then importing the photos from the aperture projects file on my computer. Because they are imported I can then delete or move the aperture file and the photos stay on facebook. Otherwise my macbook was becoming completely full.
    However to test my theory I have today uploaded the same photo edited in Aperture stored in the same projects folder using the two different methods described above, and there is a very distinct difference between the quality of the two images. The shared ones are very much sharper than the imported ones.
    I am a computer novice and don't know how to check what the quality settings are, or how to adjust anything to improve the way the photos go into facebook. I do have a manual but I just cant understand it :-(
    I have tried a free sample of Lightroom 5 and my photos  look amazing, there is such a difference, but I don't want to give up with Aperture unless the problem really can't be solved.
    Sorry for such a long first post, I would be very very grateful for any help you can give me!
    Regards
    Susan 

    Generally I would not use Facebook for sharing any photos, it compresses the photos substantially, and when you have shadows and dark colours you get visible "bands" where there should be subtle gradients, ie at sunsets and sunrises.
    It sounds like you are using two methods to upload to Facebook:
    1. Sharing from within Aperture, which basically syncs Facebook with your Aperture album, so any changes made at either end gets synced, hence the deletions from Albums, although the original file should still be in your library, just removed rom the album. It is like a playlist in iTunes.
    2. Exporting pics and uploading to Facebook from the browser.
    I am not sure how method 1 gets compressed, but I know that uploading hi-res jpegs to Facebook using method 2 results in poor quality images.
    I wouldn't even bother comparing option 1 or 2, and they will both be poor images once you view them on Facebook, as opposed to viewing uploaded images on proper image sharing / hosting sites.
    Your problem is not with Aperture, it is using Facebook for showing your work.
    If you export pics form Aperture at high res jpegs or TIFFs your images will be fine.
    If you insist to use Facebook as your way to share your work, then your workflow should be this:
    1. Right click images you want to share.
    2. Select Export version.
    3. Export as 100% size and ensure the export settings are set at 100% quality.
    4. Upload this pic into Facebook.
    This will get you the best image size and resolution on Facebook.
    See how you go.

  • How can I create a link from a CHM file to a webhelp file?

    How can I create a link from a CHM file to a webhelp file?
    The CHM output (accreditation.chm) is stored in a parent directory, and the webhelp output (index.htm) is stored in a child directory.

    Open the usual Link dialog and enter the relative path from where the CHM will be installed to where the webhelp will be installed.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

Maybe you are looking for

  • Good results, but need to post on server

    Would like to make some recently completed Captivate training available on the iPad, and used the new HTML5 Converter for a nice conversion that plays back well in a browser.  Need to get this online for testing and review, perhaps via html5 code int

  • Dynamic Update of Combo Boxes with Struts

    I need to update one dropdown box based off of the selection of the other. When I select an option I am using an onchange="reload()" to reload the page. The problem with this is as far as I can tell is only refreshing the html in the browser and not

  • How to enable TIF file preview?

    Hi I want to see Tif files preview like Jpeg files in my doc. How I can do that? Thanks

  • Why do I have to redownload music that I have already purchased

    HELP PLEASE! I am finding it increasingly frustrating that I am not able to listen to music I have purchased. My albums are showing up split on my music app in random orders and some songs, yet again are randomly missing showing the iCloud symbol. I

  • Num_max_hits in BSP search

    Hi, I need a help to us. Are there someone that know how there is a possibility to set a default value for field "Num_max_hit" present in BSP > advanced search > setting? I would made it once for my View of BSP and not for all user. Thanks a lot. Gia