All Versions
5
Latest Version
Avg Release Cycle
43 days
Latest Release
2111 days ago

Changelog History

  • v1.2.0

    July 15, 2018
  • v1.1.0 Changes

    March 26, 2018

    โšก๏ธ 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
  • v1.0.1

    March 16, 2018
  • v1.0.0 Changes

    March 12, 2018

    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
    
  • v0.0.1 Changes

    January 25, 2018

    ๐Ÿ”€ 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.