cancel
Showing results for 
Search instead for 
Did you mean: 

help on using symbol printing api

Former Member
0 Kudos

Hi

How do i print a line as there are no linefeed() or println() method (ME api methods ) in the symbol printing APi's.

Amy approach/suggestion on this is appreciated .

rajesh

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Rajesh,

I am also not using Symbols API for printing but I am using Symbold Pocket Browser and the ActiveX object SymbolBrowser.NarrowBand to print. If you develop a JSP application you should print this way. It´s pretty simple. You are able to set printer id, print lines and so on.

I am also interested in the API. We did you get it from?

Regards,

Sascha

Former Member
0 Kudos

I don't have the Symbol's API, but in the ME classes is provided such method:

com.sap.ip.me.api.print.PrintJob.lineFeed(int count)

Description: Advance paper count lines.

The method is abstract of course, but if the Symbol's API is based on the ME classes, it should implement the method.

From where did you got the Symbol's API? Is it free downloadable, or you have receive it as attendant software?