Medium syndication information

This commit is contained in:
Brandon Rozek 2023-01-05 14:04:45 -05:00
parent e5a96d735a
commit c5ff5538a6
No known key found for this signature in database
GPG key ID: 26E457DA82C9F480
276 changed files with 371 additions and 80 deletions

View file

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