You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use the printFile function, if the “title”contains Chinese or the “job-name” contains Chinese, the Chinese part of the log record on the printer is garbled. Please help me solve this problem,thanks~
The text was updated successfully, but these errors were encountered:
conn = cups.Connection()
job_id = conn.printFile(printer = printer,
filename = filename,
title = '打印的标题',
options = merged_options)
When I use the printFile function, if the “title”contains Chinese or the “job-name” contains Chinese, the Chinese part of the log record on the printer is garbled. Please help me solve this problem,thanks~
The text was updated successfully, but these errors were encountered: