Skip to content

[pdf auto printer scaling page pdfbox] 对批量的pdf文件进行打印操作,可以配置打印机相关信息: 页面大小、边距大小、缩放比率、横版竖版等,打印的每个job任务可以配置等待时间或打印机等待队列最大大小,避免打印机被打爆。

License

Notifications You must be signed in to change notification settings

zhitom/smartpdftoprinter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

smartpdftoprinter

介绍

[pdf auto printer scaling page] 对批量的pdf文件进行打印操作,可以配置打印机相关信息: 页面大小、边距大小、缩放比率、横版竖版等,打印的每个job任务可以配置等待时间或打印机等待队列最大大小,避免打印机被打爆。

软件架构

使用pdfbox完成pdf文件的自动化打印操作

安装教程

需要安装JDK1.8+

使用说明

二进制下载地址: smartpdftoprinter-1.1.0.jar

配置说明请参考application.yml

#配置文件独立时的运行:
java -jar target/smartpdftoprinter-1.1.0.jar --spring.config.location=src/main/resources/application.yml
#配置文件打包在jar里边的运行
java -jar target/smartpdftoprinter-1.1.0.jar

参与贡献

TODO

About

[pdf auto printer scaling page pdfbox] 对批量的pdf文件进行打印操作,可以配置打印机相关信息: 页面大小、边距大小、缩放比率、横版竖版等,打印的每个job任务可以配置等待时间或打印机等待队列最大大小,避免打印机被打爆。

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages