• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Inserting diagrams into RH - Visio etc

Participant ,
Sep 29, 2009 Sep 29, 2009

Copy link to clipboard

Copied

RH8 HTML.

Someone has asked me if its possible to insert/embed or import visio process diagrams into RH? Even docs from illistrator would be useful as some of our Visio diagrams have been converted to .ai files

I could just make the diagrams images, but it would be useful to have variables and hyperlinks used on some of the text in these diagrams to use in these diagrams where information is changing.

or even, is it possible to create shapes in RH topics and put text within them, then I could possible re-create the diagrams in RH.

Thanks for any help.

Nick.

Views

729

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Sep 29, 2009 Sep 29, 2009

Copy link to clipboard

Copied

Hi,

I use Visio quite a lot but I save my pictures as GIFs. These are live linked into the RH project, in that updating the Gif also updates the picture in the RH project. I do have to reset size if this has changed.

Using Gifs is a fairly robust method of doing this. In my opinion keeping it simple is the best way forward...

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Sep 29, 2009 Sep 29, 2009

Copy link to clipboard

Copied

OK thanks for that, its what I though. Was hoping RH would have some support with shapes and diagrams, but I guess RH can't do everything...not yet anyway.

cheers.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Sep 29, 2009 Sep 29, 2009

Copy link to clipboard

Copied

LATEST

Hi,

You can embed a visio file (not adding a link to the file, but displaying it in the browser), but this solution will only work for Internet Explorer, you'll need other codebases for other browsers. The question is if you want to use the object itself, instead of a picture.

Note:

1. The following is a solution in Robo7, but should work fine in Robo8.

2. In Robo7, I can only get it to work for WebHelp, NOT for CHM, but I'm not very familiar with CHM so there might be a way and it might work in Robo8 CHM anyway.

First, add the visio file as a baggage file.

Second, in the topic, go to HTML mode and add the following code:

     

<object classid='CLSID:279D6C9A-652E-4833-BEFC-312CA8887857'
codebase='http://www.microsoft.com/downloads/info.aspx?na=90&p=&SrcDisplayLang=en&SrcCategoryId=&SrcFamilyId=d88e4542-b174-4198-ae31-6884e9edd524&u=http%3a%2f%2fdownload.microsoft.com%2fdownload%2f6%2ff%2f5%2f6f569198-e7d0-49af-b162-54a11f38d301%2fvisioviewer.exe'
id='viewer1' width='100%' height='400' >
<param name='BackColor' value='16777215'>
<param name='AlertsEnabled' value='true'>
<param name='ContextMenuEnabled' value='true'>
<param name='GridVisible' value='false'>
<param name='HighQualityRender' value='true'>
<param name='PageColor' value='12632256'>
<param name='PageVisible' value='false'>
<param name='PageTabsVisible' value='false'>
<param name='PropertyDialogEnabled' value='true'>
<param name='ScrollbarsVisible' value='false'>
<param name='ToolbarVisible' value='true'>
<param name='SRC' value='https://mywiki.domain.com/Validator+Diagram.vsd'>
<param name='CurrentPageIndex' value='0'>
<param name='Zoom' value='-1'>
</object>

Modify the height and the width in the <object> tag, to fit your needs. In the <param> tag SRC (third from below), add the url to your file. You can modify the other <param> tags as you see fit.

Now output and view in Internet Explorer.

Source for this: http://developer.atlassian.com/jira/browse/CVP-4

Greet,

Willam

Added URL to the page I got the <object> tag.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
RoboHelp Documentation
Download Adobe RoboHelp