Convert Dgn to Image using MDL

Discussion in 'Microstation' started by Prashanth, Feb 24, 2004.

  1. Prashanth

    Prashanth Guest

    It would be gr8, if anyone can help me to convert a dgn as image.
    Basically the implementation is, when i run a mdl application, it will
    select dgn files from a particular directory and convert that dgns to
    image files. I'm opening the dgn file using
    mdlSystem_newDesignFile().. I'm not sure how to convert the dgn as
    image. I will appriciate if anyone can help to me for the same.

    Thanks in Advance

    Harii
     
    Prashanth, Feb 24, 2004
    #1
  2. Prashanth

    Lorys Guest

    The easiest was is to use the batch print utility,
    set up your dgns to have a unique border shape say colour254 ( invisible to
    printer)
    Then in the batch print you tell it to search for shapes colour 254
    The printer driver to use is any of the image.plt (s) as there is
    Tiff.plt
    Emf.plt
    Jpeg.plt
    SVFHires.plt
    You will need to investigate and or modify one of these.
    They will print a dgn to an image file and you can even set the destination
    through
    prefs or through batch plot.
    you can then make a macro or mdl to execute the batch and use a standard set
    up..
    If your worried about people tinkering with the macro just give them the.ba
    file...
    I do this for bulk pdf creation over night I don't even have to be there...
     
    Lorys, Feb 25, 2004
    #2
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.