Skip to content

Commit

Permalink
comment added
Browse files Browse the repository at this point in the history
  • Loading branch information
rillki committed Sep 17, 2022
1 parent 3a59473 commit 05301d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/app.d
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ void img2pdf(in string pdfDocumentName, in PageSize pageSize, in string[] images
}
}

/// Converts a string to PageSize enum
PageSize convStringToPageSize(in string pageSize) {
switch(pageSize) {
case "A1":
Expand Down

0 comments on commit 05301d6

Please sign in to comment.