Java Tiff2PDF Command Options
- Command line syntax
-
java tiff2pdf [Options] < input tiff file name> <output pdf file name>
Options:
- —w image fit width (Optional)
- Specifies the image width to fit.
- Default value: 612.
- —h image fit height (Optional)
- Specifies the page height to fit.
- Default value: 792.
- —c creator (Optional)
- Specifies the creator of the document.
- —a author (Optional)
- Specifies the author of the document.
- —t title (Optional)
- Specifies the title of document.
- —s subject (Optional)
- Specifies the subject of the document.
- —k keywords (Optional)
- Species the keywords included in the document
For example: java tiff2pdf —c "Mark Johnson" test.tiff
test.pdf