mkevenaar/php-print-ipp

一个库,用于通过 PHP 向本地或服务器上的打印机发送打印任务

1.2.0 2023-11-09 12:20 UTC

This package is auto-updated.

Last update: 2024-09-25 20:00:15 UTC


README

http://www.nongnu.org/phpprintipp/ 的一个克隆

这是一个新的 PHP 类,至少需要 PHP5。该类在客户端实现了 Internet 打印协议。

版权 © 2005-2008, Thomas Harding。

This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA

thomas.harding@laposte.net
Thomas Harding, 1 rue Raymond Vannier, 45000 ORLEANS, FRANCE

状态 目前,它能够在 IPP 服务器上打印,解析服务器响应,能够取消作业,并执行 RFC2911 中的所有必需和可选操作。

There is also a CUPS specific class, which performs CUPS specific
operations.

限制 - SSL/TLS 工作正常,但集成的 http 后端不支持“升级”。

文档 完整的文档位于 "./documentation" 或 "./html",具体取决于您使用的是 tarball 还是 Debian 软件包。

起源 它受到了 Mick Sear 的“PrintSendLPR”的启发,但其中不再包含其代码。如果您正在寻找一个非常基本的打印客户端,请使用它:PrintSendLPR 可在 http://www.phpclasses.org 上找到(许可:LGPL)。

测试 用例示例在 "TEST_PrintIPP.php" 中给出。

You will find complete examples in ./examples or ./testfiles.

Test _data_ files are distributed under GPL, but the aboves
are under BSD License.

祝您玩得愉快!

Thomas Harding.

Bitdeli Badge