Skip to content

Commit

Permalink
Added directory support examples in README
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaxray committed Mar 26, 2018
1 parent 9510136 commit ff8ed19
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
# merge2pdf - Simplest tool for merging Images and PDFs into PDF
# merge2pdf - Merge Image and PDF files into PDF

Merge Image and PDF files (optionally with selective pages) with lossless quality.
Simplest command line tool for merging Images and PDFs.
It will not convert PDF pages (with texts, images, forms) into flat image, everything will remain as is.

![merge2pdf - simplest tool for merging image and PDF files](extra/merge2pdf_banner.png?raw=true)

Highlights -

- Very simple and easy to use
- Lossless quality by default. Option to adjust JPEG quality.
- Can be merged only selective pages of PDF
- Supports wide range of image formats
- Options to adjust size, margin and scaling of image
- Supports directory as input (merges all Images/PDFs of directory)
- Free and open source

### Install

It's just a single binary file, no external dependencies.
Expand Down
Binary file added extra/merge2pdf_banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ var JPEGQuality int
const (
DefaultSize = "IMG-SIZE"
DefaultMargin = "0,0,0,0"
VERSION = "1.0.2"
VERSION = "1.1.0"
)

func init() {
Expand Down

0 comments on commit ff8ed19

Please sign in to comment.