Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

JAVA and DPL-problems with sending image to printer

807580Jun 30 2010 — edited Jun 30 2010
Hi all

I started to program Datamax printers in Java directly using DPL language. It all worked great-bar codes and tekst on labels but today i encountered a problem:

I can't send an image into the printer and print it.

The "downloading" phase I think is good: led shows that image is downloading and then led stops blinking...but when I try to print label with image the effect is strange. The problem maybe is in converting byte aray where the image is stored to String and puting it into DPL line and then convert again to byte array and send it direcly to printer.

I will put some code later but could You tell me-Is somebody have some experiance in this?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 28 2010
Added on Jun 30 2010
1 comment
773 views