TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

MergePDF – Free online tool to merge PDFs and Images into a single PDF

2 pointsby merahover 9 years ago

1 comment

natchover 9 years ago
For anyone interesting in building such a service or doing it themselves on the command line, just use ImageMagick. Example command:<p><pre><code> convert file1.jpg file2.jpg file3.jpg output.pdf</code></pre>