• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    Autodesk MapGuide Developer

    Reply
    Member
    Posts: 3
    Registered: ‎08-13-2008

    Getting bmp/jpg/png image from mapguide 6.5

    99 Views, 2 Replies
    12-17-2008 02:19 AM
    HI all

    I am trying to create a pdf report. I need to add a image of the map in the viewer in to that pdf report.
    In MGOS or MGE I used the following function to get image
    renderingService.RenderMap(map, selection, mapExtent, 650, 650, bgcolor, "png" );

    But in MG6.5 there is no such kind of function.
    Is there any wayaround to get a image out of the mapguide6.5 that I can use for creating PDF.

    Thanks in advance

    kaisar
    Please use plain text.
    *Jason Birch

    Re: Getting bmp/jpg/png image from mapguide 6.5

    12-17-2008 07:11 PM in reply to: kaisar
    kaisar wrote:
    > HI all I am trying to create a pdf report. I need to add a image of the
    > map in the viewer in to that pdf report. In MGOS or MGE I used the
    > following function to get image renderingService.RenderMap(map,
    > selection, mapExtent, 650, 650, bgcolor, "png" ); But in MG6.5 there is
    > no such kind of function. Is there any wayaround to get a image out of
    > the mapguide6.5 that I can use for creating PDF. Thanks in advance kaisar

    You'd have to install... I think it was called LiteView? I don't
    believe that the standard agent has image creation capabilities.

    Jason
    Please use plain text.
    *Kalman Albert

    Re: Getting bmp/jpg/png image from mapguide 6.5

    12-18-2008 07:55 AM in reply to: kaisar

    You need configure LiteView and in 6.5 it works fine,
    personally I use to generate land parcel detalied report, first step is need to
    generate the report as web page results, the lite view generate png,jpg
    image and then with a print choosing virtual pdf printer like (cutepdf) you
    can print the result web page as pdf.

    kalmy

     

     


    style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
    HI
    all I am trying to create a pdf report. I need to add a image of the map in
    the viewer in to that pdf report. In MGOS or MGE I used the following function
    to get image renderingService.RenderMap(map, selection, mapExtent, 650, 650,
    bgcolor, "png" ); But in MG6.5 there is no such kind of function. Is there any
    wayaround to get a image out of the mapguide6.5 that I can use for creating
    PDF. Thanks in advance kaisar
    Please use plain text.