[SOLVED] Inline view of PDF saved in Blob possible? |
5/31/2017 11:13:37 | |
| PHPRunner General questions | ||
|
Hi, |
||
|
|
mbintex author 5/31/2017 |
|
With this button I can view the PDF without the hassle of downloading (Dokumentis the blob field containing a PDF): $record = $button->getCurrentRecord();
var urladresse = "<p><embed src='data:application/pdf;base64,"+result["Adresse"]+
global $pageObject; |
|
|
|
mbintex author 5/31/2017 |
|
And finally this works as a codesnippet and gives inline PDF viewing in Chrome, Safari, but not Edge (because it can´t). global $pageObject; |
|