PDF viewer
The Pdf
class allows you to display a PDF hosted remotely or locally in the chatbot UI. This class either takes a URL of a PDF hosted online, or the path of a local PDF.
Attributes
The name of the PDF to be displayed in the UI.
Determines how the PDF element should be displayed in the UI. Choices are “side” (default), “inline”, or “page”.
The remote URL of the PDF file. Must provide url for a remote PDF (or either path or content for a local PDF).
The local file path of the PDF. Must provide either path or content for a local PDF (or url for a remote PDF).
The file content of the PDF in bytes format. Must provide either path or content for a local PDF (or url for a remote PDF).
The default rendered page. Must be an integer greater than 0 and less than or equal to the total number of pages in the PDF. The default value is 1.
Example
Inline
Side and Page
You must have the name of the pdf in the content of the message for the link to be created.