Import Formatting Tables DLL
The Import Formatted Tables DLL is a Frame Developer's Kit (FDK) API Client, compatible with the Windows 95 and Windows NT version of FrameMaker 5.5 only.
Description
This DLL takes advantage of two relatively unknown "features" of FrameMaker:
- The ability to import text files containing comma-, space-, or tab-delimited characters into a FrameMaker table.
- The ability to save a table as a table format and have FrameMaker preserve all information regarding the number of columns and the width of each column in the table format.
Use this DLL to import comma-delimited text into preformatted table definitions. The following simple steps are necessary:
- Install the DLL as described below.
- Restart FrameMaker.
- Set up your table definitions in FrameMaker (you'll want to do this in a template, then create a new document from the template).
- Start the FDK API by selecting Table to Text from the API menu.
- Select the text file containing the data to import.
- Select the table format to use to format the table.
- Click OK.
The data is imported into the table format you select, with no further reformatting necessary!
Installation
- Locate the FrameMaker initialization file (maker.ini for FrameMaker or fmsgml.ini for Frame+SGML) and edit the file with a text editor.
- Locate the API Clients section and add the following line:
ImportTables=Standard,Import text columns as tables, fminit\importtest3.dll
Back to Top