Skip to main content
Known Participant
September 1, 2009
Question

Printing Out Individual Topics in RoboHelp8

  • September 1, 2009
  • 1 reply
  • 2876 views

Dear Forum,

I'm using RBH8 and would like to publish individual topics in PDF format to give out to users.

What is the easiest way to do this? And is there anything fancy that I can add to the publishing process to output a professionally looking document?

Thanks in advance,

DGR

This topic has been closed for replies.

1 reply

Peter Grainge
Community Expert
Community Expert
September 1, 2009

You could try printing each topic to PDF from the browser but I doubt you will get the appearance you want.

You can add something to your topics that changes the CSS used when the user prints a single topic. I'll have to dig that out later.

Otherwise you are into using the printed documentation layouts and one topic per layout would get tedious. Could you not produced a PDF of a section of the help to reduce the number of docs? Topics would have a link to the PDF.


See www.grainge.org for RoboHelp and Authoring tips

Use the menu (bottom right) to mark the Best Answer or Highlight particularly useful replies. Found the answer elsewhere? Share it here.
Willam van Weelden
Inspiring
September 1, 2009

Hi,

"You can add something to your topics that changes the CSS used when the user prints a single topic." What you're looking for is a print style sheet. Instead of just attaching a style sheet, you add media="print" to the style sheet. The browser will use this style sheet for printing, instead of your normal style sheet. If you haven't defined a media for your other style sheet, the print style sheet should overwrite your normal style sheet.

Greet,

Willam

Peter Grainge
Community Expert
Community Expert
September 1, 2009

Thanks W I L L A M 

Folks, please not the correct spelling of Willam's name. I got it wrong as well to start with but as he is giving a lot of valuable advice, let's try harder to get his name right.


See www.grainge.org for RoboHelp and Authoring tips

Use the menu (bottom right) to mark the Best Answer or Highlight particularly useful replies. Found the answer elsewhere? Share it here.