Skip to content

Releases: ajaxray/merge2pdf

Directory and TIFF image support added

26 Mar 14:03
Compare
Choose a tag to compare

This is a minor update with 2 important updates.

Directory Support: Now you can mention a/multiple directory path to merge all files inside.
TIFF: TIFF image format support added.

Still, have issues with some TIFF. LZW compression is safe to use with this tool.

Please download the appropriate version for your OS -

  • merge2pdf_darwin-amd64 For.Mac.OS.users
  • merge2pdf_linux-amd64 For most common desktop linux OS
  • merge2pdf_linux-arm64 For linux OS with ARM architecture
  • merge2pdf_windows-386.exe For recent windows versions

Image support with size, margin and scaling.

12 Mar 08:50
Compare
Choose a tag to compare

Highlights of v1.0.0

  • Merging PDFs and Images
  • Specify specific pages of PDF to merge
  • Setting custom margin, page size and scaling for Images

Binary executables for 4 most common architecture are attached. You may download the appropriate version for your system or build from source using the following command -

env GOOS=<your_OS> GOARCH=<your_arch> go build -ldflags="-s -w" -o merge2pdf

Merging PDFs (with optionally selective pages)

25 Jan 17:43
Compare
Choose a tag to compare

Merging PDFs (with optionally selective pages) working.

Download the appropriate version for your OS. In UNIX based systems, you may use uname -a to get the architecture of your OS. And for windows, use wmic cpu get AddressWidth.