''' pip install pymupdf pip install pillow ''' import os import uuid import fitz from PIL import Image, ImageDraw, ImageFont import zipfile basedir = ...
分类:
其他好文 时间:
2021-07-27 17:38:27
阅读次数:
0
word可以直接另存为pdf格式,方便了word和pdf之间的格式转换,但是在一般的默认情况下,word直接另存为pdf的时候是不创建书签信息的,这样长文档在没有书签标题导航实在是不方便阅读。 因此我们就可能会需要寻求办法使得导出的pdf有书签导航。 1.打开word文件,点击另存为,在保存类型中选 ...
分类:
其他好文 时间:
2021-07-26 16:36:48
阅读次数:
0
1.下载插件 markdown pdf 把 markdown 转 pdf markdown preview enhanced 可以直接预览 ###2.使用 使用 vscode 打开你的 .md 文件 鼠标右键 选择你需要转换的类型 转换完成后文件会自动存在你的 .md 文档的同层级目录中 ...
分类:
其他好文 时间:
2021-07-20 16:24:29
阅读次数:
0
置顶帖多了以后,新贴都被挤到下面看不到了,所以改成在这里集中发布。 老马的原创空间搬家通告(内附软件下载地址)郑重声明 郑重声明 郑重声明(重要的事情说三遍)Z版与D版UnicornViewer的区别PdfToy里有什么?DIY书籍扫描仪简介v1.1 ...
分类:
其他好文 时间:
2021-07-05 18:52:58
阅读次数:
0
CSS 学习(3) 盒子模型 盒子的组成 border边框,content内容,padding内边距,margin外边距。 边框(border) border-with:边框的粗细(一般情况下使用px为单位),未指定边框样式没法显示。 border-style:边框的样式(solid实线,dashe ...
分类:
Web程序 时间:
2021-07-05 16:49:11
阅读次数:
0
box-sizing:border-box; border:20px solid transparent; background-clip:padding-box,border-box; background-origin:padding-box,border-box; background-ima ...
分类:
其他好文 时间:
2021-07-02 16:17:27
阅读次数:
0
存在问题: 原电子版文档是A5的纸型,在打印到A4纸张上时,如果“纸张大小”中选择A4则打印的内容会居中显示在纸张中间,且显得字体小、边距超大。 正确操作: 正确缩放的方式是:在打印到A4纸张上时,“纸张大小”直接选择A5。 ...
分类:
其他好文 时间:
2021-06-29 15:50:48
阅读次数:
0
div{ width: 0px; border: 30px solid transparent; border-left-color: tomato;} 第二种方法 div{ margin: auto; width: 0px; border-top: 20px solid transparent; ...
分类:
其他好文 时间:
2021-06-28 19:45:26
阅读次数:
0
前言 将epub或其他格式的电子书转为为A4大小的pdf, 需要修改输出设置, 不然的话, 输出的pdf字体和格式都不对。 一般涉及到一下几个要素: 输出pdf大小, a4 页边距, 55 行间距,120% 首行缩进, 2 em 段落缩进, 0.5 设置 以epub格式输出pdf格式为例。 修改最小 ...
分类:
其他好文 时间:
2021-06-24 17:43:14
阅读次数:
0
01.STP Configuration Activity 5.2.5: Configuring STP NOTE TO USER: Although you can complete this activity without printed instructions, a PDF version ...
分类:
系统相关 时间:
2021-06-24 17:37:01
阅读次数:
0