Use the FAP2RTF utility to convert a FAP file into an RTF file that can be used, for instance in a word processor such as Microsoft Word.
FAP2RTF /I /X /INI /D /P /O
Parameter |
Description |
/I |
Enter the name of the FAP file you want to convert. If the name of the FAP file includes spaces, enclose it in quotation marks, as shown here: /I="forms/form name with spaces.fap" |
/X |
Enter the name of the corresponding FXR file (REL121.FXR). |
/INI |
Enter the name of the INI file which contains the options for this utility. |
/D |
(Optional) Include this parameter to specify a directory for the output files. |
/P |
(Optional) Use this parameter to specify the PrtType control group you want the utility to use. The default is RTF. |
/O |
(Optional) Enter the name for the output RTF file. If you omit this option, the system uses the name of the FAP file and adds the RTF extension. |
Here is an example:
fap2rtf /i=q1addr.fap /x=rel121.fxr /ini=fapcomp.ini /o=test.rtf
This example shows how you can use wild cards:
fap2rtf /i=*.fap /x=rel121.fxr /ini=fapcomp.ini
Wild cards are not supported if you also use the /O parameter.
© Copyright 2014, Oracle and/or its affiliates. All rights reserved. Legal notices.