简体   繁体   中英

How to a send a specific text backside to print in a paper using C#?

Hope all are safe!!

Currently I read a HTML file and send to printer based on it, in my C# code. So it will print the desired format front side of the paper/card. Now as per the requirement I need to send a specific text to print on the backside of the paper/card.

Is there some way to manipulate and send the text from C# code so that it prints backside of the paper/card.

Say eg., I print "Thanks in advance" text from the html file I have in the front side of the paper and I need to print "Thank you for the time" text to print on the backside.

Can someone help me to find a way?!

Your code can send text data to the printer but can not decide whether to print on the front or back side of the page. This is done by the printer itself normally printer print data on front side of paper you need to set printer setting to print back side of paper too.

Or you need to build a app using C# that have functionality to control your printer's printing behaviour.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM