KeyViewExportToHtml
A processor that uses KeyView to produce an HTML representation of a file.
For example, if you have an IDOL document FlowFile with an associated PDF file, KeyView reads the PDF file and produces an HTML representation that you can view in a web browser.
Properties
Name | Default Value | Description |
---|---|---|
KeyView Export Service | A KeyViewExportServiceImpl that manages the location of the KeyView Export SDK. | |
IDOL License Service | An IdolLicenseServiceImpl that provides a way to communicate with an IDOL License Server. | |
KeyView Export Properties | The remaining properties configure settings for the KeyView Export SDK. For information about these properties, right-click the processor and click View Usage. |
Relationships
Name | Description |
---|---|
exported | FlowFiles that represent the exported HTML. |
success | Successfully processed FlowFiles are routed to this relationship. The contentfilename or contentfile document part is updated to represent the exported HTML, unless you connect the "exported" relationship in which case the original FlowFile is passed to the "success" relationship unchanged. |
failure | FlowFiles for which export to HTML failed. |