Appian Community and Appian Academy are being upgraded. As a part of the upgrade, Appian Community is currently in read-only mode, and user registration is disabled until August 3. We apologize for any inconvenience this may cause, but a more secure, stable, and performant Community experience is coming soon!
The new Appian Community launches August 3, followed by Appian Academy on August 7. During the migration, Appian Community Edition, Appian Academy, Documentation, Certifications, Instructor-led Customer Training, Partner Sales Training & Accreditation, and Forum (for Appian Partners and Customers only) will remain available.
Overview
Apryse WebViewer for Appian is renowned document technology that powers mission-critical applications for private companies, large enterprises, and governments alike.
Deep dive blog on configuration options https://apryse.com/blog/appian/view-and-edit-pdf-and-word-documents-with-appian
Key Features & Functionality
Appian Documentation, FAQ, Guides: https://docs.apryse.com/documentation/appian/
Hello,
From an investigation, it looks like the translation files are no longer fetched properly in cloud environments. The data the server is serving appears to just be a string, and not the contents of the JSON files. We are reporting this to Appian as this seems to be something that must be configured on their end.
Hi Apryse Team,
Hi Apryse Support Team. Recently I've update new version in appian these component
Apryse Connected System Plugin: 5.1.3Apryse WebViewer Component Plug-in: 6.0.0
Then facing the issue that when I set disableAppianMenu is true then the component not showing. Unless set disableAppianMenu back to false.I want to hide the appianMenu but still want to keep the saveAsAppianButton same as previous version:
Apryse Connected System Plugin: 5.0.0
Apryse WebViewer Component Plug-in: 5.7.0
Could you please submit the details to support@apryse.com? Some things to also include are any errors (not warnings) in the browser console as well as any network errors. You can even export a HAR file from the network panel in Chrome as well for us to inspect, as we need the request and server response.
Thanks!
Product: Apryse WebViewer Component Plug-in
Product Version: 5.5.1
Hi Apryse Support Team,
I am using webviewer in Appian. I am passing 2 appian doc id as parameters. But as soon as the interface is loaded it shows " Error while loading document ". But when I am manually uploading the two doc it works fine.
Here's the code-
... webviewer( label: "WebViewer", labelPosition: "ABOVE", validations: {}, height: "AUTO", hidden: null, key: null, url: null, serviceAPIKey: null, appianDocId: { 224563,788333 }, preflattenDocuments: null, documentFolder: cons!FOLDER, uploadChunkSize: null, userDisplayName: null, enableReadOnlyMode: null, enabledElements: false(), disabledElements: null, docAccessConnectedSystem: cons!WebViewer_CS, loadAsPDF: false(), enableAnnotations: true(), notesInLeftPanel: null, darkMode: false, defaultLanguageCode: null, customCSSFileId: null, customCSSPath: null, enableRedaction: true, enableMeasurement: true, enableExtractPagesToAppian: true, xfdfAnnotationDataValue: null, xfdfAnnotationDataSaveInto: null, autoExportXfdf: null, annotationCommands: null, onAnnotationsChanged: null, enableDocumentGeneration: true, searchTerm: null, redactionTerm: null, autoApplyRedactionTerm: false, enableMultiTabMode: true, enableSemanticCompareMode: true, automaticSemanticComparison: true, mentionableUsers: null, mentionsAPIURL: null, onMentionsChanged: null, enableSignatureRequests: true, onStartSignatureWorkflow: null, onSelectAssignee: null, xfdfDocumentFolder: null, signingUsers: a!map( userData: { value: "Test User", email: "test@test.com" } ), saveAsFilenameTemplate: null, disableSaveAsFilenameInput: false(), enforceNewSaveAsFilename: true, customSubstituteFontURL: null, enablePdfEditing: false(), enableOfficeEditing: false(), enableSignatureEncryption: false, configFileId: null, customData: null, disableAppianMenu: null, appianProcessButtons: null, timerInterval: null, onInterval: null, webviewerServerURL: null, onCustomEvent: null, enableConsoleClear: null, debugLog: null ) ....
Here's the error which is shown-