添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
相关文章推荐
害羞的足球  ·  pyopenproject · PyPI·  2 天前    · 
完美的鸵鸟  ·  mysql-connector · PyPI·  3 周前    · 
老实的火腿肠  ·  mysql · PyPI·  3 周前    · 
俊逸的充值卡  ·  printfactory · PyPI·  4 周前    · 
卖萌的松树  ·  chainer · PyPI·  1 月前    · 
严肃的闹钟  ·  POPUP·  3 月前    · 
着急的黄瓜  ·  Visual Studio 导出 ...·  4 月前    · 

printfactory

printfactory is a package for printing PDF files to a physical printer using a print tool like Adobe Reader or Foxit Reader .

Example usage

import pathlib
import printfactory
printer = printfactory.Printer()
print_tool = printfactory.AdobeReader(printer)
file = pathlib.Path('my.pdf')
print_tool.print_file(file)

Table of Contents

  • Requirements
  • Installing printfactory
  • Known issues
  • Contributing
  • Changelog
  • The motivation for this project was to have a simple Python interface for printing PDF files to a physical printer using a local installed software ("print-tool").

    Only publicly and freely available software should be used on the client or server that is using this package.

    Requirements

  • Python >= 3.8
  • Installing printfactory

    To install the latest version of printfactory use pip as simple as follows.

    pip install printfactory
    

    Known issues

  • The AdobeAcrobat print tool implementation is limited to only send files to the defaults system printer
  • Contributing

    If you'd like to contribute to this project Poetry is recommended.

    Changelog

    All notable changes to this project will be documented in the CHANGELOG.md.

    Download files

    Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

    Source Distribution Hashes for printfactory-0.1.1-py3-none-any.whl Hashes for printfactory-0.1.1-py3-none-any.whl Algorithm Hash digest "PyPI", "Python Package Index", and the blocks logos are registered trademarks of the Python Software Foundation.
    © 2024 Python Software Foundation
    Site map