This browser does not support inline PDFs. Please download the PDF to view it: Download PDF
\";\n\n //Ensure URL is available. If not, exit now.\n if (typeof url !== \"string\") {\n return embedError(\"URL is not valid\", suppressConsole);\n }\n\n //If target element is specified but is not valid, exit without doing anything\n if (!targetNode) {\n return embedError(\"Target element cannot be determined\", suppressConsole);\n }\n\n //page option overrides pdfOpenParams, if found\n if (page) {\n pdfOpenParams.page = page;\n }\n\n //Stringify optional Adobe params for opening document (as fragment identifier)\n pdfOpenFragment = buildURLFragmentString(pdfOpenParams);\n\n // --== Do the dance: Embed attempt #1 ==--\n\n //If the forcePDFJS option is invoked, skip everything else and embed as directed\n if (forcePDFJS && PDFJS_URL) {\n return generatePDFObjectMarkup(\"pdfjs\", targetNode, url, pdfOpenFragment, width, height, id, title, omitInlineStyles, customAttribute, PDFJS_URL);\n }\n\n // --== Embed attempt #2 ==--\n\n //Embed PDF if traditional support is provided, or if this developer is willing to roll with assumption\n //that modern desktop (not mobile) browsers natively support PDFs \n if (supportsPDFs || assumptionMode && !isMobileDevice) {\n //Should we use