how to connect to external printer using flex4.5

20 views
Skip to first unread message

dillirao

unread,
May 19, 2012, 1:23:36 AM5/19/12
to Flex India Community
hi

i want to take a print out from nearest printer this task has to be
done using flex..

Is there any code in flex to connect to printer
thanx in advance please help me..

Vitor Viganó

unread,
May 23, 2012, 12:59:07 PM5/23/12
to flex_...@googlegroups.com
you will need to use a signed java applet + javascript. Flex will communicate with javascript which will communicate with the applet.

Some references..






2012/5/19 dillirao <dillira...@gmail.com>

--
You received this message because you are subscribed to the Google Groups "Flex India Community" group.
To post to this group, send email to flex_...@googlegroups.com.
To unsubscribe from this group, send email to flex_india+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/flex_india?hl=en.


shanmugam c

unread,
May 24, 2012, 12:46:42 PM5/24/12
to flex_...@googlegroups.com

var printjob:FlexPrintJob=new FlexPrintJob();

if(printjob.start())
 
{

printjob.addObject(BorderContainer,PrintJobOrientation.PORTRAIT);
 
printjob.send();

}
 
Note:
Bordercontainer holds content to print
Reply all
Reply to author
Forward
0 new messages