Hi,
I want to load pdf dynamically which I am storing in DB.
I am passing the document path dynamically which I am creating in ts file.
example: I want to load this pdf in pdf viewer
public service: string = 'https://ej2services.syncfusion.com/production/web-services/api/pdfviewer';
public document: string = 'http://www.africau.edu/images/default/sample.pdf';