For Ajax Viewer I've had some success by changing the number "25.4" twice in line 49 of quickplotgeneratepicture.php: $printSize = new Size($paperSize->width / 25.4 * $printDpi, $paperSize->height / 25.4 * $printDpi); For example, with my configuration I get correct scaled prints on A4 portrait by replacing the "25.4" with "33.4". For A4 landscape it's "31.0". The printer's scaling has to be set to 100%. I know this isn't a very elegant solution and I don't recommend it for cases in which print accuracy is really important.
Regards, Jan Franz1965 wrote > > > Jackie Ng wrote >> >> I'd look at plotting to DWF or backporting the Fusion PDF plotting in >> RFC124 if you care about print accuracy. >> > > > Hi Jackie, > > Are they options for AjaxViewer?.. > -- View this message in context: http://osgeo-org.1560.n6.nabble.com/MGOS-2-4-RC1-Quick-Plot-Scaling-Issue-tp4988171p4992830.html Sent from the MapGuide Users mailing list archive at Nabble.com. _______________________________________________ mapguide-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapguide-users
