Re: [flexcoders] need some printing advice

2012-09-11 Thread Alex Harui
Have you sized the printContainer to the printJob’s page size? Otherwise the blank is overrun from each page. On 9/11/12 11:00 AM, "Sells, Fred" wrote: This code produces blank 2nd and 4th page with remainder on third page=

RE: [flexcoders] need some printing advice

2012-09-11 Thread Sells, Fred
This code produces blank 2nd and 4th page with remainder on third page= if(printJob.start()){//start the print job printJob.addObject(printcontainer); var validNextPage =