mirror of
https://github.com/Brandon-Rozek/website.git
synced 2025-10-09 14:31:13 +00:00
Medium syndication information
This commit is contained in:
parent
e5a96d735a
commit
c5ff5538a6
276 changed files with 371 additions and 80 deletions
|
@ -1,9 +1,11 @@
|
|||
---
|
||||
title: "Concatenating PDF files in Linux"
|
||||
date: 2022-12-18T18:38:44-05:00
|
||||
date: 2022-12-18 18:38:44-05:00
|
||||
draft: false
|
||||
tags: []
|
||||
math: false
|
||||
medium_enabled: true
|
||||
medium_post_id: 21f4d18fcb56
|
||||
tags: []
|
||||
title: Concatenating PDF files in Linux
|
||||
---
|
||||
|
||||
Every so often I need to combine several images into a single PDF. First, to convert an image to a PDF we can use `imagemagick`.
|
||||
|
@ -75,4 +77,4 @@ We can then use `imagemagick` to enforce a certain pixel density. The tradeoff b
|
|||
convert -density 300 input.pdf output.pdf
|
||||
```
|
||||
|
||||
If you happen to know a different way to enforce a pixel density that doesn't have a file size increase tradeoff. Please get in touch.
|
||||
If you happen to know a different way to enforce a pixel density that doesn't have a file size increase tradeoff. Please get in touch.
|
Loading…
Add table
Add a link
Reference in a new issue