TFORMer SDK - NET
8
|
Methods for passing files to TFORMer SDK.
TFORMer SDK provides various methods for passing files to the SDK. The developer can choose between passing files (the usual method) or passing BASE64 encoded strings. BASE64 strings are the perfect way to transfer file contents via web to TFORMer SDK. Files or BASE64 strings may also be zipped to save space and/or bandwidth. In addition, BASE64 strings may be embedded directly in HTML code. This is especially of interest if using the COM component with Microsoft Internet Explorer for client side printing.
If properties or methods of TFORMer SDK are requesting filenames (e.g. FormLayouts, configuration file or file-based DataSources like XML or CSV files), these files may be passed in the following ways:
BASE64:
. When using this method the FormLayout must not use embedded images. BASE64:
. When zipping a Repository take care to zip all subdirectories as well. When zipping a stand-alone FormLayout take care to include required image files. BASE64:
.For more details please refer to TFORMer Developer Manual.
© 2006-2024 - all rights reserved by TEC-IT Datenverarbeitung GmbH | |
Generated on Wed Aug 7 2024 17:29:42 for TFORMer SDK - NET with doxygen 1.7.6.1 |