Closed
Solved
Display PDF Stream on mobile browser
Firstly, PDF Stream is get via REST Service and then using Java below to display the PDF (not download the file) on PC browser.
ClipboardPage objRefPage=tools.findPage("PdfPage", false);
tools.sendFile(objRefPage, "ResponseDataStream", true, "pyLabel", null, false, null, false);
But when I try on mobile or tablet browser, The PDF is not rendered.
***Edited by Moderator: Pallavi to update platform capability tags***