pdf相关

前言

​ pdf 为标准便携文档,在常用场景中,使用它的读取或者打印, 而pdf的产生一般使用其他格式文本的转换,例如使用office的word转换为pdf。

​ 不过对pdf的编辑操作就不是那么方便了,尤其是pdf格式众多,文件内容多种多样可能包含扫描件图片等,特别是对内容加密的pdf 直接复制其内容都是乱码。


本文记录一些在工作中对pdf开发用到的场景和解决方案。

PDF 解析翻译

强大的pdf文件操作小工具——PDFtk的小白用法

测试下常用元素都能支持吗?

config

图片测试:

附件下载:springboot生命周期.xmind

post链接增加

你好,世界

123

/hexo2/posts/d516ee14/

斜体

==重点显示==

删除线

下划线

加粗

  • 任务列表

  • 你好

[]:


注解

注解内容

This is my website, click the button Butterfly

项目 价格 数量
计算机 $1600 5
手机 $12 12
管线 $1 234

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.

Quick Start

Create a new post

$ hexo new "My New Post"

More info: Writing

Run server

$ hexo server

More info: Server

Generate static files

$ hexo generate

More info: Generating

Deploy to remote sites

$ hexo deploy

More info: Deployment