Skip to main content

PDF Viewer


The PDF viewer offers a way to display PDF documents from a specified URL - this can be viewed by the users directly on the platform. It thus makes the process of showcasing your documents, such as product guides, licenses & agreements, etc., significantly simple.

PDF Viewer Properties

PropertyDescription
Embed URLSpecify the URL of the PDF.

API Methods

setPdfUrl

Set the URL of the PDF that needs to be displayed.

setPdfUrl(url: string) => void;

setVisibility

Sets the Visibility flag for this component.

setVisibility(visible: boolean): void

setVisibilityCondition

Sets the visibility condition for this component.

setVisibilityCondition(condition: string): void