B4J Library [B4X] SD Zebra (printer) - Star-Dust    Jan 8, 2026   (15 reactions) This library is the result of my first approach with Zebra printers. I started by connecting via.... Preview only works if you have an internet connection
For ESC/POS Printer see here
The Demo version... B4A Library SD EscPos Printer (Lan,USB, Bluetooth SPP, BLE) - Star-Dust    Oct 7, 2025   (20 reactions) This library allows you to print with thermal printers compatible with the ESC POS language in 4... the library meets all your needs, is compatible with the printer you need to use.
For ESC/POS B4J version... B4A Class Bluetooth ESC/POS Printer Class - agraham    Jun 12, 2019   (42 reactions) For the last couple of weeks I have been playing with an 80mm Bluetooth ESC/POS thermal printer... dissipation limitations probably), is not great it is adequate. The printer itself seems to be a generic... B4J Library jSD_EscPosPrinter - Star-Dust    Apr 11, 2025   (6 reactions) This library allows you to print text and image to a bluetooth thermal printers
Works with Bluetooth and USB. For USB thermal printers you need the driver
Dependence: jBluetooth
This version... B4i Library iSD BLE Printer - Star-Dust    May 7, 2023   (5 reactions) private. (For B4J versione see Here, for B4A versione see Here, for ZEBRA printer Here) This version... you can print for just one minute every 4 minutes. iSD_BLE_Printer Author: Star-Dust Version: 0.25 BLE_Printer Events: Connected (services As List) Disconnected ImagePrintingCompleted PrinterFound (Name...()) As NSString* Add Tab eg. PrinterBLE.AddTab(Array As Byte(100,150,121)) CenterJustify As NSString* after this command calls SendBufferToPrinter Class_Globals As NSString* Connect (ID As NSString... B4J Library Printer Example - Print text with the jFX8 Printer library - stevel05    May 16, 2023   (9 reactions) This is an example of printing text using the jFX8 Print library with TextFlow and Text class objects.
By parsing the text and measuring and creating text classes per line as required by wrapping it ... B4J Library jSD: Bluetooth Printer - Star-Dust    Sep 14, 2022   (11 reactions) BT_Printer library allows you to print text and image to a bluetooth thermal printers
It is similar to the BT_Printer library for Android (BLE_Printer for iOS), and implementations, events and... B4A Library Printing and Pdf creation - Erel    May 18, 2020   (55 reactions)   tags: print, pdf, pdf print, Printing and Pdf with the PdfDocument object. 2. Printing with the Printer object. Lets start with PdfDocument. Dim... framework. Most popular printers are supported. You do need to first install a printer plug-in. For example to print to a HP printer: https://play.google.com/store/apps/details?id=com.hp.android... The Printer object can print bitmaps, html documents, WebView content and PDF documents. Example: Sub Globals Private printer As Printer End Sub Sub Activity_Create(FirstTime As Boolean... B4J Library B4j Print JavaFX8 + 17 - stevel05    Aug 10, 2025   (38 reactions)   tags: Printing Here is a B4j library written in B4j to access the full Printer modules provided with JavaFX8. Full source code is available. At it's simplest, you can print a node using: Dim P As Printer = Printer_Static.GetDefaultPrinter Dim PJ As PrinterJob = PrinterJob_Static.CreatePrinterJob2(P) PJ.PrintPage(lblTest) PJ.EndJob Or with dialogs: Dim PJ As PrinterJob = PrinterJob_Static.CreatePrinterJob PJ.ShowPageSetupDialog(Null) PJ.ShowPrintDialog(Null) PJ.PrintPage... B4J Library (b4j)[juuid] Get Unique hardware ID - behnam_tr    Aug 5, 2025   (21 reactions) ) getPrintersList() as list getDefaultPrinter() as string How Use : Dim pdd As jUUID Log(pdd...) get installed printers list Dim p As jUUID Dim list1 As List = p.PrintersList Log(p.DefaultPrinter) For Each PrinterName As String In list1 Log(PrinterName) Next how enable wmic option... Page: 1   2   |