Importing Visio diagrams into Framemaker

Hi all, I am considering using framemaker9 as my main documentation tool, and using visio2003 as my diagramming tool.
As such, I will be importing the visio diagrams into framemaker by reference so that any mods to the visio diagrams will be automatically reflected in the framemaker document.
The questions I have is:
1. Which file format is the best to use for the importing? Should I save the visio diagrams in PDF or SVG format? I would prefer a format which provide the most resolution.
2. When I have more than 1 page in a visio file, I noticed that there is no way for me to choose which page to be imported when importing in SVG format. However, with PDF, a dialog box would pop up to allow me to select which page in the visio file to be imported. Is this a bug in framemaker or have I missed some step in the process of importing SVG file?
3. When importing some graphics/diagrams into an anchor frame, is there a way to make the imported graphics/diagrams automatically adjust its size to fit into the anchored frame area? If so, what are the steps?
TIA
BTW, I am just an engineer trying to document my work.

framethrower,
A PDF might be the most portable and reliable option for rendering; however, I find PDF generation to be a bit cumbersome when there are many images to deal with. I use Visio frequently and have had good success using the WMF format. All vector qualities of the original image are maintained and it looks OK on the screen. Naturally, it prints perfectly. I also like how the final image size automatically adjusts to the exact dimensions of the artwork, regardless of the original canvas size. Some caveats:
- WMF is Windows only
- Fonts are not embedded. If you distribute the image in any format besides a PDF, the target computer will need to have any fonts that you used.
Otherwise, I'd suggest it as an option. I have a macro set up in Visio that saves a copy of an image as WMF, so I can refresh my WMF version with a click. I've pasted the basic macro text below. Note that this macro also saves a PNG version as well. It may be possible to adjust it to save a PDF version, I'm not sure. In any case, over the long haul, it saves much time over doing the manual Save As.
Russ
Sub Save_as_PNG_WMF()
    Dim path As String
    Dim newpath As String
    Dim length As Integer 
    ' Get the document path 
    path = Application.ActiveWindow.Document.FullName 
    ' get the length of the path, to be used for truncation 
    length = Len(path) 
    ' change our filename to have a wmf extension 
    newpath = Left(path, length - 4) 
    newpath = newpath + ".wmf" 
    ' save the wmf
    Application.ActiveWindow.Page.Export newpath 
    ' do the same for png
    newpath = Left(path, length - 4)
    newpath = newpath + ".png"
    Application.ActiveWindow.Page.Export newpath 
End Sub

Similar Messages

  • Importing VISIO diagram into SOLMAN 4.0

    Hi,
    Kindly let me know if <b>SOLMAN 4.0</b> has provision <b>to import a visio flow diagram/ any flow chart</b> in the Business Blueprint node or anywhere else. If so how can we bring in diagrams or what is the option which would help in importing the same so as to help in bringing out a better blue print document.
    Your valid comments are awaited....
    Thanks & Regards,
    Banu

    Hi Andy,
    The VISIO document type is not a standard one. So we need to customize the document type with the VISIO document type extension .VSD.
    1)In the Project standards, you can include the documentation type.
    2)Since VISIO is not a standard documentation type customize the new document type by including it as say ZVSD, note that the file extension to be included is .vsd.
    3)Move the defined document type & attributes(like if its blue print relevant) to the project structure so that you can import VISIO files into the necessary node.
    Hope this helps.
    Thanks & Regards,
    Banu

  • Importing Captivate movies into FrameMaker and RoboHelp

    Does anyone know where I would find step-by-step instructions
    on how to integrate Captivate movies into FrameMaker and
    RoboHelp?

    Hi Jay
    See if the links below help any.
    Link
    number one
    Link
    number two
    Cheers... Rick

  • Illustrator EPS Imported Into FrameMaker 8

    At times I use Document Setup in Illustrator to set a particular size such as a 6" x 4". Then, I resize my object(s) to fit inside this new setup. I save the file as an EPS and import this file into Framemaker by reference. When I do the import, the file blows up in size dramatically and has a lot of extra white space around the image. Is there a way to keep the image constant when importing into Framemaker?

    Paul,
    Have you checked that there aren't any spurious graphic elements (such
    as empty strings) left behind outside of your new artboard area? Zoom
    way out and do a ctrl+A to select all to see if something unexpected
    is getting picked up.
    Otherwise, it should be working. I do the same procedure as you
    outlined when resizing in Illustrator.

  • Best practices for importing .png screen shots into FrameMaker 9?

    I'm new to importing .png screen shots into FrameMaker, and also new to FrameMaker 9. To compound things, I have engineers giving me screen shots taken on Linux machines, using a client like NX to get to Linux. My screen shots are coming in fuzzy and instead of trying to troubleshoot what's going wrong here, I was wondering if someone could quickly tell me what normally works with FrameMaker 9 and .png on a Windows system so I can troubleshoot from there.
    That is, let's say I'm capturing a screen shot on a Windows system and I use some tool (Paint Shop Pro X, SnagIt, Alt-PrintScreen, or whatever).  I save the screen shot as .png and then import by reference into FrameMaker 9.
    What dpi do I use in the capturing program?
    What dpi do I use when I import by reference into FM?
    What if that makes the screen shot too large/too small: Is it better to use the FrameMaker Graphics > Scale solution, to resize it in my capture program, or to retake the screen shot?

    Bringing screenshots into Frame documents has four major considerations:
    how to perform the original screen capture
    how to post-process it in a graphics editor
    what graphical object model (and file format) to store it in
    making sure it isn't damaged by your workflow
    1. Screen Cap, typically of dialog boxes ...
    ... used to be simple; isn't anymore.
    Dialogs used to have identical pixel dimensions on all user screens. You hit Alt[PrntScrn] in Windows and you got a one pixel per pixel 24-bit color image on the clipboard.
    More recent operating systems now have much more scalability in the GUI. So either capture at what the default user sees, or at the optimal presentation enlargement, which might be precisely 2x the default display.
    2. Post
    Before you even start this step, you need to know exactly how you will be presenting the final document out of Frame:
    B&W? Color?
    What dimensional size on the page?
    If hardcopy, what are the optimal parameters of graphical images for your print process? If web or PDF, various other considerations arise. I'll presume print.
    In our workflow, the print engine is 600 dpi bitmap. We normally present images at one column width, about 3.5in. Our PDF workflow passes 600 bitmap untouched, but resamples gray and color to 200 dpi. I tend to use 600 dithered bitmap, but always test if there's any doubt.
    Chances are the screencap bitmap, at your native printing res, is too small. There is no "dpi" associated with clipboard images. Once pasted into an image editor, the editor should provide the ability to declare the dpi (Photoshop does, both at paste, and via "resize without rescale"). If your image editor doesn't, fire it. If you can't see and control dpi, you have no real control over this workflow.
    Plan to save the final image in a format that at least supports linear dimensions (like EPS) if not explicit dpi (TIFF). Save out the image at the exact size you intend to use at import in Frame. Do you know how Frame scales objects? I don't. So do your scaling where you have control over how.
    Play with the defined "dpi" until the linear dimensions match your planned import frame. If that dpi passes through your workflow unmolested, you may not need to perform any resizing.
    If you need to convert from 24-bit color to bitmap (at your printing resolution), I'd suggest using error diffused dithering converting to your target res, as this tends to preserve the hard edges in dialog boxes and rasterized text.
    If you need to re-scale, I'd suggest scaling up by an integer multiple, using "nearest neighbor", to the nearest size just higher than your target dpi. Then rescale bi-linear down to your target size.
    3. File Format
    The main consideration here is compression, followed by color depth and size encoding.
    Screenshots tend to have expanses of flat colors, and hard edges. These objects compress reasonably well using repeat-count compressions (like ZIP or RLE). They tend to get damaged by curve-matching compression, like JPEG, because they typically contain no curves through color space. Hard edges get fuzzy or pick up ringing artifacts.
    So don't use JPEG (and what compression will your workflow use?). I tend to use TIFF(ZIP) for screenshots.
    Avoid indexed color (4-bit, 8-bit or 15/16-bit) color.
    Don't use GIF. It has no size encoding. The usual presumption is that GIF is 72 dpi, which makes importing it a nuisance, and at least a minor math exercise. Plus, it's indexed color, and may scale poorly downstream.
    Experiment. See what looks optimal in the final product.
    4. Workflow
    As you can see throughout the above, all your careful planning can be for nought it your save-as-PDF, distiller or print shop process resamples everything down to 90 dpi. You have to know what's happening, and how to optimize for it, or you probably won't like the result.
    We once had graphics showing up at 10 (yes ten) dpi in print.
    Turned out the print engine could handle JPEG 5 but not JPEG 2000.
    We had to hastily back-port images until a software upgrade fixed it.

  • Import Russian text into FM 7.1, please advice

    Dear professionals
    From our Russian agent I received some MS-Word documents in the Russian language.
    I wanted to import the Cyrillic text / characters into Framemaker documents to make a structured book.
    But copying and pasting makes Frame only show question marks.
    Selecting an other font did not show anything else.
    What is the simpelest way of making Frame "eat" the Cyrillic MS-Word text and make a proper structured document.
    I read already things about "font mappings", but haven't the faintest "clou" about how to do such a thing.
    Al this on a Win-XP system and Frame version 7.1p116.
    Font Arial CYR and others available in the Paragraph Designer.
    Your advice will be appreciated.
    Regards,
    Wolter

    Wolter,
    You have to transform the text into the Cyrillic codepage. Codepage is a term describing a set of max. 256 characters (encodable with a single byte). With Western Windows we use the codepage 1252, for Cyrillic text codepage 1251 is necessary.
    Without rebooting etc. you may want to proceed like this:
    * Open the document with Word
    * File > Save as Text (there might be two options, we need the option which allows to set the encoding)
    * Select "Windows (Russian)" or something with "1251" from the encoding popup menu. If the document contains any characters that do not fit into this encoding, it will tell you.
    * Save as txt file.
    Now you can import this file into FrameMaker, if asked for an encoding, use Windows — FrameMaker 7.x does not know anything about Cyrillic etc., only when you apply a font like Arial CYR (which is a codepage subset of Arial) the correct glyphs will appear.
    HTH,
    - Michael

  • Symbols used in VISIO diagram are not shown when imported to FrameMaker 8.0

    I have FrameMaker 8.0 and when importing a visio diagram that includes a symbol, the symbol is not shown in the FrameMaker document correctly. It either is shown as a small box or as a question mark.
    Is there a way to work around this issue?

    > These symbols are availabe in FM when you insert equations.
    Just because the symbols are available in FM in one font doesn't mean
    they're available in FM in the font Visio used. This is why Art and
    Sheila are asking you about fonts, specifically, whether the font used
    in Visio is also available to Framemaker.
    Beyond that, OLE is not a stable way to get graphics into Frame (or any
    other app, really).
    BTW, a German sharp s (ß) is not the same as a beta (β) (which probably
    won't make it through NNTP and the forum). They look close, but they're
    quite different.
    Kenneth Benson
    Pegasus Type, Inc.
    www.pegtype.com

  • Import PDF into Framemaker 7?

    Greetings
    Using FrameMaker 7 in Windows XP.
    I have some 11 × 17 drawings (created in AutoCad) that I receive in PDF format. They are high quality line-drawings. When I zoom in they are of high quality, the print menu shows them as 200dpi and the print quality is very good.
    I need to import them into Framemaker but when I do, they come in at what is clearly NOT high quality. The notes can't be read and the like. I've tried opening them in Photoshop (low quality), I've tried doing Save As.. and choosing JPG (low quality).  I even tried saving as RTF.. same thing.
    Ultimately, what I want is to bring the high quality pdf image into Framemaker, but it's not retaining the quality.
    I've seen some suggestions in the forum, but none that seem to address this situation.
    Any ideas?
    Thanks,
    Solon

    Solon Aquila wrote:
    The "200dpi" was something I observed at some point, possibly when I had copied/pasted into Photoshop, I'd have to look at it again. When these paste to Framemaker, or are saved as RTF, or I use the Acrobat tool for 'grabbing' images (Sorry,don't remember the name), they look AND print like 72dpi or something. I can't read the notes and callouts, so I can't use them.
    Solon,
    Arnis is definitely correct, there shouldn't be any "dpi" applicable with a CAD PDF. Should be vector, although "resolution independent" is often not completely true, since many CAD apps convert curves (bezier, spline) to polylines consisting of many straight segements.
    I say Auto-Cad because in the lower-right corner, with other document information, it says "Auto-Cad - No Manual Changes" and I know we have people who use Auto-Cad.. perhaps it was "UG" ... apparently another drawing program.
    I can zoom and zoom and zoom.. but I didn't zoom to the end of the earth. If they're vector, they'll never lose resolution, right?
    If it's vector, should I be able to open them in Illustrator? (I recall being unable to, but I've tried so many things I may not have tried Illustrator)
    AutoCAD and UG (= Unigraphics) are able to create vector output. Yes, you should be able to open such a file in Illustrator.
    I don't scale them to fit pages, I get them as 11 × 17 (I turned on the rulers to confirm). Though if I print one and it prints on 8.5 × 11, it's a delightfully clear drawing. Better readability than if I put the image in Frame or save as RTF then print on 11 × 17.
    I'm beginning to suspect that you're right in the 'bad PDF' idea..   I was surprised that I couldn't open one in Frame.
    All the things you describe sound like a well-known problem: Are you trying to print on a non-PostScript printer? These are exactly the symptoms:
    - Acrobat prints PDFs clearly, because Acrobat itself rasterizes images for output on non-PS printers.
    - FrameMaker prints 72dpi preview images, because EPS (and converted PDF) images are only correctly interpreted by a PS printer driver
    - Doing anything image related using RTF is a bad, bad idea in any case. Regarding vector graphic it's a bad, bad, bad idea
    I'll be back at work tomorrow morning, I'll check a couple of things out. One person has suggested I get a copy of a program that'll translate the DWG file (I have access, if I need it) to other formats.
    So, my question now is if it IS Vector, will I be able to zoom the PDF in acrobat and basicaly never lose resolution? (I always thought that once you PDF it you lose the zoom capability).
    If a PDF is vector, zoom capability is preserved. Illustrator opens PDF and DWG, which gives you control over line weights and colors. Better than doing it in Acrobat. Anyway, a placed vector PDF in FrameMaker 7.x should work, but is only printed correctly when using a PS printer or the Adobe PDF printer. Same with EPS. One bug with PDFs in FM7: Black/greyscale PDFs appears on *all* four color separations.
    Regards,
    Bernd

  • Problems Importing a PageMaker 6.52 file into FrameMaker 9

    I have an 11-year old file that I need to import into either InDesign CS5 or FrameMaker 9 on Windows 7. The file was originally done on a Mac, so it had no extension. I have tried adding the .PM6 extension, but when that didn't work, I tried the .P65 extension. I know from the PDF properties that the file was done in PageMaker 6.52, but I don't have PageMaker, and neither does the original author at this point.
    When I try to impor the file into FrameMaker 9, I get this message: "The filter encountered an error and could not complete the translation."
    When I try to import the file into InDesign CS5, I get this message: "The PageMaker document is damaged and cannot be recovered." (Note that I am using CS5, not CS2, so the issues I've seen posts about should not apply.)
    I could try converting the PDF, but I'd like to get this file converted if that is possible.
    I am posting this in the InDesign forum as well to see if they may have any insights.
    Tammy

    Tammy,
    The file might actually be damaged. If you have the PDF, then you can try exporting as RTF from that and re-build it in FM. The layout models are different between FM and PM, so you'd have to do some clean-up anyway. As long you can get the content into FM, then you can tweak your layouts as required.

  • Adding a visio diagram "on the fly" to my publishing wiki page

    I am working on an enterprise wiki site collection. and i want to add a view diagram to my wiki pages, to allow users to read them. so i did the following :-
    I edit the page.
    Under Web part, I select “Business Data”, then “Visio web access”.
    I click on “Click here to open the tool pane”.
    but how i can upload the visio diagram from my PC to my wiki page, as seems the options only allow selecting from avilable site assets ?
    Second question.if i upload the Visio diagram successfully ,, will it be displayed inside my wiki page ?
    Thanks in advance for any help

    The Visio Web Part displays Visio diagrams that are located in SharePoint.  Once you log out it won't have access to your desktop anymore.  Instead you should upload the Visio document to a SharePoint library and then reference it from
    there.  It would be nice if it was integrated into a single process, but I suspect its not something MS thought enough people would do to spend the time writing the extra code to integrate it.  So at least for now its a two step process.
    Paul Stork SharePoint Server MVP
    Principal Architect: Blue Chip Consulting Group
    Blog: http://dontpapanic.com/blog
    Twitter: Follow @pstork
    Please remember to mark your question as "answered" if this solves your problem.
    so to add a visio diagram , we need to do the following:-
    1. upload the visio to SP.
    2. add a web part.
    3. Browse for the Visio drawing.
    by defualt there is no way to directly upload a new Visio diagram...

  • Visio diagrams in Word docs turn to bitmap in PDF

    When creating PDFs from Word documents containing embedded Visio diagrams, the text in the Visio diagrams sometimes turns to bitmap. Sometimes shape outlines become bitmapped too, but that occurs less frequently. If I create a PDF directly from Visio, all is well.
    I am using Windows XP SP3, Viso 2003, Word 2003 SP-3, and Acrobat 7. I have also tried with Jaws PDF Creator 3.6 and Bullzip PDF Printer 6, all with similar results. I have tried various different Acrobat Postscript and font settings, but nothing helps.
    Interestingly, sometimes performing copy-paste from Visio to Word temporarily solves the problem (i.e. PDF after Visio paste is ok, but PDF next time, after some editing of the DOC, is bitmapped again).
    I have also tried on different computers and verified that the problem is not my machine.
    Any ideas?
    In the meantime I have been reduced to creating a PDF of the diagram and pasting it into the PDF of my document. Not a very good way to work.
    I will be most grateful for any and all suggestions.

    I have found the solution, though I have no idea why it works or what's really going on. (BTW, it seems the problem only happens with bold text.)
    Apparently this is a Word problem.
    Here's the solution:
    1. Right click the Visio diagram in Word and select Visio Object>Convert.
    2. In the Convert dialog select Convert to>Microsoft Visio drawing (for me that was the only option listed), and click OK.
    It's a mystery. If anyone has any idea what's going on here, I'd love to know.

  • What is the best way to integrate an ER diagram into BPA?

    Hi,
    In the context of a conversion project, trying to understand what is the lighter and easier way to import an ER diagram into BPA. The tools I'm currently using allow me to generate any xml/text data from current models... but trying to understand the minimal effort so the main semantic of models get kept (not a big deal if fonts, positioning, layout things are lost on the way)
    Attached is an example problem, would be great to see what textual representation denoting the same semantic can be accepted by BPA
    My example model:
    Product(prod_id (pk), name) ---* Order({prod_id, cust_id} (pk), quantity_ordered) * --- Customer (cust_id (pk), cust_name)
    A customer can have 0 to many orders
    A product can be ordered by 0 to many customers
    A order is made for 1 product and 1 customer, and for each order we know the quantity of the product ordered
    if someone has already run integration of large ERds into BPA would be fantastic help to have some hints/feedbacks on your approach best practices
    kind regards
    Frederic

    There is a thrid party product that con convert data models between most tools, including BPA. You can find information about it here: http://www.reischmann.com/. If you just want to migrate the main objects and their characteristics and the diagram is not as important you could look at using Excel as a data transfer medium. The report "Import Data in Excel Format" allows you bring information into BPA quickly, however it is a one time conversion and won't accomodate updates. You could also look at the macro "Process Generator" which also allows for objects to be imported from an Excel SS. Either of the SS solutions will require some configuration.

  • How do I convert staruml data model diagram into XML DB datamodel

    I'm trying to find out if i could convert starUML data model diagram into XML DB datamodel. I'm planning to use Jdev for the same. Let me if it is possible

    satrUML does support XMI export. I tried that and tried importing it in JDev and results in error as follows :
    "Mandatory type property of type property has not been set"
    file:/D:/LCM/LCM-SDF-DataModel.xml failed to import
    Any pointers ? Thx

  • Not able to import visio 2013 workflow in sharepoint designer 2013

    Hi,
    I have installed SharePoint 2013 trial version. I have designed a workflow in Visio 2013. Now trying to import that Visio workflow in Sharepoint Designer, but import  option is only enable for 2010 Visio workflow. I have installed workflow Manager 1.0
    and Bus services also, but it is not working.

    Hi Vikas,
    Do you have SharePoint Workflow 2013 option in Platform Type dropdown list?
    Please check if you have configure Workflow 2013 for your SharePoint environment.
    http://social.msdn.microsoft.com/Forums/sharepoint/es-ES/f32fd648-8372-412d-b749-38dbe8f8a15c/sharepoint-designer-2013-workflow-import-visio-2013-diagram-greyed-out?forum=sharepointcustomization
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/81333cad-c11e-4f75-9a06-7229c0eadd02/spd-2013-workflow-import-from-visio-2013-greyed-out?forum=sharepointgeneral
    http://msdn.microsoft.com/en-us/library/jj658588.aspx
    Thanks
    Daniel Yang
    TechNet Community Support

  • Rotated text problem from Word picture into Framemaker 12

    problem copying a Microsoft Word picture with rotated text into Framemaker - the rotated text gets stacked (each letter is individually rotated)

    It's probably due to how Word defines the rotations for the text and FM's import filters handle it differently. It might be easier to re-create the words in FM if it's not too complex. Alternatively, save the page with the graphics from Word as PDF and then import the graphic from the PDF to FM (you can crop and/or trim as needed in Acrobat).

Maybe you are looking for