Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note that when painting images on nodes, web viewer will first look at the node to see if it has an image and select that image to be shown. If node does not have an image, and mode “InhertitPresentationInfo” is checked, web viewer will look at the presentation (in this case the document) for an image. Now if this function is turned on, the preview will be fetched and displayed.

Version

...

5.

...

2 and later

Setting for generating document thumbnail is available in Config area of admin page.

Info

Note. If wait time is set to 0, no conversion will be made at all.

...

Version 5.0 and 5.1

Code Block
languagexml
<!-- Turns on preview of pdf -->
<DocumentNodeInheritImageEnabled>true</DocumentNodeInheritImageEnabled>
<!-- If node already has a node image, this setting will force the preview to display 
     instead -->
<ForceDocumentNodeInheritImageEnabled>true</ForceDocumentNodeInheritImageEnabled>

Version 4.4 and 4.5

...

Function has two settings in profile.config.

Code Block
languagexml
<!-- Turns on preview of pdf -->
<DocumentNodeInheritImageEnabled>true</DocumentNodeInheritImageEnabled>
<!-- If node already has a node image, this setting will force the preview to display 
     instead -->
<ForceDocumentNodeInheritImageEnabled>true</ForceDocumentNodeInheritImageEnabled>

...

Page Properties
hiddentrue

Related issues