Image to PDF converter (offline tool)

What other productivity software are you working with...
Post Reply
admin
Site Admin
Posts: 64232
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Image to PDF converter (offline tool)

Post 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?
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.

Atari800XL
Posts: 23
Joined: 15 Feb 2012 17:33
Location: W10 W11 @100%

Re: Image to PDF converter (offline tool)

Post 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.

admin
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)

Post by admin »

Alright, thanks for the tip! :tup: 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.

Atari800XL
Posts: 23
Joined: 15 Feb 2012 17:33
Location: W10 W11 @100%

Re: Image to PDF converter (offline tool)

Post 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...
Last edited by Atari800XL on 06 Aug 2025 21:01, edited 1 time in total.

admin
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)

Post by admin »

"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.

highend
Posts: 14426
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Image to PDF converter (offline tool)

Post 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"; }
One of my scripts helped you out? Please donate via Paypal

admin
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)

Post by admin »

:) thanks, but I needed it just for a quick job. Done already. Well, it still be useful for others, of course. :tup:
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.

MBaas
Posts: 650
Joined: 15 Feb 2016 21:08

Re: Image to PDF converter (offline tool)

Post 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)
______________________________________________
Happy user with Screen scaling 100% ;-)

Post Reply