POS PRINTER DRIVER ESC/POS

POS PRINTER DRIVER ESC/POS

  • 5.5 MB

    फाइल का आकार

  • Android 5.1+

    Android OS

POS PRINTER DRIVER ESC/POS के बारे में

प्रिंट ईएससी / पीओएस नेट, वाईफाई, यूएसबी और बीटी के माध्यम से ड्राइवर के बिना आज्ञा देता है और लोगो पिक आसानी से।

2024 संस्करण मल्टीप्रिंटिंग

====

आप कोड की केवल कुछ पंक्तियों के साथ मिनटों में प्रिंट कर सकते हैं। यह अपना इरादा बनाने, अपनी ईएससी स्वरूपित स्ट्रिंग जोड़ने और (सेवा) इरादा शुरू करने जितना आसान है।

इसमें डेमो देखें:

https://bitbucket.org/fidelier/posprinterdrivertest/src

अब प्रो संस्करण पर सीधे लोगो मुद्रण संभव है, बस कॉन्फ़िगरेशन पर एक लोगो चुनें, और यह प्रत्येक दस्तावेज़ के शीर्ष पर मुद्रित किया जाएगा।

लोगो के विपरीत रंग, ग्रेडिएंट रंग बनाएं।

एंड्रॉइड डिवाइस वेब में वेब से प्रिंट करें। बस एक लिंक बनाएं:

a href='com.fidelier.printfromweb://?$biguhw$वेब से प्रिंट करें$intro$$small$छोटे अक्षर प्रिंट करें$intro$->$intro$->$intro$->$intro$$intro$$ परिचय$$परिचय$$कट$$परिचय$"वेब/ए से परीक्षण प्रिंट

सर्वर से सीधे प्रिंट करें!

वेब पर अनुदेश पढ़ें

टैग खोलें और बंद करें

जैसे ESC कमांड के लिए आसान सहायक शामिल करें

आसान फ़ॉन्ट आकार चयन.

$qr-s-e-text$

उदाहरण $qr-8-50-www.posprinterdriver.com$

आकार (1-16)

त्रुटि सुधार (48-51) 7%,15%25%,30%

$small$ छोटे आकार के लिए

$smallh$ दोगुनी ऊँचाई वाले छोटे आकार के लिए

$smallw$ दोगुनी चौड़ाई वाले छोटे आकार के लिए

$smallhw$ दोगुनी ऊंचाई और चौड़ाई वाले छोटे आकार के लिए

$smallu$ छोटे आकार को रेखांकित करने के लिए

$smalluh$ डबल हाइट अंडरलाइन के साथ छोटे आकार के लिए

$smalluw$ दोगुनी चौड़ाई वाली अंडरलाइन के साथ छोटे आकार के लिए

$smalluhw$ डबल ऊंचाई और चौड़ाई रेखांकित के साथ छोटे आकार के लिए

$बड़ा$ बड़े आकार के लिए

$bigh$ डबल ऊंचाई के साथ बड़े आकार के लिए

$bigw$ दोगुनी चौड़ाई वाले बड़े आकार के लिए

$bighw$ दोगुनी ऊंचाई और चौड़ाई वाले बड़े आकार के लिए

रेखांकित करने के लिए आपको जोड़ें

$कट$ कागज काटना

$drawer$ पहली दराज खोलने के लिए

उदाहरण

स्ट्रिंग डेटाToPrint='$big$यह एक प्रिंटर परीक्षण है$intro$posprinterdriver.com$intro$$intro$$cut$$intro$';

इरादा इरादाप्रिंट = नया इरादा();

IntentPrint.setAction(Intent.ACTION_SEND);

IntentPrint.putExtra(Intent.EXTRA_TEXT, dataToPrint);

IntentPrint.setType('text/plain');

this.startActivity(intentPrint);

सीधा लिंक प्रिंट:

स्ट्रिंग डेटाToPrint='$big$यह एक प्रिंटर परीक्षण है$intro$posprinterdriver.com$intro$$intro$$cut$$intro$';

इरादा इरादाप्रिंट = नया इरादा();

IntentPrint.setAction(Intent.ACTION_SEND);

IntentPrint.putExtra(Intent.EXTRA_TEXT, dataToPrint);

// लिंक आईपी:पोर्ट डायरेक्ट

IntentPrint.putExtra('printer_type_id', '1');// आईपी के लिए

IntentPrint.putExtra("प्रिंटर_आईपी", प्रिंटरआईपीएड्रेस);

IntentPrint.putExtra('प्रिंटर_पोर्ट', प्रिंटरपोर्ट);

// लिंक यूएसबी: पोर्ट डायरेक्ट

IntentPrint.putExtra('printer_type_id', '3');// USB के लिए

IntentPrint.putExtra('printer_usb_product_id', usbProductID);

IntentPrint.putExtra('printer_usb_vendor_id', usbVendorId);

IntentPrint.putExtra('printer_usb_device_id', usbDeviceID);

// लिंक बीटी:पोर्ट डायरेक्ट

IntentPrint.putExtra('printer_type_id', '4');// ब्लूटूथ के लिए

IntentPrint.putExtra('printer_bt_adress', BtDevice);

IntentPrint.setType('text/plain');

IntentPrint.setType('text/plain');

Log.i(internalClassName, "sendDataToBTPrinter प्रारंभ आशय");

**निःशुल्क संस्करण आपके टिकट पर विज्ञापन प्रिंट कर सकता है**

अधिक दिखाएं

What's new in the latest 20.26

Last updated on 2024-12-12
Review bugs, and printing PDF
अधिक दिखाएं

वीडियो और स्क्रीनशॉट

  • POS PRINTER DRIVER ESC/POS पोस्टर
  • POS PRINTER DRIVER ESC/POS स्क्रीनशॉट 1
  • POS PRINTER DRIVER ESC/POS स्क्रीनशॉट 2
  • POS PRINTER DRIVER ESC/POS स्क्रीनशॉट 3
  • POS PRINTER DRIVER ESC/POS स्क्रीनशॉट 4
  • POS PRINTER DRIVER ESC/POS स्क्रीनशॉट 5
  • POS PRINTER DRIVER ESC/POS स्क्रीनशॉट 6
  • POS PRINTER DRIVER ESC/POS स्क्रीनशॉट 7

POS PRINTER DRIVER ESC/POS APK जानकारी

नवीनतम संस्करण
20.26
श्रेणी
टूल
Android OS
Android 5.1+
फाइल का आकार
5.5 MB
विकासकार
Fidelier Medios de Pago S.L.
Available on
APKPure पर सुरक्षित और तेज़ APK डाउनलोड करें
आपके लिए वायरस मुक्त POS PRINTER DRIVER ESC/POS APK डाउनलोड करने के लिए APKPure प्रमाणित करने का उपयोग करता है।
APKPure आइकन

APKPure ऐप के माध्यम से सुपर तेज़ और सुरक्षित डाउनलोडिंग

एंड्रॉइड पर XAPK/APK फ़ाइलें इंस्टॉल करने के लिए एक-क्लिक करें!

डाउनलोड APKPure
thank icon
We use cookies and other technologies on this website to enhance your user experience.
By clicking any link on this page you are giving your consent to our Privacy Policy and Cookies Policy.
Learn More about Policies