Salesforce Lightning Jobs
I need to create a LWC component , in that there should be 'Document1' link, on the click of that hyperlink , it should go to a http request ( http url can be any test pdf ) and in result body it should show in a blob and blob should get converted into pdf in a same window
i want to create a LWC component as Document viewer. First it should be hyperlink named as 'Document1', after click on the link, small blob of document should open and there must be a 'VIEW' button, after click on that button, that document should open in pop up window. The document can be any format i.e. pdf,jpg,png,doc,exls etc