Skip to content

liugt34/pdftool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pdftool

a tools for pdf has some functions like merge images to pdf or import a pdf to images.

this tool use library of dlemstra/Magick.NET

Usage

pdftool.exe  [command] [options]

Command

this tool has two command,merge and export

Merge

merge all images in the directory to a pdf file

pdftool.exe merge -d=d:\test -name=123
name alias required description
--dir -d true the directory of the images
--name -n true the name of pdf

Export

export pages in pdf to images

pdftool.exe export -d=d:\test -s=d:\test\123.pdf
name alias required description
--dir -d true the directory of the images to save
--src -s true the path of pdf
--start false the page no where to export from
--number false how many pages will export from start

Run in Linux

build this project like this.

image

image

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages