So I was going over the printjob documentation and I see you can print whats on screen or in a certain component. You can also tell it to print outside of the containers bounds by shutting of clipping, but I was wondering if anyone knows if you can scale the printjob or its contents or print to a bitmap.
What I am thinking is what if I want to print what is in a certain contanier, but increase the size of the printjob so it will print or save to a pgn/bitmap but on a huge scale, like 6 feet by 4 feet? Would I take a visual container on the display list clone (myBackgroundObject:somecontainer) it increase the scaleX and scaleY 1000% (not rendering it on screen) and then printjob myBackgroundObject?