- 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?
Image to PDF converter (offline tool)
-
- Site Admin
- Posts: 64232
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Image to PDF converter (offline tool)
FAQ | XY News RSS | XY X - Forum users with the Windows version and screen scaling percentage in the Location field of their profiles get priority support.
-
- Posts: 23
- Joined: 15 Feb 2012 17:33
- Location: W10 W11 @100%
Re: Image to PDF converter (offline tool)
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.
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.
-
- Site Admin
- Posts: 64232
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Image to PDF converter (offline tool)
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). 


FAQ | XY News RSS | XY X - Forum users with the Windows version and screen scaling percentage in the Location field of their profiles get priority support.
-
- Posts: 23
- Joined: 15 Feb 2012 17:33
- Location: W10 W11 @100%
Re: Image to PDF converter (offline tool)
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...
[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...
Last edited by Atari800XL on 06 Aug 2025 21:01, edited 1 time in total.
-
- Site Admin
- Posts: 64232
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Image to PDF converter (offline tool)
"because of XY I never use it" because XY is my image viewer.
FAQ | XY News RSS | XY X - Forum users with the Windows version and screen scaling percentage in the Location field of their profiles get priority support.
Re: Image to PDF converter (offline tool)
The CLI way: https://gitlab.mister-muffin.de/josch/i ... mg2pdf.exe
Edit your
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"; }
One of my scripts helped you out? Please donate via Paypal
-
- Site Admin
- Posts: 64232
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Image to PDF converter (offline tool)


FAQ | XY News RSS | XY X - Forum users with the Windows version and screen scaling percentage in the Location field of their profiles get priority support.
Re: Image to PDF converter (offline tool)
I convert anything to PDF by printing it to pdfFactory. (Been using FinePrint and the factory for ages, one of my essential softwares)
______________________________________________
Happy user with Screen scaling 100% ;-)
Happy user with Screen scaling 100% ;-)