Skip to content

Commit edeb0bd

Browse files
committed
Save image to pdf command
1 parent 1072f46 commit edeb0bd

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

content/debian/useful_commands.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
+++
22
title="Useful commands"
33
date = 2023-10-19
4-
updated = 2025-04-26
4+
updated = 2026-01-17
55
extra = { series = "Debian" }
66
taxonomies = { tags = ["Debian"] }
77
+++
@@ -60,6 +60,14 @@ find -name "PATTERN"
6060
history
6161
```
6262

63+
## Convert a folder of images into a pdf
64+
65+
Source: <https://askubuntu.com/questions/246647/convert-a-directory-of-jpeg-files-to-a-single-pdf-document>
66+
67+
```sh
68+
img2pdf *.png --output combined.pdf
69+
```
70+
6371
## Show IP Addresses
6472

6573
```sh

0 commit comments

Comments
 (0)