Sunday, 15 November 2020

[pdf] Convert multiple image files into one pdf file

 convert <list of image files> <path to output pdf file>

No comments:

Post a Comment

[git] Create a local branch from another branch

From the active branch git checkout -b <LOCAL_BRANCH> From a donator branch git checkout -b <LOCAL_BRANCH> <DONATING_BRANCH...