Files in the dxf and dwf formats can be converted into the pdb format either from the sview.exe GUI application or by running the sviewcmd.exe command line utility.
The follwoing two sview.exe GUI application commands perform file conversion.
Please refer to SVIEWCMD (command line conversion utility) section if you prefer convert files on command line.
The conversion options are stored in the sview.ini file. You can view and modify those options under sview.exe, "Conversion settings" dialog box (menu item: "Settings->Conversion").
The dialog contains conversion settings for "Current file", conversion settings for "Batch conversion" and conversion "Destination folder".
"Current file" settings are used by "Convert this file" command from the "File" menu, i.e. when you convert currently opened file.
"Batch conversion" settings are used by "Convert list of files" command and by the sviewcmd.exe command line conversion utility.
Note: sviewcmd.exe always uses "Batch conversion" settings, even if it converts a single file.
Conversion process itself is controlled by the following options:
All conversions are written in conversion log file convlog.txt located in S-View installation root directory.
If the length of converted file name exceeds 32 character limit (Palm OS limitation) it will be truncated to fit 32 character limit.
E.g. very_long_file_name_more_than_32_chars.dxf might be converted to file very_long_file_name_more_t~1(p0).pdb
It is possible to change conversion option directly in sview.ini file using any simple text editor. Conversion options are located in the [Option] section of this file and called: ConversionDirectory, CnvCurrentAllPages, CnvCurrentUniqueName, CnvBatchAllPages, CnvBatchUniqueName.
CnvCurrent<...> options control "Current file" mode conversion and CnvBatch<...> control batch type conversion. To set the option to "On" set the respective paramter to 1 and to set the option to "Off" set the respective paramter to 0.
E.g.