PrintJob won't print external files. The only way to do it with Flex would be to read each file and add it's contents to a container to be rendered using Printjob.
Unfortunately Flex isn't a printspooler! You might have some luck trying to navigate to the document url by popping up a new browser window, which may then display the document and would still require the user to use separate print dialogs. The only other solution is via networked printer support on the server. It's not going to be straightforward. Paul ----- Original Message ----- From: "Arun Menon" <[email protected]> To: <[email protected]> Sent: Thursday, April 02, 2009 3:12 PM Subject: [flexcoders] Print existing documents in Flex > > Hi > > I have a situation where i have a bunch of urls which point to existing > files which have to be printed to a users default printer. How can i use > the PrintJob to achieve this. The user does not want to navigate to each > url and print it manually.. > > I am not sure if PrintJob can print existing files. > > > Does anyubody know how one would achieve this ? > > Thanks > > Kumar > > > > ------------------------------------ > > -- > Flexcoders Mailing List > FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt > Alternative FAQ location: > https://share.acrobat.com/adc/document.do?docid=942dbdc8-e469-446f-b4cf-1e62079f6847 > Search Archives: > http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups > Links > > >

