-
Hi, i often get "Internal Server Error" Messages when uploading files to my printer.
When i try it multiple times (like 2 times in this example of the Log below) it works.
`2024-09-27 15:47:16,9…
-
Hi again
I work with [Bixolon f312 and Citizen S2000](https://github.com/mike42/escpos-php/issues/655)
According to other issues, for printing large images, it is better split the images into smalle…
-
Hii, In my project i want to print the text in Marathi Language is it possible.
Here is my code
Future printMarathiText() async {
final profile = await CapabilityProfile.load();
final pr…
-
I guess I somehow broke the connection to the printer (A40). After unsuccessful attempts to print PDF files (tried to convert them to Pillow images and `printImage()`) my printer doesn't even react to…
-
when we are try to install on the Sunmi V2 Device , the compile get error
F:\Flutter_Apps\brew_crow\build\flutter_sunmi_printer\generated\aidl_source_output_dir\debug\compileDebugAidl\out\woyou\ai…
-
proyect en net.maui in Net 7.0
{
String filePath = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData), "xxx.pdf");
Document document = new Document();
…
-
So I found a solution for my project, I added this function to the Printer.php program :
` public function selectDisplay(int $disp = 1) {
self::validateInteger($disp, 0, 3, __FU…
-
Hi,
I get an exception is thrown in the destructor of XMLPrinter after printing a document to string. Here is an example code:
```
tinyxml2::XMLPrinter printer;
{
tinyxml2::XMLDocument doc{}…
-
PrintService[] printServices = PrintServiceLookup.lookupPrintServices(null, null);
System.out.println("Number of print services: " + printServices.length);
for (PrintService printer : printServi…
-
I have a SAMSUNG SCX 4828FN
After I changed inside _pyipp/const.py_ the protocoll version to `DEFAULT_PROTO_VERSION = (1, 1)` a light modificated example code, based upon https://github.com/ctalkingt…