Opens a PDF in a new tab using a base64-encoded string.
The base64-encoded string representing the PDF content.
Optional
The time in milliseconds to revoke the PDF URL (default is 25000ms).
If the pdf parameter is empty or not a valid string.
const base64PDF = 'JVBERi0xLjcK...'; // Base64 string of the PDFopenBase64PdfInTab(base64PDF); Copy
const base64PDF = 'JVBERi0xLjcK...'; // Base64 string of the PDFopenBase64PdfInTab(base64PDF);
Opens a PDF in a new tab using a base64-encoded string.