Skip to main content
Participant
July 20, 2011
Answered

Generate a WebHelp bypassing the RoboHelp UI

  • July 20, 2011
  • 1 reply
  • 680 views

Hello,

I work with documentation which is developed and maintained in DITA format. We use DITA Open Toolkit to transform the xml files into a package that contains:

  • HTML files generated from DITA topics,
  • an HHK File,
  • an HHC File,
  • an HHP File,
  • two CSS files, one for left-to-right, the other for right-to-left languages.

I am wondering whether it would be possible to create a WebHelp project in RoboHelp 9 and generate output ready to be deployed on a web server without involving the user. All the information needed should be in the xml, and I am looking for a way to automate the whole process. So, would it be possible to use any kind of application (.NET, Windows bat, some kind of script) that would perform all the necessary steps using RoboHelp 9?

Right now, the user in our setup just runs one command to assemble the xml files and transform them into "html help." But the help is still missing all the JavaScripts that make it a WebHelp application, so the user then creates a new WebHelp project in RoboHelp, imports the files and generates the output. Any advice on optimizing the process would be appreciated.

Thanks,

Pawel

    This topic has been closed for replies.
    Correct answer Willam van Weelden

    Hi,

    With scripting, you can automatically create and publish RoboHelp projects. It will take some effort to create such a script, but it may save you from having to manually create and publish projects. You can also let RoboHelp run a script from the command line, so you can let the script take care of it in one go. See http://help.adobe.com/en_US/robohelp/robohtml/WS98613C7C-EF5B-48e9-A91A-D2AABB882687.html for more information.

    Greet,

    Willam

    1 reply

    Willam van Weelden
    Willam van WeeldenCorrect answer
    Inspiring
    July 21, 2011

    Hi,

    With scripting, you can automatically create and publish RoboHelp projects. It will take some effort to create such a script, but it may save you from having to manually create and publish projects. You can also let RoboHelp run a script from the command line, so you can let the script take care of it in one go. See http://help.adobe.com/en_US/robohelp/robohtml/WS98613C7C-EF5B-48e9-A91A-D2AABB882687.html for more information.

    Greet,

    Willam

    pkowalukAuthor
    Participant
    August 12, 2011

    Thank you fo the speedy response, William. It's exactly what I was looking for.

    Pawel