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.

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 प्रारंभ आशय");

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

नवीनतम संस्करण 20.26 में नया क्या है

Last updated on Dec 11, 2024

Review bugs, and printing PDF

अनुवाद लोड हो रहा है...

अतिरिक्त ऐप जानकारी

नवीनतम संस्करण

निवेदन POS PRINTER DRIVER ESC/POS अपडेट 20.26

द्वारा डाली गई

Xia Fei

Android ज़रूरी है

Android 5.1+

Available on

POS PRINTER DRIVER ESC/POS Google Play प्राप्त करें

अधिक दिखाएं

POS PRINTER DRIVER ESC/POS स्क्रीनशॉट

भाषाओं
APKPure की सदस्यता लें
सर्वश्रेष्ठ एंड्रॉइड गेम और ऐप्स के शुरुआती रिलीज, समाचार और गाइड तक पहुंचने वाले पहले व्यक्ति बनें।
जी नहीं, धन्यवाद
साइन अप करें
सफलतापूर्वक सब्सक्राइब!
अब आप APKPure की सदस्यता ले रहे हैं।
APKPure की सदस्यता लें
सर्वश्रेष्ठ एंड्रॉइड गेम और ऐप्स के शुरुआती रिलीज, समाचार और गाइड तक पहुंचने वाले पहले व्यक्ति बनें।
जी नहीं, धन्यवाद
साइन अप करें
सफलता!
अब आप हमारे न्यूज़लेटर की सदस्यता ले चुके हैं।