Page 1 of 1
Image to PDF converter (offline tool)
Posted: 06 Aug 2025 20:17
by admin
- Nothing fancy. Just should take one or more images and turn them into a PDF, one image per page.
- Win8.1 compatible would be nice.
Any recommendations?
Re: Image to PDF converter (offline tool)
Posted: 06 Aug 2025 20:45
by Atari800XL
FastStone Image Viewer.
Free for personal use. I'm still using version 4.2, has been working without a hitch for (let's check...) 15 years. Portable, 2mb in size.
Select one or more images (in my case: mostly A4 scans), hit alt-M (or menu "Create", "Multi Page File Builder").
Excellent tool in my book.
Re: Image to PDF converter (offline tool)
Posted: 06 Aug 2025 20:54
by admin
Alright, thanks for the tip!

I even own a license for it, but didn't know it can do that (well, because of XY I never use it).

Re: Image to PDF converter (offline tool)
Posted: 06 Aug 2025 20:59
by Atari800XL
What do you mean "because of XY I never use it"? No time left to try it out?
[EDIT: Aah, now I see: you mean "I never use FastStone for image viewing"...]
Hope it can be useful for you. Just wanted to add that to my surprise the old 4.2 version is still available (virustotal even says it's OK):
http://www.oldversion.com/windows/downl ... viewer-4-2
Just in case somebody else stumbles upon this thread...
Re: Image to PDF converter (offline tool)
Posted: 06 Aug 2025 21:00
by admin
"because of XY I never use it" because XY is my image viewer.
Re: Image to PDF converter (offline tool)
Posted: 06 Aug 2025 21:02
by highend
The CLI way:
https://gitlab.mister-muffin.de/josch/i ... mg2pdf.exe
Edit your
$dstPath^^
Code: Select all
$dstPath = "D:\Users\%USERNAME%\Downloads";
$dstFile = formatdate(, "yyyy-mm-dd_hh-nn-ss") . ".pdf";
$tool = "D:\Tools\@CLI Tools\img2pdf\img2pdf.exe";
end (exists($dstPath) != 2), quote($dstPath) . <crlf 2> . "does not exist, aborted!";
end (exists($tool) != 1), quote($tool) . <crlf 2> . "does not exist, aborted!";
$result = runret(lax("$tool" <selitems> -o "$dstPath\$dstFile"), "%TEMP%", , 2);
if ($result == 0) { status "PDF created successfully!"; }
else { status "PDF creation failed!", "8B4513", "stop"; }
Re: Image to PDF converter (offline tool)
Posted: 06 Aug 2025 21:06
by admin

thanks, but I needed it just for a quick job. Done already. Well, it still be useful for others, of course.

Re: Image to PDF converter (offline tool)
Posted: 07 Aug 2025 07:59
by MBaas
I convert anything to PDF by printing it to
pdfFactory. (Been using FinePrint and the factory for ages, one of my essential softwares)