I’m developing Admin Action Extension in TypeScript. I have issue when in some point I get base64 of PDF document into code and I need to show/download it. First step was to create Blob URL of PDF and it was done. Next step is to download it or to open it in new tab. Window is not allowed in Admin Action as well as Document, so this is not option. Also creating “a” tag is not allowed. And I had other idea to put this into Link component, but this is not working because it’s not recognized as internal link. Also I had idea to use App Bridge but I’m not sure that this is working too. Any other good ideas?
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Download CSV from an Admin Action | 12 | 133 | November 25, 2024 | |
Download a file using admin block extension | 5 | 82 | February 11, 2025 | |
I want that when I go to any order in my store, there is a more action button, on clicking it there is an option of a custom form in which a form opens and I feel the value and save it and generate a pdf. may it be saved | 1 | 13 | March 10, 2025 | |
Should_render does not work for plain Javascript | 11 | 61 | February 6, 2025 | |
Admin extension action not appearing in "More Actions" (shouldRender target broken in production ) | 4 | 88 | March 8, 2025 |