Convert-JpgToPdf
Converts JPG images to PDF using MS Word
Syntax
Convert-JpgToPdf.ps1 [[-Images] <String[]>] [[-CombinedFilename] <String>] [<CommonParameters>]
Parameters
Name | Description | Required? | Pipeline Input? | Default Value |
---|---|---|---|---|
Images | Path to images to be converted | false | true (ByValue) | |
CombinedFilename | Optional filename to output a single document with one image per page | false | false |
Notes
Version 1.0.0 (2015-05-27)
Written by Paul Vaillant
Examples
EXAMPLE 1
ls .\pictures\*.jpg | Convert-JpgToPdf.ps1 -CombinedFilename .\pictures.pdf
Generate a single pictures.pdf with one images per page