English 中文(简体)
向硬件打印机按方案分配工作的最佳方式?
原标题:Best way to programatically send jobs to a hardware printer?

我处理大量印刷工作,Im试图说明如何撰写一册,以打印我提供的任何文件,并支持各种格式,包括PDF、CrT、DOCX等。 任何人都知道一些良好的印刷图书馆? 我被警告要远离 Java。 感谢!

EDIT:我正在考虑撰写一条指挥线文字,然后也许会将其转移到网上以方便。

平台是乌班图。

最佳回答

它取决于操作系统,甚至申请类型(如果申请是以网络为基础的,印刷往往在浏览器方面,而不是在服务器内)。

关于林丹,最近的制图工具箱(GTK3或QT4)有处理打印机的APIC(以及Qt &Gtk被带上Windows),例如:QPrinter ,lpr或lpa2ps的指挥(可使用popen)。 <代码>a2ps 效用能够印刷许多格式。

在Windows(德国技术合作公司或Qt公司除外)上,我没有任何想法,因为我从未使用过Windows。

问题回答

暂无回答




相关问题
Export to pdf on the client or server side?

My client side application is using jqgrid that requests the server side, which in its turn queries MySQL and sends back the resultSet in XML format. I m willing to add the export to PDF ...

Image generator

I d like to be able to generate an image with overlaying text (that is inputted by the user) such as how it is done on www.depressiondog.info. Can someone show/link me to some code that will do that. ...

Where should I put this configuration setting?

I m designing a fairly small web application which will run on a Sun application server (v9.1). It only has a few pages, no database of its own, and will retrieve/update data via web services. There s ...

服务器面与用户对用户的MVC在网络信号中

我最近找到了一种与《伙伴关系协定》有关的有趣的替代办法。 NET MVC,我目前做的是:静态超文本,配有先进的 Java本式服务电话(大多数例子使用开放式雷达)。 例如,见此或......。

MySQL Users and All Privileges

Ok, I m trying to add a user to a MySQL database. This user should be able to add other users to the database it has privileges for. So I did this: GRANT ALL privileges ON thedbname.* TO topuser @ % ...

Doesn t get into Debug Mode

When I Press F5 on my VS2005 to debug the application, it launches the web app window but it is coming out of debug mode. When I tried to trace the Error in the EventViewer, this was the error: ...

热门标签