• 大小: 1.52M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2024-05-05
  • 语言: PHP
  • 标签: php  打印机  代码  打印  hp  

资源简介


This project implements a subset of Epson's ESC/POS protocol for thermal receipt printers. It allows you to generate and print receipts with basic formatting, cutting, and barcodes on a compatible printer.

The library was developed to add drop-in support for receipt printing to any PHP app, including web-based point-of-sale (POS) applications.

资源截图

代码片段和文件信息

# -*- coding: utf-8 -*-
#
# Configuration file for the Sphinx documentation builder.
#
# This file does only contain a selection of the most common options. For a
# full list see the documentation:
# http://www.sphinx-doc.org/en/master/config

# -- Path setup --------------------------------------------------------------

# If extensions (or modules to document with autodoc) are in another directory
# add these directories to sys.path here. If the directory is relative to the
# documentation root use os.path.abspath to make it absolute like shown here.
#
# import os
# import sys
# sys.path.insert(0 os.path.abspath(‘.‘))


# -- Project information -----------------------------------------------------

project = ‘gfx-php‘
copyright = ‘2018 Michael Billington‘
author = ‘Michael Billington‘

# The short X.Y version
version = ‘‘
# The full version including alpha/beta/rc tags
release = ‘‘


# -- General configuration ---------------------------------------------------

# If your documentation needs a minimal Sphinx version state it here.
#
# needs_sphinx = ‘1.0‘

# Add any Sphinx extension module names here as strings. They can be
# extensions coming with Sphinx (named ‘sphinx.ext.*‘) or your custom
# ones.
extensions = [
  “sphinxcontrib.phpdomain“
]

# Add any paths that contain templates here relative to this directory.
templates_path = [‘_templates‘]

# The suffix(es) of source filenames.
# You can specify multiple suffix as a list of string:
#
# source_suffix = [‘.rst‘ ‘.md‘]
source_suffix = ‘.rst‘

# The master toctree document.
master_doc = ‘index‘

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
#
# This is also used if you do content translation via gettext catalogs.
# Usually you set “language“ from the command line for these cases.
language = None

# List of patterns relative to source directory that match files and
# directories to ignore when looking for source files.
# This pattern also affects html_static_path and html_extra_path .
exclude_patterns = [‘_build‘ ‘Thumbs.db‘ ‘.DS_Store‘]

# The name of the Pygments (syntax highlighting) style to use.
pygments_style = ‘sphinx‘


# -- Options for HTML output -------------------------------------------------

# The theme to use for HTML and HTML Help pages.  See the documentation for
# a list of builtin themes.
#
html_theme = ‘sphinx_rtd_theme‘

# Theme options are theme-specific and customize the look and feel of a theme
# further.  For a list of options available for each theme see the
# documentation.
#
# html_theme_options = {}

# Add any paths that contain custom static files (such as style sheets) here
# relative to this directory. They are copied after the builtin static files
# so a file named “default.css“ will overwrite the builtin “default.css“.
html_static_path = [‘_static‘]

# Custom sidebar templates must be a dictionary that maps document names
# to template names.
#
# The default sidebars (for do

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2020-11-30 10:29  mike42\
     目录           0  2020-11-30 10:29  mike42\escpos-php\
     文件         108  2020-11-30 10:29  mike42\escpos-php\.coveralls.yml
     文件         169  2020-11-30 10:29  mike42\escpos-php\.gitignore
     文件         847  2020-11-30 10:29  mike42\escpos-php\.travis.yml
     文件        3417  2020-11-30 10:29  mike42\escpos-php\CONTRIBUTING.md
     文件         995  2020-11-30 10:29  mike42\escpos-php\CONTRIBUTORS.md
     文件        1157  2020-11-30 10:29  mike42\escpos-php\LICENSE.md
     文件       20137  2020-11-30 10:29  mike42\escpos-php\README.md
     文件         952  2020-11-30 10:29  mike42\escpos-php\composer.json
     文件       57423  2020-11-30 10:29  mike42\escpos-php\composer.lock
     目录           0  2020-11-30 10:29  mike42\escpos-php\doc\
     文件        9495  2020-11-30 10:29  mike42\escpos-php\doc\FAQ.md
     文件         547  2020-11-30 10:29  mike42\escpos-php\doc\Makefile
     文件      102812  2020-11-30 10:29  mike42\escpos-php\doc\escpos.doxyfile
     目录           0  2020-11-30 10:29  mike42\escpos-php\example\
     文件        2012  2020-11-30 10:29  mike42\escpos-php\example\README.md
     文件        8739  2020-11-30 10:29  mike42\escpos-php\example\barcode.php
     文件        1317  2020-11-30 10:29  mike42\escpos-php\example\bit-image.php
     文件        2545  2020-11-30 10:29  mike42\escpos-php\example\character-encodings-with-images.php
     文件        2594  2020-11-30 10:29  mike42\escpos-php\example\character-encodings.php
     文件        3026  2020-11-30 10:29  mike42\escpos-php\example\character-tables.php
     文件        1266  2020-11-30 10:29  mike42\escpos-php\example\customer-display.php
     文件        4961  2020-11-30 10:29  mike42\escpos-php\example\demo.php
     文件        1074  2020-11-30 10:29  mike42\escpos-php\example\graphics.php
     目录           0  2020-11-30 10:29  mike42\escpos-php\example\interface\
     文件         444  2020-11-30 10:29  mike42\escpos-php\example\interface\README.md
     文件         554  2020-11-30 10:29  mike42\escpos-php\example\interface\cups.php
     文件         713  2020-11-30 10:29  mike42\escpos-php\example\interface\ethernet.php
     文件        1168  2020-11-30 10:29  mike42\escpos-php\example\interface\linux-usb.php
     文件        2280  2020-11-30 10:29  mike42\escpos-php\example\interface\smb.php
............此处省略647个文件信息

评论

共有 条评论