--- In [email protected], "Paul Andrews" <p...@...> wrote:
>
> 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.

You could create a page that treats each of the URL's as a service, then 
stitches them all together.  You might even be able to get away with not 
removing the html, head, and body tags.  Browsers can be amazingly tolerant of 
that kind of junk.

-Amy

Reply via email to