1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
|
.TH "mtx-pdf" "1" "01-01-2024" "version 0.10" "ConTeXt PDF Helpers"
.SH NAME
mtx-pdf - ConTeXt PDF Helpers
.SH SYNOPSIS
.B mtxrun --script pdf [
.I OPTIONS ...
.B ] [
.I FILENAMES
.B ]
.SH DESCRIPTION
.B ConTeXt PDF Helpers
.SH OPTIONS
.TP
.B --info
show some info about the given file
.TP
.B --metadata
show metadata xml blob
.TP
.B --formdata
show formdata
.TP
.B --pretty
replace newlines in metadata
.TP
.B --fonts
show used fonts (--detail)
.TP
.B --object
show object
.TP
.B --links
show links
.TP
.B --sign
sign document (assumes signature template)
.TP
.B --verify
verify document
.TP
.B --detail
print detail to the console
.SH AUTHOR
More information about ConTeXt and the tools that come with it can be found at:
.B "maillist:"
ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
.B "webpage:"
http://www.pragma-ade.nl / http://tex.aanhet.net
.B "wiki:"
http://contextgarden.net
|