Skip to main content
Participant
January 3, 2008
Answered

Printed Documentation for word documents

  • January 3, 2008
  • 2 replies
  • 442 views
When I create a word document from RoboHelp HTML 6 using the Printed Documentation, not all the images appear in the document, despite me selecting the option "Link to Documents". In Word when I look at the links for the missing images it refers to a "!doc_temp_folder_ ", which I can't seem to find anywhere. Why do these links not refer to the images directory like the rest of the images. Note that I am using *.gif files as the images.
This topic has been closed for replies.
Correct answer Preneshan
I have managed to fix the bug. After deleting some code within the tag the images appeared in Word.

Thanks

2 replies

Peter Grainge
Community Expert
Community Expert
January 11, 2008
Can you share some information about what needed to be edited?

Use the menu (bottom right) to mark the Best Answer or Highlight particularly useful replies. Found the answer elsewhere? Share it here.
PreneshanAuthor
Participant
January 14, 2008
I changed the following code from <p class=Body-Text to <p>. This sorted the link out.
Peter Grainge
Community Expert
Community Expert
January 4, 2008
Welcome to the forum.

Are you seeing the images in Project Manager?

Have you had a look at the printed documentation topics on my site?

Use the menu (bottom right) to mark the Best Answer or Highlight particularly useful replies. Found the answer elsewhere? Share it here.
PreneshanAuthor
Participant
January 7, 2008
Hi Peter

Thank you. I did take a look at the printed documentation topics on your website ( http://www.grainge.org/pages/authoring/printing/print_issues.htm#broken_links). The only applicable solution was the one referring to the type of tags. I checked this and it appears that the missing images are also surrounded by p tags as well,so I have still not solved the problem. Any other ideas?
PreneshanAuthorCorrect answer
Participant
January 11, 2008
I have managed to fix the bug. After deleting some code within the tag the images appeared in Word.

Thanks