--- title: "Adobe Previewer Configuration" slug: "adobe-previewer-configuration" updated: 2024-01-24T15:02:27Z published: 2024-01-24T15:02:27Z canonical: "wiki.cobblestonesoftware.com/adobe-previewer-configuration" --- > ## Documentation Index > Fetch the complete documentation index at: https://wiki.cobblestonesoftware.com/llms.txt > Use this file to discover all available pages before exploring further. # Adobe Previewer Configuration ## Overview CobbleStone® offers two document previewing options, a Legacy Previewer and an Enhanced Previewer that is integrated with Adobe. ![Legacy Previewer Example](https://cdn.document360.io/e3626857-1fb5-4e27-b278-2d3fc5508be4/Images/Documentation/Legacy%20Previewer%20Previewing%20Document.PNG)Legacy Previewer ![Enhanced Previewer Example](https://cdn.document360.io/e3626857-1fb5-4e27-b278-2d3fc5508be4/Images/Documentation/Enhanced%20Previewer.PNG)Enhanced Previewer In order to use the Enhanced Previewer as a Deployed Client, you will need an Adobe Embed API Key. If you **do not** have an Adobe Embed API Key, the system will use the Legacy Previewer **by default**, even if the configuration setting for "Preview documents using legacy previewer" is set to false. ![](https://cdn.document360.io/e3626857-1fb5-4e27-b278-2d3fc5508be4/Images/Documentation/Legacy%20Previewer%20-%20Previewer%20Config%20Setting.PNG) ## How to create Adobe Embed API key Click on the below link to get started: [https://developer.adobe.com/document-services/apis/pdf-embed/](https://developer.adobe.com/document-services/apis/pdf-embed/) Then click on Get free credentials ![Adobe Acrobat Embed API Key Example](https://cdn.document360.io/e3626857-1fb5-4e27-b278-2d3fc5508be4/Images/Documentation/Picture1(6).png) After that create an account ![Create Adobe Acrobat Account](https://cdn.document360.io/e3626857-1fb5-4e27-b278-2d3fc5508be4/Images/Documentation/Picture2(5).png) Then enter the credential name and application domain and click on Create Credentials ![Input Credentials](https://cdn.document360.io/e3626857-1fb5-4e27-b278-2d3fc5508be4/Images/Documentation/Picture3(5).png) Then you will get your API key. Use this key in Contract Insight config settings. ![New Accoun and Key Created](https://cdn.document360.io/e3626857-1fb5-4e27-b278-2d3fc5508be4/Images/Documentation/Picture4(5).png) Update the config value in **your database**. ```plsql UPDATE t_AppConfig SET ConfigValue = 'API KEY' WHERE Name = 'AdobePreviewKeyDeployed' ```