Opens a PDF in a new tab using a base64-encoded string.
Base64-encoded string representing the PDF content
Time in milliseconds to revoke the PDF URL (default: 25000ms)
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.