- 24 Jan 2024
- 1 Minute to read
- Print
- DarkLight
Adobe Previewer Configuration
- Updated on 24 Jan 2024
- 1 Minute to read
- Print
- DarkLight
Overview
CobbleStone® offers two document previewing options, a Legacy Previewer and an Enhanced Previewer that is integrated with Adobe.
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.
How to create Adobe Embed API key
Click on the below link to get started:
https://developer.adobe.com/document-services/apis/pdf-embed/
Then click on Get free credentials
After that create an account
Then enter the credential name and application domain and click on Create Credentials
Then you will get your API key. Use this key in Contract Insight config settings.
Update the config value in your database.
UPDATE t_AppConfig SET ConfigValue = 'API KEY' WHERE Name = 'AdobePreviewKeyDeployed'