Skip to main content
June 27, 2023
Question

Regarding connected

  • June 27, 2023
  • 8 replies
  • 0 views

how to load a pdf through url in component plugin

    8 replies

    stefanhelzle0001
    June 27, 2023

    Well, that is such a broad question .... can you add more details?

    tejar4065Author
    June 27, 2023

    i would like to load pdf in component plugin how is it possible

    stefanhelzle0001
    June 27, 2023

    That's just rephrasing your question without adding any details. Come on ....!

    mathieud0001
    June 27, 2023

    did you try this?

    [View:https://docs.appian.com/suite/help/23.2/Document_Viewer_Component.html]

    tejar4065Author
    June 27, 2023

    we have a requirement to develop a component plugin and that plugin need read document from appian in our component plugin develop in java script we are using directly the document url in javascript to load but it is not load through js as it shows authentication issue but in the same session we can directly download the document using the url

    mathieud0001
    June 27, 2023

    The actual requirement is not to develop a component. It is to display a document. Are you sure a custom component is required to do that.

    This component (documentViewer) displays documents stored in Appian. To display documents from another system use the Web Content Field.

    [View:https://docs.appian.com/suite/help/23.2/Web_Content_Component.html]