Skip to main content
Inspiring
September 10, 2014
Question

Can RH server host JavaDocs?

  • September 10, 2014
  • 1 reply
  • 588 views

Hi. Can RH server host JavaDocs, or can it only host WebHelp Pro/Flash Pro.  I'd like to publish JavaDocs but use the authorization features built in to RS Server.

Perhaps there's a utility for importing JavaDocs into a RH project, and from thence to a WebHelp Pro output?

Thanks.

-Kurt

This topic has been closed for replies.

1 reply

RoboColum_n_
Legend
September 10, 2014

Please correct me if I am wrong but JavaDocs is just a collection of HTML files, right? If so, you could import these into your RH project and output to WebHelp Pro or FlashHelp Pro. You may have to do a little tidy up of the files after importing them. It all depends on the way the JavaDocs files are created.

kdeulerAuthor
Inspiring
September 11, 2014

That's right. It's a collection of HTML files. I'll see if there's ways to import them easily.

RoboColum_n_
Legend
September 11, 2014

You can import HTML files from the File > Import menu in RH. The problem you may have is that the JavaDocs may have scripting or code that RH does not understand. I had a similar scenario several years ago abd I was able to get a workable solution by assigning a style sheet and doing some find and replace operations. It may require some testing, but once you have it sorted it would be easy enough.