Hi,
we tested it with the latest Google Chrome and we have the same problem.
We tested it also with an older Google Chrome and the code works fine.
On a Google-Forum I found these link:
https://productforums.google.com/forum/#!topic/chrome/wvYYcBwJ9FA
it looks like this feature is disabled since Chromium V60
we tested it with the following html
<html>
<head>
<title>TEST PDF</title>
<script type="text/javascript">
function openPdf() {
document.getElementById("pdf").click();
};
</script>
</head>
<body>
<a href="javascript:openPdf();">Open PDF</a>
<a id="pdf" name="pdf" title="PDF" target="_blank" href="data:application/pdf;Content-Disposition: inline;base64,PdfAsBase64EncodedString" />
</body>
</html>
thanks for your support