Conversion Options - string with the list of options separated by space:
|
Parameter Name |
Value |
Description |
|
ignore_blank_text |
1 0 |
Defines how conversion engine will deal with blank text entities. |
|
collect_table_cell_text |
1 0 |
This parameter controls creation of the table cells. If parameter = 1 - software will collect values of the underlying elements inside cell. For example, if cell has nested table - cell element will have only text entities from this table. |
|
collect_text |
1 0 |
Parameter controls how conversion engine will deal with inline markups (such as BOLD, UNDERLINE and etc). If parameter = 1 software will ignore inline markups. |
|
ignore_fonts |
1 0 |
If parameter = 1 conversion engine will not create font elements. |
|
para_to_stylename |
1 0 |
If parameter = 1 conversion engine will rename paragraph into style name. |
|
ignore_pictures |
1 0 |
Controls picture processing. If parameter = 1 conversion engine will create picture in the same directory where original file resides. |
|
stucture_analyze |
rtf_use_toc rtf_use_styles |
Defines how final XML structure will be analyzed - by TOC elements or by STYLE Names. |
|
ignore_comments |
1 0 |
|
|
ignore_attributes |
1 0 |
|
|
pictures_to_xstorage |
1 0 |
Defines how pictures will be stored. If parameter = 1 - binary picture will be stored inside XStorage. If parameter = 0 - system will create picture file in the same directory where original file resides. |
Sample:
OPTIONS = "ignore_blank_text=1 collect_table_cell_text=1 collect_text=0 ignore_fonts=1 para_to_stylename=0 ignore_pictures=0 stucture_analyze=rtf_use_toc ignore_comments= 1 ignore_attributes=0"
Use xdocument_set_option to define individual option.
|
Contact Us | | |
|
© 1997-2003 EDMGROUP (Australia) Pty Ltd. All rights reserved. Terms of Use |