====
    Copyright © 2016 Sascha Brose (sbrose@neckarlabs.com)

    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at

        http://www.apache.org/licenses/LICENSE-2.0

    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
====

Requires Java Runtime Environment (JRE) 8 or higher.

Usage: Open a terminal and run following command from folder that contains file
imgstopdf-1.0.0.jar. Replace <argument-1> and <argument-2> accordingly:

java -jar imgstopdf-1.0.0.jar "<argument-1>" "<argument-2>"
<argument-1>: Path to image folder. Supported image types are JPG and PNG
<argument-2>: Optional grid size of form rows x cols, e.g. 4 x 3. If omitted default
              3 x 2 is used. 

Command generates file imgs-in-pdf.pdf in image directory given by <argument-1>.
