diff --git a/jpeg-to-pdf.txt b/jpeg-to-pdf.md similarity index 55% rename from jpeg-to-pdf.txt rename to jpeg-to-pdf.md index cb32911..c08bec1 100644 --- a/jpeg-to-pdf.txt +++ b/jpeg-to-pdf.md @@ -1,5 +1,8 @@ +# jpeg2pdf + -colorspace RGB = when you use the scanner with probook (not needed on vega, IDK why) -convert -colorspace RGB out-00{29..31}.jpeg document.pdf +```convert -colorspace RGB out-00{29..31}.jpeg document.pdf``` +