一般浏览器都可以将当前页面输出为 pdf,但当有很多个 html 文件时一个一个转换就很麻烦了,可以使用 wkhtmltopdf 命令行工具来实现自动化批量转换。

wkhtmltopdf and wkhtmltoimage are open source (LGPLv3) command line tools to render HTML into PDF and various image formats using the Qt WebKit rendering engine. These run entirely "headless" and do not require a display or display service.

wkhtmltopdf 官网:https://wkhtmltopdf.org/
GitHub 主页:https://github.com/wkhtmltopdf/wkhtmltopdf

阅读全文




2020-03-18T01:21:49.png
对于需要矫直或者剪裁不需要区域的时候,需要用到剪裁工具,默认情况下,会将键外围区域删除。这里我们介绍如何保留所有像素只进行旋转以及如何自动填充空白区域。

快捷键 C 或者点击左侧工具栏选择剪裁工具:
2020-03-18T01:23:21.png

阅读全文


2020-03-14T06:10:08.png
钢笔工具是 PS 中最常用的工具之一。它的主要功能是绘制:直线 曲线 形状 路径等。

实际使用最频繁的就是通过绘制路径分离主体,也就是抠图。下面介绍钢笔工具的使用方法。

阅读全文