PDA

View Full Version : Printing from a Projector at the full paper size


neildev
06-25-2007, 04:55 AM
Hi,

I'm trying to create a print button that will print a 1024x768 projector as wide as possible on an 8.5 x 11 piece of paper. No matter what I do it just seems to print really small on the left side of the page.

Any ideas as to what could be causing this?

Thanks!
Neil

panel
06-25-2007, 02:18 PM
I don't know what did you try exacly but see Here (http://livedocs.adobe.com/flex/201/html/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Book_Parts&file=printing_085_06.html) or Here (http://livedocs.adobe.com/flex/201/html/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Book_Parts&file=printing_085_08.html).

In as2 i had to scale movieclips before printing, and rescale after...mabye in as3 it will also help.

neildev
06-28-2007, 06:05 PM
Thanks!!

-Neil