Autodesk MapGuide Developer
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Getting bmp/jpg/pn g image from mapguide 6.5
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
101 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
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
*Jason Birch
Re: Getting bmp/jpg/pn g image from mapguide 6.5
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
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
> 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
*Kalman Albert
Re: Getting bmp/jpg/pn g image from mapguide 6.5
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
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.
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">
<kaisar> wrote in messageHI
href="news:6091445@discussion.autodesk.com">news:6091445@discussion.autodesk.com...
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
