etdsolutions/ipp

ETD框架的IPP包

dev-master 2018-04-05 14:40 UTC

This package is not auto-updated.

Last update: 2024-09-14 18:58:36 UTC


README

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

这是一个新的PHP类,至少需要PHP5。这个类实现了客户端的Internet Printing Protocol。

版权声明 版权所有 (C) 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。