c++ - HowTo print with Qt5 without driver (PostScript / PCL) -


I am developing an application that should run on an embedded device.

That is why I came to know that PostScript or PCL is a good option for me.

Since PCL or PostScript does not support Q5, I want to use another library for my export but I could not find a single library yet. I would also like to know, if there are other standards like PCL or PostScript to use the printer without installing a driver.

Qt supports QP, which supports a flexible driver architecture, and postscript, PCL and PDF Supports printers, and many more.

Comments

Popular posts from this blog

java - ImportError: No module named py4j.java_gateway -

python - Receiving "KeyError" after decoding json result from url -

.net - Creating a new Queue Manager and Queue in Websphere MQ (using C#) -