Import frame file pulls in blank images

When I import a frame file into RoboHelp, all images are blank. Source files are all on my workstation.
I tried installing the TifLZWSetup but to no avail. The images coming from Frame into RoboHelp are still blank.
If I save the .tif image in an uncompressed format and re-import the frame file, the image comes in fine but there are tons of images in the user gudies (all saved as compressed files) so I'm hoping that I've missed something here.
I'm using the Technical Communication Suite.
Thanks in advance for your help.

Fixed by editing Acrobat settings to export as doc (especially removing OCR!)

Similar Messages

  • Save image to a file got a blank image.

    I need to save graphics image of a component to a file. Following is what I did.
    1. Call createImage() from this component.
    2. Convert the image to a BufferedImage.
    3. Call ImageIO.write() to save it in a file.
    What I got from the result file is all blank. Following is the code.
    Please help. Thanks a lot!
    import java.io.*;
    import java.awt.*;
    import java.awt.image.*;
    import javax.imageio.*;
    import javax.swing.*;
    public class SaveLabelImage
         String jpg_out = "image.jpg";
         String dir_name = "c:\\temp\\";
         SaveLabelImage()
              // Use a label to display some text
              JFrame frame = new JFrame();
              JLabel label = new JLabel( "ABCDEFG", JLabel.CENTER );
              Container contentPane = frame.getContentPane();
              contentPane.add( label, BorderLayout.CENTER );
              frame.setSize( 300, 150 );
              frame.setVisible(true);
              File f_dir = new File( dir_name );
              if ( !f_dir.exists() ) f_dir.mkdir();          
              write_label( label, jpg_out );
    public void write_label( JLabel label, String out_fn )
              // Save the image to a file
              int w = label.getWidth();
              int h = label.getHeight();
              Image im = (Image)label.createImage( w, h );
              BufferedImage bimage = new BufferedImage( w, h, BufferedImage.TYPE_INT_RGB );     
              Graphics2D g2 = bimage.createGraphics();     
              g2.drawImage( im, null, null );                                             
              if ( bimage == null ) {
                   System.out.println( "Buffered Image is null!" );
                   return;
              try
                   String fn = dir_name + jpg_out;
                   File file = new File( fn );
    ImageIO.write( bimage, "jpg", file );          
                   System.out.println( "Image of Jlabel is saved in file " + fn );
              catch (IOException e) {;    }
         }     //write_label
         public static void main(String arg[])
              new SaveLabelImage() ;               
    }     // class SaveLabelImage

    I am able to get a good image file now. Thanks you very much.
    However I still have a few quesions.
    1. In my case, the label is visible on the screen, why I need to call the setVisible(true) again?
    2. Why use print() instead of paint()?
    3. I have to use BufferedImage.TYPE_INT_ARGB to create a new BufferedImage, otherwise the result image file is in black.
    4. I did not use the hints because it is very confusing. Fortunately, It worked without them.
    Following is a modified version of your code.
    import java.io.*;
    import java.awt.*;
    import java.util.*;
    import java.awt.image.*;
    import javax.imageio.*;
    import javax.swing.*;
    public class SaveComponentAsImage
    public static void saveComponentAsImage(
                             JComponent c,
                             int w, int h, int image_type,
                             String fn, String file_type )
              c.setSize(w, h);
    c.setVisible(true);
    c.validate();
    // use TYPE_INT_ARGB if you want alpha (transparency)
    BufferedImage image = new BufferedImage( w, h, image_type );
    Graphics g = image.getGraphics();
    // draw the graphics
    c.print(g);
    g.drawLine(0,0, c.getWidth(),c.getHeight());
    // write it out
    try {
    ImageIO.write(image, file_type, new File(fn));
    System.out.println( "Image is saved in file " + fn );
    } catch (IOException ioe) {
    System.out.println(ioe.getMessage());
    // cleanup
    g.dispose();
         public static void main(String arg[])
              JLabel l = new JLabel( "ABCDEFG", JLabel.CENTER );
              int w = l.getWidth();
              int h = l.getHeight();
              System.out.println( "label width=" + w );
              System.out.println( "label height=" + h );
              if ( w == 0 || h == 0 )
                   w = l.getPreferredSize().width;
                   h = l.getPreferredSize().height;
              System.out.println( "Preffered width=" + w );
              System.out.println( "Preffered height=" + h );          
              w +=100;
              h +=50;          
              String fn = "myImage.png";
              int image_type = BufferedImage.TYPE_INT_RGB;          
              saveComponentAsImage( (JComponent)l, w, h, image_type, fn, "png" ) ;     
              image_type = BufferedImage.TYPE_INT_ARGB;     
              fn = "myImage_ARGB.png";                                   
              saveComponentAsImage( (JComponent)l, w, h, image_type, fn, "png" ) ;     
    }

  • Hyperlink issues when importing Frame files into RoboHelp 10.

    When I import a Frame file into RoboHelp 10, the text preceding a hyperlink is also mangled with the hyperlink in the output.
    For example,
    The following online file supplements the information in this guide. Release notes are available on the Support site at
    https://support.example.com.
    How do you prevent the text that precedes the link from being munged together with the link?
    Shuba

    Have you placed the hypertext marker within a character tag?
    If there's no character tag, then the para, and not the phrase, is your active hypertext area in FM and all electronic output.
    For more info, see p511 of my book.
    -Matt
    Matt R. Sullivan
    co-author Publishing Fundamentals: Unstructured FrameMaker 11

  • Importing Frame files without creating RH folders

    Hiya.
    I'm importing Frame 7 files into RH 7. When I import the files, RoboHelp creates folders for each chapter in the Frame book. When I reimport, it creates MORE folders and nests the older folders in them. How do I turn this off? I want to import the files without structuring them in folders.
    Thanks.
    KC

    MP_Root (at the root level of the card directory structure) and putting a folder 101PNV01 inside the MP_Root folder. I then put some mpg-2 file in the 101PNV01 folder, started iMovie '08, inserted the flash card and had the files recognized so I could import them.
    Great. This works!
    Here is what I did (and this should work for anyone who has old .MOD files but no longer has the accompanying .MOI files):
    Like F Shippey stated
    1) Create a root folder on your sd card (in my case, via a USB card reader) or USB stick (not tested) called Mp_Root.
    2) Inside this folder create another folder called 101PNV01.
    3) Rename the extensions of all your .MOD files to .MPG and copy them inside the 101PNV01 folder.
    4) Restart iMovie08. It will now detect a new camera and import all clips using the date created/modified info as timestamps for perfect cataloging!
    iMovie 08 does NOT re-encode the movie files, which is great cos it's very quick plus you retain 100% the original quality. It simply puts them in a .MOV container and creates a separate movie file for the thumbnails.
    Thanks for your help F Shippey!

  • Imported PSD files showing up as images rather than sequences with layers

    I am trying to import layered photoshop files (.PSD) into FCP 6, but they are not showing up in my browser as sequences with a video track dedicated to each layer, like the manual says they should. They show up instead as still images. It worked once on a previous project, but not any more and I haven't changed any FCP settings or Photoshop settings that I am aware of since then.
    If any can tell me how to import them as layered sequences, I would greatly appreciate it!
    Please note: I already confirmed the image mode is RGB colour and that the bit depth is 8 as someone suggested in a December 10th post to someone with a similar problem.
    Rookie

    Tom W, Meg the Dog & David H,
    David H - No, they wouldn't open as sequences when I double clicked them.
    Meg the Dog - I confirmed the settings you suggested and noticed that a few of the images I wanted to import were over that 4000 pixel width restriction you mentioned, however, without resampling them, I was able to import them...but only after Tom W's suggestion...
    Tom - I'm glad you raised the point about photos edited in Photoshop on a PC versus a Mac. My photos were in fact edited on my PC, and it wasn't until I opened them and re-saved them on my Mac, that I was able to import them as a sequence into FCP. Thank you so much for pointing this out!
    Problem solved! Thank you so much Tom W, Meg the Dog and David H!
    Rookie / Shaun M

  • Imported .bmp files appear black, no image can be seen

    Hi all,
    I am attempting to import some .bmp assets that will be part of a webpage I am creating using iweb. However when I import the .bmp files they appear black instead of seeing the graphic. Any ideas?

    Ron
    Yes but what color profile are they?
    Given that they have red in them, then they are not greyscale images, however, given that they come from Illustrator there is a very good chance that they have a CYMK profile, and as I said, iPhoto supports RGB only. Open the images with Preview and use the Tools menu to ascertain the Color Profile. Change it to RGB if needed.
    Regards
    TD

  • Importing data file back into blank PDF - some data fields don't populate

    I have created a writable PDF in Adobe LiveCycle 8. Once the form is completed the person filling out the form submits by email. The email is successfully received and the data file is complete (opening it in a browser verifies this). However, when I use try to import the data back into the PDF file (by opening Adobe Pro | blank form | managage form data | import data - only some of the fields are populated. I need this data to repopulate the form so I can print it and I also need to export it to Excel for other purposes. What am I doing wrong?

    Check the binding on the fields that don't populate and see that it is set to something other than None.

  • How to import Illustrator files in DW?

    Hi there,
    How do you import Illustrator file as a background image in
    DW. I've tried Save for web in Illustrator, but the DW is not
    recognising the files. I saved as .svg in Illustrator, and yet
    again no joy with DW.
    Many thanks

    You would have to save the image as a JPG or GIF image and
    then you can
    place it in DW, using CSS.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "b208" <[email protected]> wrote in message
    news:ftsflt$360$[email protected]..
    >
    > Hi there,
    >
    > How do you import Illustrator file as a background image
    in DW. I've tried
    > Save for web in Illustrator, but the DW is not
    recognising the files. I
    > saved
    > as .svg in Illustrator, and yet again no joy with DW.
    >
    > Many thanks
    >

  • "Text Import Options" window when opening .ai file, and then blank document

    Hi everyone,
    My computer went into blue screen crash in the midst of a file save and after restarting, when I tired to reopen the file that I was working it, it just kept showing the "Text Import Options" window, and then blank. I was already working on the file prior, and have saved it successfully many times and opened it without fail. The file is also about 27mb, which leads me to believe (hope) that the content is still there and not entirely gone! ><
    Searching google and this forum, I've tried the following on two laptops
    1) EnableRecovery and the ctsl+shift+alt method, nothing happened, and no _ file generated
    2) Placing the file in Illustrator -- got a blank image
    3) Placing the file in InDesign -- InDesign crashes
    4) Opening it in acrobat to save as .eps -- unable to open in acrobat and "it is not a valid file" .
    Has anyone managed to successfully resolve this problem before? The threads that I have read so far do not seem to have any conclusive solutions or even reasons for this error to have occurred.
    Please let me know if there's any way to salvage the file! I will greatly appreciate not having to redo 16hours of work and redesigning about 40+ artboard )~~:
    Thank you very much!

    twotwo22 wrote:
    My computer went into blue screen crash in the midst of a file save
    Do you have a backup?
    Is Time Machine or another backup software running?
    How's the file size?

  • Disk Utility: Creating a new blank image receiving "file too large" error.

    Hello All!
    I'm trying to create a 10GB non-encrypted, non-compressed RW blank image via the disk utility. The DU runs for a few minutes then barfs out "file too large" error. I have over 30GB free on my HDD. I tried with a smaller size of 6GB to no avail. Also tried unsuccessfully to create from a file (about 4 GB). My ultimate goal is to create a case-insensitive image to run an extremely important program needed for high priority work productivity (i.e. WoW). Thanks in advance for any advice! You will be my new best friend if you help me resolve this. =D
    Hollie
    "There are only 10 types of people in this world: Those who understand binary, and those who don't."

    Hi Hollie, and welcome to the forums!
    Have you created images before successfully?
    Is this to/on your boot drive, or an external drive?
    Have you done any Disk/OS maintenance lately?
    We might see if there are some big temp files left or such...
    How much free space is on the HD, where has all the space gone?
    OmniDiskSweeper is now free, and likely the best/easiest...
    http://www.omnigroup.com/applications/omnidisksweeper/
    WhatSize...
    http://www.macupdate.com/info.php/id/13006/
    Disk Inventory X...
    http://www.derlien.com/
    GrandPerspective...
    http://grandperspectiv.sourceforge.net/

  • I shot video on a Panasonic P2 and I'm trying to import the MXF files to Final Cut Pro but when I try to import, the only thing that imports is a blurry image of each clip. There's no audio and no video...how can I import MXF files into Final Cut Pro?

    I shot video on a Panasonic P2 and I'm trying to import the MXF files to Final Cut Pro but when I try to import, the only thing that imports is a blurry image of each clip. There's no audio and no video...how can I import MXF files into Final Cut Pro?

    at the end, you say "import preferences", which program are you describing?
    So im safer using footage that is remotely being pulled from iphoto...
    vs
    using footage that is imported into FCP from imovie?
    Is there anything i can do in fcp to make this footage more reliable or safer or more stable as i pull remotely from iphoto?
    All the footage, and all the libraries to all programs, or on a new pegasus 12tb raid 5 setup fyi.

  • How to import multiple files to the frame area?

    How do I import multiple files to create animated GIF's. I
    know how to import multiple files into the Fireworks, but if I'm
    trying to create an animated gif that has alot of files, How do I
    get them into the frames area. It is really a pain importing each
    and every file one at a time frame by frame

    merry1
    after you bring in all your images to the canvas, select all
    and in the
    Frames Options drop down, select Distribute to Frames.
    You can bring multiple images onto the canvas by copy and
    pasting from
    the folder(s) where they exist.
    alex
    merry1 wrote:
    > How do I import multiple files to create animated GIF's.
    I know how to import
    > multiple files into the Fireworks, but if I'm trying to
    create an animated gif
    > that has alot of files, How do I get them into the
    frames area. It is really a
    > pain importing each and every file one at a time frame
    by frame
    >

  • Importing PSD files create a black line to the right of some images

    I am importing PSD files into Framemaker 11 and they keep giving me a vertical line on the right side of some images. I already know that other image file formats don't cause this, but I prefer the practicality of PSD files and not having to deal with duplicate files of the same image. I figured that native Adobe files that are supposed to be cross platform compatible should work without any issues. I get lines when converting to PDF documents and when I print them out also. I’m getting ready to publish our catalog and would like to prevent the printer from cleaning them up again.  Does anyone know how to fix it or if Adobe is currently addressing this issue ? Who can I contact to let them know about the issue, since it has been around from the time Frame started accepting PSD files?
    Thanks,
    Tomas

    Hi ais007,
    This is gonna sound really crazy, but this happened to me a couple of years ago. Below is the answer....hope it helps for you!
    Found the answer to this in the framers digest mailout (framers Digest, Vol 71, Issue 9). Hopefully it wll help you too.
    I am not sure about the Illustrator files, but for Photoshop, resize your images so that the last number is an even number. (example: change 3.25 to 3.24)
    This worked for me! I couldn't believe it!
    If you don't receive these emails, below is the link to subscribe...they are really helpful. I hope that is the correct link, it has been a while since I signed up.
    http://lists.frameusers.com/mailman/listinfo/framers
    http://forums.adobe.com/message/3945090#3945090

  • Star Rating bar does not appear with images imported from file

    Using Elements 11, cannot get the Star Rating bar to appear under images imported from file, although the intro to the program shows this as happening automatically.
    Hope this goes through, as I have also created an account, but the question does not seem to be get a post.
    Help!

    Have you enabled Organizer to show details? You can enable show details by checking View > Detail is not already checked

  • Hey Gurus I've just shot a seminar, three cameras, Cannon's reasonably new XA20HD's. File format 1920X1080 MP4 17mbs 25 frames. Am running PremProCS6. I import the files into Prem, they come in ok but will not display. Got a yellow bar and a yellow Media

    Hey Gurus I've just shot a seminar, three cameras, Cannon's reasonably new XA20HD's. File format 1920X1080 MP4 17mbs 25 frames. Am running PremProCS6. I import the files into Prem, they come in ok but will not display. Got a yellow bar and a yellow Media Pending screen. What the? Have to cut this stuff soon! Wont even import into Media Encoder. Says there are no usable streams in the media! Just saw a podcast title about stress in the editing business. Better listen to the one! Any help would be most appreciated. J.

    Copy ALL contents of SD card to a folder on edit hard drive. not just video clips, everything. Then in Premiere, import using Media Browser (tab at lower left of Premiere screen). This usually does the trick. There is metadata contained in the SD card files that is needed, not just the video clips alone.
    Thanks
    Jeff Pulera
    Safe Harbor Computers

Maybe you are looking for