当前位置:网站首页>简单易用的PDF转SVG程序
简单易用的PDF转SVG程序
2022-07-06 10:13:00 【Xavier Jiezou】
引言
今天给大家推荐一款简单易用的PDF转SVG程序。基于Poppler和Cairo开发,支持Windows和Linux。
下载
官网下载
CSDN(速度快)
用法
Windows
Windows版本是已经编译好的,可以直接使用。
- 下载压缩包后解压,目录如下
- 现在一般都是64位操作系统,所以进入dist-64bits,找到pdf2svg.exe
- 打开cmd,调用pdf2svg.exe,指定待转换的pdf文件名和输出svg文件名即可完成转换(文件名不能是中文)
pdf2svg-windows/dist-32bits/pdf2svg.exe test.pdf test.svg
- 方便起见,你也可以将pdf2svg.exe所在目录添加到环境变量path中,这样你就可以在系统任意位置直接调用pdf2svg.exe
pdf2svg test.pdf test.svg
Linux
下载安装包之后,执行下方命令进行安装
unzip pdf2svg-linux.zip
cd pdf2svg-master
./configure --prefix=/usr/local
make
make install
用法也和上述一样
pdf2svg input.pdf output.svg
提示
如果想批量转换,你也可以用python或shell等脚本语言来写一个简单的脚本调用程序进行转换。
边栏推荐
- Prophet模型的简介以及案例分析
- Flet教程之 13 ListView最常用的滚动控件 基础入门(教程含源码)
- 【Swoole系列2.1】先把Swoole跑起来
- Interesting - questions about undefined
- 微信小程序中给event对象传递数据
- Four processes of program operation
- Ms-tct: INRIA & SBU proposed a multi-scale time transformer for motion detection. The effect is SOTA! Open source! (CVPR2022)...
- Recommend easy-to-use backstage management scaffolding, everyone open source
- Jerry is the custom background specified by the currently used dial enable [chapter]
- 历史上的今天:Google 之母出生;同一天诞生的两位图灵奖先驱
猜你喜欢
OliveTin能在网页上安全运行shell命令(上)
QT中Model-View-Delegate委托代理机制用法介绍
队列的实现
J'aimerais dire quelques mots de plus sur ce problème de communication...
Pytest learning ----- detailed explanation of the request for interface automation test
UDP协议:因性善而简单,难免碰到“城会玩”
Pytest learning ----- pytest operation mode and pre post packaging of interface automation testing
declval(指导函数返回值范例)
Interesting - questions about undefined
李書福為何要親自掛帥造手機?
随机推荐
The shell generates JSON arrays and inserts them into the database
递归的方式
Interview assault 63: how to remove duplication in MySQL?
F200——搭载基于模型设计的国产开源飞控系统无人机
推荐好用的后台管理脚手架,人人开源
Virtual machine VirtualBox and vagrant installation
虚拟机VirtualBox和Vagrant安装
Video fusion cloud platform easycvr adds multi-level grouping, which can flexibly manage access devices
二分(整数二分、实数二分)
TCP packet sticking problem
FMT open source self driving instrument | FMT middleware: a high real-time distributed log module Mlog
Open source and safe "song of ice and fire"
FMT开源自驾仪 | FMT中间件:一种高实时的分布式日志模块Mlog
C语言指针*p++、*(p++)、*++p、*(++p)、(*p)++、++(*p)对比实例
MS-TCT:Inria&SBU提出用于动作检测的多尺度时间Transformer,效果SOTA!已开源!(CVPR2022)...
Grafana 9.0 正式发布!堪称最强!
Prophet模型的简介以及案例分析
容器里用systemctl运行服务报错:Failed to get D-Bus connection: Operation not permitted(解决方法)
Declval of template in generic programming
【Android】Kotlin代码编写规范化文档