当前位置:网站首页>Record the problem of C # print size once
Record the problem of C # print size once
2022-06-25 04:38:00 【zepcjsj0801】
c# Printed printdocument Not much to say , A lot of online .
This time, customers need Epson tm-82ii The printer , It is an ordinary small ticket machine , The length of the small ticket to be printed for different orders must be different , And after printing a small ticket, you need to cut paper automatically , The functions described above are fully realized , Finally, there is a problem when the customer checks and accepts , There is a list of fifty or sixty centimeters , But the printer goes to 31cm Cut the paper at , That is to say, the following contents are not typed .
It took five days to add a printer , It took another three days because of the length , I still haven't found out , But in the process of adjustment, the cause of the problem is slowly discovered , The original page size of the printer has nothing to do with the size set in the program , Or the printed size is not exactly the size set in the program .
I found an article by accident , It turns out that some printers do not support external programs to customize the size , That is to say, the internal size of the printer should be used , So the final adjustment result is , Add a large enough size to the printer , Use this size in the program ok 了 .
边栏推荐
- JS call() and apply()
- Vscode 设置clang-format
- Part I Verilog quick start
- Laravel document sorting 4. Controller
- PHP encapsulates curl to send get and post request methods, and uses
- OOP栈类模板(模板+DS)
- CTF_ Web:8-bit controllable character getshell
- CTF_ Web: Advanced questions of attack and defense world expert zone WP (19-21)
- js的arguments
- Unity Quad culls shaders with back faces and transparent parts
猜你喜欢
为什么TCP握手刚刚好是3次呢?
Cnpm: unable to load file c:\users\administrator\appdata\roaming\npm\cnpm PS1 because running scripts is prohibited on this system.
LabVIEW development gas regulator
CTF_ Web: Advanced questions of attack and defense world expert zone WP (1-4)
「 每日一练,快乐水题 」1108. IP 地址无效化
CTF_ Web: Advanced questions of attack and defense world expert zone WP (9-14)
[untitled]
CTF_ Web: deserialization of learning notes (II) CTF classic test questions from shallow to deep
三角形类(构造与析构)
深度学习——几种学习类型
随机推荐
GBASE 8s的隔离级别介绍
GBASE 8s活锁、死锁问题的解决
CTF_ Web: advanced problem WP (5-8) of attack and defense world expert zone
Communication problems in parent and child components of uniapp
js的sort()函数
GBASE 8s 索引B+树
Deep learning - several types of learning
什么是数据持久化?
Laravel document sorting 11. System architecture
515. 在每个树行中找最大值 / 剑指 Offer II 095. 最长公共子序列
Office macro virus bounce shell experiment
Introduction to the isolation level of gbase 8s
为什么TCP握手刚刚好是3次呢?
Solution of gbase 8s livelock and deadlock
计算学生成绩等级(虚函数和多态)
halcon之区域:多种区域(Region)生成(3)
简单的恶意样本行文分析-入门篇
Gbase 8s stored procedure syntax structure
[untitled]
Doubts about judging the tinyint field type of MySQL