usmanazizgroupdocs
1/26/2017 - 2:16 PM

ViewerConfiguration.xml

<?xml version="1.0" encoding="utf-8" ?>
<configuration>
  <configSections>
    <section name="groupdocs.viewer" type="GroupDocs.Viewer.Config.GroupDocsViewerSection, GroupDocs.Viewer"/>
  </configSections>
  <startup>
    <supportedRuntime version="v2.0.50727"/>
  </startup>
  <groupdocs.viewer>
    <storagePath value="C:\storage"/>
    <cacheFolderName value="cachefolder"/>
    <cachePath value="C:\cache"/>
    <useCache value="true"/>
    <usePdf value="false"/>
    <localesPath value="C:\locales"/>
    <pageNamePrefix value="prefix"/>
    <defaultFontName value="Times New Roman"/>
    <fontDirectories>
      <add path="C:\fonts" />
      <add path="C:\more_fonts" />
    </fontDirectories>
  </groupdocs.viewer>
</configuration>