Hi Adobe, Below is an HTML page which demonstrates the issue. If you have the #search on the end of the data attribute, the error occurs. If you remove it, it doesn't. <!DOCTYPE html> <html> <head> <title>Adobe issue</title> </head> <body> <div id="pdf"> <object data="http://www.adobe.com/content/dam/Adobe/en/products/acrobat/pdfs/adobe-acrobat-xi-scan-paper-to-pdf-and-apply-ocr-tutorial-ue.pdf#search="1"" type="application/pdf" width="750" height="975"></object> </div> </body> </html>
... View more