Printing from pocketpc

  • Thread starter Thread starter Rn
  • Start date Start date
R

Rn

Hi,
I am using .NETCF. I would like to add printing functionality to my app
- I would like it to print via Ir, Bluetooth or cable. I guess the best
option is a good third party SDK. The problem is it has to support
printing from right to left (hebrew).
Thanks in advance for any idea.
 
Hi,
Thanks for your answer but they do not support right to left printing.
Any other ideas?
I will be grateful for any help.
Thanks
Rn
 
Send them an email and ask about it. The reality is that they have by far
the most printing experience in CE of anyone out there. If they don't hae
it, I'd be willing to be no-one does. They may be interested in adding
support if there's a market.

--
Chris Tacke
Co-founder
OpenNETCF.org
Has OpenNETCF helped you? Consider donating to support us!
http://www.opennetcf.org/donate
 
random idea.. in case no one does it.. why not print the hebrew letters as
images? I guess it's a bit far-fetched but hey if that's all you got left
it's better than nothing.
 
Hi,
Thanks a lot for your answer.
I already contacted them and there is no right to left support.
Do you know any other good SDK?
Thanks
 
Not a bad idea. In fact the OP should be able to output text to a precreated
bitmap using Graphics.DrawString (assuming that he has a localised device)
and then print the bitmap for each line of text
 
Out of curiosity... what device are you running that support RightToLeft and
are you targeting it with the Compact Framework?

Cheers
Daniel
 
Hi,
Thanks for your answers.
Right to Left support is available to all devices. The problem is the
printing.
Thanks
 
Right to Left support is available to all devices.
It's not on mine. What device are you running that supports RightToLeft and
are you targeting it with the Compact Framework?

Cheers
Daniel
 
Back
Top