I don't think, it's question related to Flash/Flex. This problem requires
more knowledge about the printer, and if it supports an interface (sock,
http/upnp, bonjour - api) for communication?

There might be some challenges, even when printer supports a socket or http
api; Flash Player's security sandbox would not really let you post data to
printer?

I believe, you are using an application - that allows users to print labels,
etc to their local/network printer?

If that's case, there is good chance, the printer is already configured on
local machine (which is using your flex app); Try to use Flex/ActionScript
Printing API to send printable connect to local PC, let it print it  - yeah
this would require user to do some work;

If you really want to automate the whole flow, you can pass the data to some
server (within intranet or local network), which can then connect to printer
and pass on the commands (+ data).

There are different ways, this problem can be solved.

On Wed, Feb 23, 2011 at 6:01 AM, VJ <[email protected]> wrote:

> Hi Guys,
>
> I have requirement, I need to send an image to Zebra(Thermal printer) that
>  is on network. I have decoded the Base 64 to byte array. Anybody have any
> solution to print or send this job to network printer(In Flex or In Java)
> any sample code would be really helpful. Thanks in Advance... I need to
> print the FedEX, DHL, UnitedState Parcel's shipping labels to printer. I
> couldn't find any way to convert base 64 decoded data to convert it to
> image.... as I am getting object from web service is encrypted in thermal
> printers native language so  i cann't covert it to any image i tried to
> convert it in pdf,jpg,png and gif through various output streams in java but
> error while opening... "Format not supported".... Help if u know anything
> about this requirement... need to get task done asap...
>
> Thanks & Regards
> V Sidhu
>
> --
> You received this message because you are subscribed to the Google Groups
> "Flex India Community" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group at
> http://groups.google.com/group/flex_india?hl=en.
>



-- 
-abdul
---------------------------------------
http://abdulqabiz.com/blog/
---------------------------------------

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

Reply via email to