प्रिंट ईएससी / पीओएस नेट, वाईफाई, यूएसबी और बीटी के माध्यम से ड्राइवर के बिना आज्ञा देता है और लोगो पिक आसानी से।
advertisement
नाम | POS PRINTER DRIVER ESC/POS |
---|---|
संस्करण | 20.14 |
अद्यतन | 21 नव॰ 2024 |
आकार | 5 MB |
श्रेणी | टूल |
इंस्टॉल की संख्या | 100हज़ार+ |
डेवलपर | Fidelier |
Android OS | Android 5.1+ |
Google Play ID | com.fidelier.posprinterdriver |
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$$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 प्रारंभ आशय");
**निःशुल्क संस्करण आपके टिकट पर विज्ञापन प्रिंट कर सकता है**
आप कोड की केवल कुछ पंक्तियों के साथ मिनटों में प्रिंट कर सकते हैं। यह अपना इरादा बनाने, अपनी ईएससी स्वरूपित स्ट्रिंग जोड़ने और (सेवा) इरादा शुरू करने जितना आसान है।
में डेमो देखें
https://bitbucket.org/fidelier/posprinterdrivertest/src
अब प्रो संस्करण पर सीधे लोगो मुद्रण संभव है, बस कॉन्फ़िगरेशन पर एक लोगो चुनें, और यह प्रत्येक दस्तावेज़ के शीर्ष पर मुद्रित किया जाएगा।
लोगो के विपरीत रंग, ग्रेडिएंट रंग बनाएं।
एंड्रॉइड डिवाइस वेब में वेब से प्रिंट करें। बस एक लिंक बनाएं:
a href='com.fidelier.printfromweb://$biguhw$वेब से प्रिंट करें$intro$$small$छोटे अक्षर प्रिंट करें$intro$->$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 प्रारंभ आशय");
**निःशुल्क संस्करण आपके टिकट पर विज्ञापन प्रिंट कर सकता है**