Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
186 views

I have an issue like that when I send ZPL commands through c# code to the printer via Bluetooth it prints blank label (after calibration) or sometimes only a peace of the expected text. Additionally, ...
spruce's user avatar
  • 1
1 vote
0 answers
12 views

Snippet from Visual Studio illustrating issue, ""Console.WriteLine(value: $"{decimalNotation:X}");"" Learning basics--have not encountered this issue before. I'm guessing ...
arjay's user avatar
  • 11
1 vote
0 answers
117 views

I am using react-to-print with Nextjs. Problem This is the problem. I don't want it to break and want it to continue and treat it as 1 page. I have POS-80C thermal printer, and it cuts on every page. ...
Fat Fatty's user avatar
  • 275
-1 votes
1 answer
32 views

I work whith nwjs, i generate a tickets and i want to print and generate pdf. But layout is not correct my ticket are cut between one page and the next at the end of page. this is my print function, i ...
Vebama Wanematou's user avatar
1 vote
0 answers
59 views

I have to print a ticket. It is important to ensure that each ticket is printed only once. I have created a view where the image of the tickets is created and finally printed with javascript. The ...
parsa's user avatar
  • 39
2 votes
3 answers
381 views

We have a website on Blogger to print legal documents but when printing we got a Google Adsense message in the top of the page as you can see in the document picture and same message appears in the ...
Falcon_S's user avatar
  • 502
1 vote
1 answer
142 views

I try to set duplex (two-sided) mode on my printer, but calling SetPrinter() is not working: bool SetDuplexMode(HANDLE hPrinter, short duplexMode) { PRINTER_INFO_2* pInfo = NULL; DWORD ...
pol9595's user avatar
  • 11
0 votes
0 answers
62 views

I am trying to print a CSV file to look like a XLSX file. What I mean by that is that when I currently print I see : Current CSV and what I would like is: Desired CSV I already have 2 scripts: ...
Gamix's user avatar
  • 1
0 votes
1 answer
122 views

Hey guys I try to print a bootstrap modal which contains an iframe pointing to a local pdf file. The modal itself looks fine. Problem is I want to print the modal with my own button (not the one in ...
AGuyCalledGerald's user avatar
1 vote
1 answer
174 views

Here is the issue: We use the SATO printer for label printing in our factory. We use a Python development that sends a .prn file to the printer with both static and dynamic content. This .prn file ...
Javier González Estarriol's user avatar
0 votes
0 answers
30 views

I'm trying simple things in eclipse, previously used tmcbeans for the moocfi course. I want to print the user input as a number, but I get two errors: import java.lang.Integer cannot be resolved (l.2)...
Richard Mayer's user avatar
0 votes
1 answer
91 views

I have a gallery of images on a webpage and a "Print" button which then calls the browser print using window.print(). <button class="button current" id="printButton" ...
RJPWilliams's user avatar
1 vote
0 answers
39 views

I want to add print scale to UIPrintInteractionController UI interface. example image what I did achieve with my code printControler = UIPrintInteractionController.shared printControler....
mywac Milan's user avatar
1 vote
0 answers
43 views

As statedd above, I am unable to print Project Code in pycharm. I need to print the [tag:Python code] for a project. Not the results, simply the text. For example the code in the project below. n = ...
user26845706's user avatar
0 votes
0 answers
124 views

When using mPDF to generate a sales invoice PDF that aligns with a pre-printed form, the alignment is perfect on the first print after resetting the printer. However, when printing the same or any ...
KL Codes's user avatar
0 votes
1 answer
50 views

while (rdr.Read()) { if (itemCounter < itemPerPage) { e.Graphics.DrawString(rdr["cCode"].ToString(), new Font("Arial", 11, FontStyle.Regular), Brushes.Black, new ...
Minhaz Tuhin's user avatar
1 vote
1 answer
82 views

I have a Swift Cocoa program that print a NSView. It work perfectly fine in Monterey but does show the print panel in Sonoma. I cannot find the problem. Here are the 4 errors: Failed to connect (...
S Lareau's user avatar
  • 199
0 votes
1 answer
223 views

So i have an POS app that can print a receipt to customer, and i use this package to scan the bluetooth devices : https://pub.dev/packages/flutter_blue_plus it work on IOS devices but when i switch to ...
Ikhsan Arfian Nugraha's user avatar
1 vote
0 answers
27 views

I have several Kyocera Prescribe print jobs from a production environment (printing for several years). Some of these files contain commands+parameters which are not documented. (Rather the used ...
juFo's user avatar
  • 18.7k
0 votes
0 answers
215 views

I'm working on a C++ application and need to add a watermark to documents during the printing process. Specifically, I want to intercept the print job, add a watermark, and then proceed with printing. ...
Ghaith Saaa's user avatar
0 votes
2 answers
502 views

In Visual Studio Code, programming in Dart as a part of a Flutter course, no prints are shown in the debug console when hot reloading, only the "Reloaded..." message. When creating a flutter ...
Jericó's user avatar
0 votes
1 answer
30 views

It's my first time on stack so if you notice that i'm not following a certain etiquette please point it out. I do not get upset, do not worry about my feelings. Not new to I.T. or programming but ...
BTO's user avatar
  • 11
0 votes
0 answers
52 views

I am try to print CR-80 card that is already printed but I only print values. for setting Alignment when I increse margin/padding - [top] but last values goes to next page. NOTE: I have removed and ...
shujaat ali's user avatar
1 vote
0 answers
80 views

Now I am learing aosp 6.0 code . When i read init process code , which on the path of system/core/init/ , I want to print function call stack . I try write the code on init.cpp #include <utils/...
Tom's user avatar
  • 423
-1 votes
1 answer
45 views

I tried printing for the fiest time and found these code snippets: package main; import java.awt.print.Book; import java.awt.print.PageFormat; import java.awt.print.PrinterException; import java.awt....
user26511071's user avatar