Skip to main content
Participating Frequently
October 31, 2007
Question

Images in printed documentation

  • October 31, 2007
  • 4 replies
  • 701 views
I have just converted to RoboHelp HTML 6.0 from RoboHelp for Word 5.1 and successfully imported my old project and rebuilt it as a Microsoft HTML help file. This worked a treat.

If I then try to create printed documentation (as a Word document), if I choose to embed images I get a nothing in the resulting word documents, and if I choose to create the documents with links to images in an images sub folder then I get links that don't work (I just get a white square with a red cross in the top left hand corner). What am I doing wrong?

Overall I am fairly impressed with how well RoboHelp HTML is working, so if I can get past this glitch I'll be very happy indeed.
This topic has been closed for replies.

4 replies

Peter Grainge
Community Expert
Community Expert
November 1, 2007
I don't know why you gave up on X5 as it worked fine for me.

The code for you topic doesn't really help. I need a project with the images and the problem. I will be away for a few days now so it will be a little while before I can look at it.

Use the menu (bottom right) to mark the Best Answer or Highlight particularly useful replies. Found the answer elsewhere? Share it here.
Participating Frequently
November 1, 2007
One of the main reason for changing to HTML was because of version control (we use Subversion) which is always going to work a lot better with lots of small files rather than one large word/rtf document.

We have had all sorts of problems with RoboHelp for Word in the past, though it may have originally been in earlier versions that 5.1 that we gave up on trying to create printed documentation (from RoboHelp: we did it separately in the end) mainly because of formatting issues. It may well be that if we had tried again it would have been better, or even completely satisfactory, but the need to move to HTML was overwhelming.
MergeThis
Inspiring
November 1, 2007
So, did you try changing the backslashes to slashes in one topic, to test whether that's the issue on the graphics?
Peter Grainge
Community Expert
Community Expert
October 31, 2007
How do you insert an image in front of one?

Zip up the new project and send it to me via my site.

Use the menu (bottom right) to mark the Best Answer or Highlight particularly useful replies. Found the answer elsewhere? Share it here.
Peter Grainge
Community Expert
Community Expert
October 31, 2007
Sorry, I read your post too quickly and assumed it was the standard problem with embedded images.

Do the images show up correctly under the images folder in Project Manager?

Do they appear correctly in the online help?

Try importing one of the topics that has this problem into a new project and then generate a printed output from that. Any difference?

Use the menu (bottom right) to mark the Best Answer or Highlight particularly useful replies. Found the answer elsewhere? Share it here.
Participating Frequently
October 31, 2007
The images show up correctly in both the images folder and in the compiled chm help file.

If I import one of the topics I get the same problems as in my original project i.e. the linked images appear as a blank white square with a red cross in the top left corner.

I have just discovered that if I insert an extra image in front of the other ones in my imported topic and regenerate the output then they all come out properly in Word. And they still do if I delete the extra image, so perhaps I just need to make some change to each topic and save it?
Peter Grainge
Community Expert
Community Expert
October 31, 2007
Welcome to the forum.

I suspect you are using Word 2003. See Print Issues on my site. This problem is covered there with the solution.

Use the menu (bottom right) to mark the Best Answer or Highlight particularly useful replies. Found the answer elsewhere? Share it here.
Participating Frequently
October 31, 2007
Thanks for your reply.

There appear to be a few relevant suggestion on your web-site:
1) images being surrounded by h3 tags instead of p tags - this is not the case - all mine seem to be surrounded by p tags.
2) a suggested work around is to build with links to external images - this I am already doing
3) long file names for image files - I have got some long file names, but plenty of short ones, and none work. The path is quite long, but I'd hope that the links are relative like in the htm files?

Do you have any other suggestions?