pod2fm [options
] file
Translates pod to FrameMaker format.
- -book [
bookname
] If set, creates FrameMaker book file. If not specified, bookname
defaults to perl
; filename extension is .book in either case.
- -[
no
]doc Whether to convert a MIF-format .doc output file to binary FrameMaker
format. Default is -doc.
- -format type
Which format to copy from the template document specified
with the -template option. Type can be a comma-separated
list, and -format can also be specified more than once.
Legal types are:
- -[
no
]index Whether to generate an index. Defaults to -noindex.
- -[
no
]lock Whether to lock file as read-only so you can use hypertext marker feature.
Defaults to -nolock.
- -[
no
]mmlonly Whether to stop execution after generating the MML version of the
file. Default is -nommlonly.
- -[
no
]open Whether to try to open the book after creating it; requires the -book
option.
- -template document
Specifies a template document for pod2fm to copy a format for
use in formatting the output. document is the path to the template
document.
- -[
no
]toc Whether to generate a table of contents. Defaults to -notoc.