Kofax DM API Bedienungsanleitung Seite 401

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 528
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 400
DM API TOKENS 381
%FT_SMART_DOCUMENT
%FT_SMART_DOCUMENT
This token is used to convert the output stream into a MIME-
encapsulated, aggregate HTML (MHTML) stream. With Internet
Explorer, version 4 or later, the DM Server can send in a single stream
both the HTML document and all referenced images.
Syntax
PCDGetDoc.AddSearchCriteria( _
“FT_SMART_DOCUMENT”, “1”)
Parameters
Usage
Setting %FT_SMART_DOCUMENT equal to “1” causes the server to
send referenced images with the HTML document. Any other value is
ignored.
Example
'Create a doc object.
pGetDoc = CreateObject("PCDClient.PCDGetDoc.1")
'Check for errors.
checkErrorPortal( pGetDoc )
'Set the DM security token.
pGetDoc.SetDST(strDST)
'Tell server to send referenced images with the HTML document.
pGetDoc.AddSearchCriteria("%FT_SMART_DOCUMENT","1")
'Get the document.
pGetDoc.Execute ()
%FT_SMART_DOCUMENT The token identifier that instructs the DM
Server to send referenced images in the
same output stream as it uses for the
HTML document.
1 The setting value that activates this
token.
Seitenansicht 400
1 2 ... 396 397 398 399 400 401 402 403 404 405 406 ... 527 528

Kommentare zu diesen Handbüchern

Keine Kommentare