Quaero.DW.Format
extension Field
System.String (Quaero.DW.Format)format.extension;
mime_type Field
System.String (Quaero.DW.Format)format.mime_type;
creator Field
System.String (Quaero.DW.Format)format.creator;
Short description of the application used to create files of this format.
See
JSON creator.
can_merge Property
System.Boolean (Quaero.DW.Format)format.can_merge;
If true, Quaero Archive is able to append documents files of this format.
See
JSON can_merge.
can_page Property
System.Boolean (Quaero.DW.Format)format.can_page;
If true, Quaero Archive is able to access individual pages of files of this format.
See
JSON can_page.
compressable Field
System.Boolean (Quaero.DW.Format)format.compressable;
If true, Quaero Archive will compress document files of this format.
See
JSON compressable.
sphinxable Field
System.Boolean (Quaero.DW.Format)format.sphinxable;
If true, Quaero Archive will index the full text content of document files of this format.
See
JSON sphinxable.
asis Field
System.Boolean (Quaero.DW.Format)format.asis;
If true, Quaero Archive can not perform any processing on this document. It is up to
the end user to display it.
See
JSON asis.
image Field
System.Boolean (Quaero.DW.Format)format.image;
If true, this format is an image format. If false, this format is a text format.
See
JSON image.