Skip to main content
deepspace9
Participant
May 16, 2011
Question

Is there any way to convert the ImportObject into an image file ?

  • May 16, 2011
  • 2 replies
  • 1562 views

I have converted a FM document into MIF file format. FM has a grapic imported by copying into the document. In the MIF file I can see the image like the following,

<ImportObject

  <Unique 1001019>

  <Pen 15>

  <Fill 7>

  <PenWidth  1.0 pt>

=TIFF

&%v

&II*\x00080000001000FE000400010000000000000000010300010000006009000001010300010000…..

Is there any way to convert the ImportObject inside the mif file into an image file ?

    This topic has been closed for replies.

    2 replies

    May 17, 2011

    If for some reason extracting the image from a PDF does not work as desired, you could open the mif file in FM and do Save As RTF format then open the file in Word. In Word, click on the picture and right click, choose "Save as Picture" to extract the picture from there.

    I just tested a PNG in FM and it was exported to the RTF as PNG and it exported from Word as a PNG, so hopefully that same process would accommodate a jpeg image.

    FM's RTF export filter may change the resolution of the graphic, though, but it's worth testing.

    edit: When doing the Save As Picture in Word, there's a dropdown menu at the bottom that will let you choose several different formats, among them .jpg.

    Message was edited by: Sheila Carlisle

    Bob_Niland
    Community Expert
    Community Expert
    May 16, 2011

    I have converted a FM document into MIF file  format.

    Why?

    FM has a graphic imported by copying into the document.

    Do you still have the originally imported image file?

    What format is it?

    In the  MIF file I can see the image like the following,

    <ImportObject

    ...

    =TIFF

    &II*\x00080000001000FE000400010000000000000000010300010000006009000001 010300010000…..

    Sounds like that's a raster object.

    Is there any way to convert the ImportObject inside the mif file into an image file ?

    What format image file?

    What is it that you need to do?

    deepspace9
    Participant
    May 17, 2011

    I don’t have original image. I have only FM file. I want to convert the image into JPEG format.

    Michael_Müller-Hillebrand
    Legend
    May 17, 2011

    Yanesh,

    If you have many of such embedded images you have to or want to extract from FrameMaker documents, you might want to use a third-party tool, which uses FrameMaker’s built-in export filters to do that. Squidds Finalyser (for FM10) or Squidds Toolbox for FrameMaker uses this feature.

    http://www.squidds.de/en/products/squidds-produkte.html

    If it is only a single or just a few graphics, the PDF method would be a lot faster.

    HTH,

    - Michael